Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h135 __le32 node_ino; /* node inode number */ member
/openbmc/linux/fs/f2fs/
H A Dsuper.c3575 if (le32_to_cpu(raw_super->node_ino) != 1 || in sanity_check_raw_super()
3579 le32_to_cpu(raw_super->node_ino), in sanity_check_raw_super()
3773 F2FS_NODE_INO(sbi) = le32_to_cpu(raw_super->node_ino); in init_sb_info()