1IUNIQUE(9) The Linux VFS IUNIQUE(9)
2
3
4
6 iunique - get a unique inode number
7
9 ino_t iunique(struct super_block * sb, ino_t max_reserved);
10
12 sb
13 superblock
14
15 max_reserved
16 highest reserved inode number
17
19 Obtain an inode number that is unique on the system for a given
20 superblock. This is used by file systems that have no natural permanent
21 inode numbering system. An inode number is returned that is higher than
22 the reserved limit but unique.
23
25 With a large number of inodes live on the file system this function
26 currently becomes quite slow.
27
29Kernel Hackers Manual 3.10 June 2019 IUNIQUE(9)