Searched refs:F2FS_COMPR_FL (Results 1 – 4 of 4) sorted by relevance
502 !(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()
757 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()
639 node_blk->i.i_flags = cpu_to_le32(F2FS_COMPR_FL); in f2fs_build_file()
1030 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro