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