Searched refs:SYSV_ROOT_INO (Results 1 – 3 of 3) sorted by relevance
78 ino = SYSV_ROOT_INO+1; in refill_free_cache()112 if (ino <= SYSV_ROOT_INO || ino > sbi->s_ninodes) { in sysv_free_inode()198 ino = SYSV_ROOT_INO+1; in sysv_count_free_inodes()
339 root_inode = sysv_iget(sb, SYSV_ROOT_INO); in complete_read_super()
23 #define SYSV_ROOT_INO 2 /* inode of root directory */ macro