Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Df2fs_fs.h136 __le32 node_ino; /* node inode number */ member
/linux-6.15/fs/f2fs/
H A Dsuper.c3688 if (le32_to_cpu(raw_super->node_ino) != 1 || in sanity_check_raw_super()
3692 le32_to_cpu(raw_super->node_ino), in sanity_check_raw_super()
3886 F2FS_NODE_INO(sbi) = le32_to_cpu(raw_super->node_ino); in init_sb_info()