Home
last modified time | relevance | path

Searched refs:FS_NOCOMP_FL (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dfs.h249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfs.h249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfs.h250 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfs.h165 #define FS_NOCOMP_FL 0x00000400 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dfs.h250 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfs.h165 #define FS_NOCOMP_FL 0x00000400 macro
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dnilfs.h215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dnilfs.h215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfs.h225 #define FS_NOCOMP_FL 0x00000400 macro
/kernel/linux/linux-5.10/fs/ext2/
H A Dext2.h231 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/kernel/linux/linux-6.6/fs/ext2/
H A Dext2.h234 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/kernel/linux/linux-5.10/fs/btrfs/
H A Dioctl.c126 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()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dioctl.c163 iflags |= FS_NOCOMP_FL; in btrfs_inode_flags_to_fsflags()
205 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()
210 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()
217 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()
219 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()
341 if (fsflags & FS_NOCOMP_FL) { in btrfs_fileattr_set()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h252 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h250 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c1891 { F2FS_NOCOMP_FL, FS_NOCOMP_FL },
1905 FS_NOCOMP_FL | \
1922 FS_NOCOMP_FL | \
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c1970 { F2FS_NOCOMP_FL, FS_NOCOMP_FL },
1984 FS_NOCOMP_FL | \
2001 FS_NOCOMP_FL | \

Completed in 50 milliseconds