Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Df2fs_fs.h138 __le32 node_ino; /* node inode number */ member
/linux-6.1.9/fs/f2fs/
Dsuper.c3410 if (le32_to_cpu(raw_super->node_ino) != 1 || in sanity_check_raw_super()
3414 le32_to_cpu(raw_super->node_ino), in sanity_check_raw_super()
3608 F2FS_NODE_INO(sbi) = le32_to_cpu(raw_super->node_ino); in init_sb_info()