Searched refs:FS_NOCOMP_FL (Results 1 – 3 of 3) sorted by relevance
284 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
379 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
185 iflags |= FS_NOCOMP_FL; in btrfs_inode_flags_to_fsflags()226 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()231 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()238 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()240 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()383 if (fsflags & FS_NOCOMP_FL) { in btrfs_fileattr_set()