Searched refs:FS_NOCOMP_FL (Results 1 – 5 of 5) sorted by relevance
341 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
217 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
242 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
265 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
126 iflags |= FS_NOCOMP_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()283 if (fsflags & FS_NOCOMP_FL) { in btrfs_ioctl_setflags()