Searched refs:FS_COMPR_FL (Results 1 – 12 of 12) sorted by relevance
21 (FS_COMPR_FL | FS_SYNC_FL | FS_APPEND_FL | \63 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()89 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()
203 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()230 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
240 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
332 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
213 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
128 iflags |= FS_COMPR_FL; in btrfs_inode_flags_to_fsflags()176 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()181 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()184 if ((flags & FS_COMPR_FL) && (flags & FS_NOCOW_FL)) in check_fsflags()188 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()190 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()292 } else if (fsflags & FS_COMPR_FL) { in btrfs_ioctl_setflags()
233 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
243 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
1910 { F2FS_COMPR_FL, FS_COMPR_FL },1924 FS_COMPR_FL | \1941 FS_COMPR_FL | \
1781 #define REISERFS_COMPR_FL FS_COMPR_FL