Searched refs:FS_COMPR_FL (Results 1 – 13 of 13) 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()
402 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()429 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
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()105 int err = ni_set_compress(inode, flags & FS_COMPR_FL); in ntfs_fileattr_set()
240 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
161 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()354 } 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 */
2049 { F2FS_COMPR_FL, FS_COMPR_FL },2063 FS_COMPR_FL | \2080 FS_COMPR_FL | \
1778 #define REISERFS_COMPR_FL FS_COMPR_FL
862 - Priority in between FS_COMPR_FL, FS_NOCOMP_FS, extensions: