Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Df2fs_fs.h139 __le32 node_ino; /* node inode number */ member
/linux-6.6.21/fs/f2fs/
Dsuper.c3611 if (le32_to_cpu(raw_super->node_ino) != 1 || in sanity_check_raw_super()
3615 le32_to_cpu(raw_super->node_ino), in sanity_check_raw_super()
3809 F2FS_NODE_INO(sbi) = le32_to_cpu(raw_super->node_ino); in init_sb_info()