Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dinode.c318 fi->i_flags & F2FS_COMPR_FL && in sanity_check_inode()
520 (fi->i_flags & F2FS_COMPR_FL)) { in do_read_inode()
H A Dfile.c1002 if (flags & F2FS_COMPR_FL) in f2fs_getattr()
2112 if (iflags & (F2FS_COMPR_FL | F2FS_NOCOMP_FL)) { in f2fs_setflags_common()
2115 if ((iflags & F2FS_COMPR_FL) && (iflags & F2FS_NOCOMP_FL)) in f2fs_setflags_common()
2119 if ((iflags ^ masked_flags) & F2FS_COMPR_FL) { in f2fs_setflags_common()
2120 if (masked_flags & F2FS_COMPR_FL) { in f2fs_setflags_common()
2146 f2fs_bug_on(F2FS_I_SB(inode), (fi->i_flags & F2FS_COMPR_FL) && in f2fs_setflags_common()
2176 { F2FS_COMPR_FL, FS_COMPR_FL },
H A Dinline.c68 (F2FS_I(inode)->i_flags & F2FS_COMPR_FL))); in f2fs_sanity_check_inline_data()
H A Dnamei.c188 } else if (F2FS_I(dir)->i_flags & F2FS_COMPR_FL) { in set_compress_new_inode()
H A Df2fs.h3210 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro
4665 fi->i_flags |= F2FS_COMPR_FL; in set_compress_context()
4692 fi->i_flags &= ~F2FS_COMPR_FL; in f2fs_disable_compressed_file()