Home
last modified time | relevance | path

Searched refs:SYSV_ROOT_INO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/sysv/
H A Dialloc.c78 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()
H A Dsuper.c339 root_inode = sysv_iget(sb, SYSV_ROOT_INO); in complete_read_super()
/openbmc/linux/include/linux/
H A Dsysv_fs.h23 #define SYSV_ROOT_INO 2 /* inode of root directory */ macro