Searched refs:FS_COMPR_FL (Results 1 – 8 of 8) sorted by relevance
66 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()92 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()
159 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()186 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
332 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
215 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
233 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
256 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
128 iflags |= FS_COMPR_FL; in btrfs_inode_flags_to_fsflags()173 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()177 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()290 } else if (fsflags & FS_COMPR_FL) { in btrfs_ioctl_setflags()
1779 #define REISERFS_COMPR_FL FS_COMPR_FL