Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfs.h341 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/Linux-v4.19/fs/nilfs2/
Dnilfs.h217 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/Linux-v4.19/fs/ext2/
Dext2.h242 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/Linux-v4.19/fs/ocfs2/
Docfs2_fs.h265 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/Linux-v4.19/fs/btrfs/
Dioctl.c126 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()