Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dinode.c314 fi->i_flags & F2FS_COMPR_FL && in sanity_check_inode()
498 (fi->i_flags & F2FS_COMPR_FL)) { in do_read_inode()
H A Dfile.c906 if (flags & F2FS_COMPR_FL) in f2fs_getattr()
1973 if (iflags & (F2FS_COMPR_FL | F2FS_NOCOMP_FL)) { in f2fs_setflags_common()
1976 if ((iflags & F2FS_COMPR_FL) && (iflags & F2FS_NOCOMP_FL)) in f2fs_setflags_common()
1980 if ((iflags ^ masked_flags) & F2FS_COMPR_FL) { in f2fs_setflags_common()
1981 if (masked_flags & F2FS_COMPR_FL) { in f2fs_setflags_common()
2006 f2fs_bug_on(F2FS_I_SB(inode), (fi->i_flags & F2FS_COMPR_FL) && in f2fs_setflags_common()
2036 { 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.h2991 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro
4415 F2FS_I(inode)->i_flags |= F2FS_COMPR_FL; in set_compress_context()
4442 fi->i_flags &= ~F2FS_COMPR_FL; in f2fs_disable_compressed_file()