Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dnilfs2_ondisk.h246 #define NILFS_USER_INO 11 /* Fisrt user's file inode number */ macro
/linux-6.6.21/fs/nilfs2/
Dinode.c352 if (unlikely(ino < NILFS_USER_INO)) { in nilfs_new_inode()
360 } while (ino < NILFS_USER_INO); in nilfs_new_inode()