Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfs.h249 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfs.h341 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfs.h341 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnilfs.h215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h242 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_fs.h252 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1916 { F2FS_NOCOMP_FL, FS_NOCOMP_FL },
1930 FS_NOCOMP_FL | \
1947 FS_NOCOMP_FL | \