Searched refs:FS_NOCOMP_FL (Results 1 – 9 of 9) sorted by relevance
249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
341 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
242 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
126 iflags |= FS_NOCOMP_FL; in btrfs_inode_flags_to_fsflags()176 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()181 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()188 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()190 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()289 if (fsflags & FS_NOCOMP_FL) { in btrfs_ioctl_setflags()
252 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
1916 { F2FS_NOCOMP_FL, FS_NOCOMP_FL },1930 FS_NOCOMP_FL | \1947 FS_NOCOMP_FL | \