Searched refs:FS_COMPR_FL (Results 1 – 8 of 8) sorted by relevance
63 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()89 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()
221 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()248 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
178 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
221 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
228 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
257 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
127 iflags |= FS_COMPR_FL; in btrfs_flags_to_ioctl()204 FS_NOCOMP_FL | FS_COMPR_FL | in check_flags()208 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_flags()320 } else if (flags & FS_COMPR_FL) { in btrfs_ioctl_setflags()
1779 #define REISERFS_COMPR_FL FS_COMPR_FL