Home
last modified time | relevance | path

Searched refs:F2FS_COMPR_FL (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/lib/
Dlibf2fs.c502 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_inode()
510 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_block()
518 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in f2fs_max_file_offset()
/external/f2fs-tools/fsck/
Dfsck.c757 bool compressed = i_flags & F2FS_COMPR_FL; in fsck_chk_inode_blk()
779 node_blk->i.i_flags &= ~cpu_to_le32(F2FS_COMPR_FL); in fsck_chk_inode_blk()
786 i_flags &= ~F2FS_COMPR_FL; in fsck_chk_inode_blk()
1269 bool compressed = i_flags & F2FS_COMPR_FL; in fsck_chk_dnode_blk()
Dsegment.c639 node_blk->i.i_flags = cpu_to_le32(F2FS_COMPR_FL); in f2fs_build_file()
/external/f2fs-tools/include/
Df2fs_fs.h1030 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro