Searched refs:F2FS_COMPR_FL (Results 1 – 3 of 3) sorted by relevance
508 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_inode()516 !(le32_to_cpu(i->i_flags) & F2FS_COMPR_FL)) in addrs_per_block()
524 node_blk->i.i_flags = cpu_to_le32(F2FS_COMPR_FL); in f2fs_build_file()
942 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro