Searched refs:FS_COMPR_FL (Results 1 – 12 of 12) sorted by relevance
22 (FS_COMPR_FL | FS_SYNC_FL | FS_APPEND_FL | \64 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()90 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()
399 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()426 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
273 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
240 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
68 flags |= FS_COMPR_FL; in ntfs_fileattr_get()92 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_COMPR_FL)) in ntfs_fileattr_set()113 bool compr = flags & FS_COMPR_FL; in ntfs_fileattr_set()
162 iflags |= FS_COMPR_FL; in btrfs_inode_flags_to_fsflags()201 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()206 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()209 if ((flags & FS_COMPR_FL) && (flags & FS_NOCOW_FL)) in check_fsflags()213 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()215 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()353 } else if (fsflags & FS_COMPR_FL) { in btrfs_fileattr_set()
225 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
241 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
2110 { F2FS_COMPR_FL, FS_COMPR_FL },2124 FS_COMPR_FL | \2141 FS_COMPR_FL | \
865 - Priority in between FS_COMPR_FL, FS_NOCOMP_FS, extensions: