Searched refs:FS_NOCOMP_FL (Results 1 – 5 of 5) sorted by relevance
187 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
223 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
237 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
266 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
128 iflags |= FS_NOCOMP_FL; in btrfs_flags_to_ioctl()203 FS_NOCOMP_FL | FS_COMPR_FL | in check_flags()207 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_flags()312 if (flags & FS_NOCOMP_FL) { in btrfs_ioctl_setflags()