Home
last modified time | relevance | path

Searched refs:FS_NOCOMP_FL (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dfs.h284 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h379 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/linux/fs/btrfs/
H A Dioctl.c185 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()