Home
last modified time | relevance | path

Searched refs:NILFS_USER_INO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dnilfs.h119 ((ino) < NILFS_USER_INO && (NILFS_MDT_INO_BITS & BIT(ino)))
122 ((ino) < NILFS_USER_INO && (NILFS_SYS_INO_BITS & BIT(ino))))
126 ((__ino) < NILFS_USER_INO && (__ino) != NILFS_ROOT_INO && \
H A Dinode.c356 if (unlikely(ino < NILFS_USER_INO)) { in nilfs_new_inode()
364 } while (ino < NILFS_USER_INO); in nilfs_new_inode()
H A Dthe_nilfs.c455 if (nilfs->ns_first_ino < NILFS_USER_INO) { in nilfs_store_disk_layout()
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h246 #define NILFS_USER_INO 11 /* Fisrt user's file inode number */ macro