Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfs.h187 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/linux-4.1.27/fs/nilfs2/
Dnilfs.h223 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/linux-4.1.27/fs/ext2/
Dext2.h237 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h266 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/linux-4.1.27/fs/btrfs/
Dioctl.c128 iflags |= FS_NOCOMP_FL; in btrfs_flags_to_ioctl()
203 FS_NOCOMP_FL | FS_COMPR_FL | in check_flags()
207 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_flags()
312 if (flags & FS_NOCOMP_FL) { in btrfs_ioctl_setflags()