Searched refs:F2FS_COMPR_FL (Results 1 – 4 of 4) sorted by relevance
507 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_inode()515 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_block()523 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in f2fs_max_file_offset()
702 bool compressed = i_flags & F2FS_COMPR_FL; in fsck_chk_inode_blk()721 node_blk->i.i_flags &= ~cpu_to_le32(F2FS_COMPR_FL); in fsck_chk_inode_blk()728 i_flags &= ~F2FS_COMPR_FL; in fsck_chk_inode_blk()1206 bool compressed = i_flags & F2FS_COMPR_FL; in fsck_chk_dnode_blk()
626 node_blk->i.i_flags = cpu_to_le32(F2FS_COMPR_FL); in f2fs_build_file()
987 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro