Home
last modified time | relevance | path

Searched refs:F2FS_FEATURE_INODE_CHKSUM (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/mkfs/
Df2fs_format_main.c210 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) { in f2fs_parse_options()
Df2fs_format.c434 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in f2fs_prepare_super_block()
1136 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in f2fs_write_root_inode()
1308 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in f2fs_write_qf_inode()
1496 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in f2fs_write_lpf_inode()
/external/f2fs-tools/fsck/
Dsegment.c21 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in write_inode()
Ddir.c476 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in init_inode_block()
Dmount.c233 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in print_inode_info()
460 if (f & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) { in print_sb_state()
2653 if (c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) in f2fs_do_mount()
Dfsck.c1021 if ((c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) && in fsck_chk_inode_blk()
/external/f2fs-tools/include/
Df2fs_fs.h583 #define F2FS_FEATURE_INODE_CHKSUM 0x0020 macro
1351 { "inode_checksum", F2FS_FEATURE_INODE_CHKSUM }, \