Home
last modified time | relevance | path

Searched refs:FS_COMPR_FL (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/ubifs/
H A Dioctl.c22 (FS_COMPR_FL | FS_SYNC_FL | FS_APPEND_FL | \
64 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()
90 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()
/linux-6.15/fs/smb/client/
H A Dioctl.c399 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()
426 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
/linux-6.15/tools/include/uapi/linux/
H A Dfs.h266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h273 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.15/include/uapi/linux/
H A Dfs.h273 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.15/fs/nilfs2/
H A Dnilfs.h240 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
/linux-6.15/fs/ntfs3/
H A Dfile.c68 flags |= FS_COMPR_FL; in ntfs_fileattr_get()
92 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_COMPR_FL)) in ntfs_fileattr_set()
113 bool compr = flags & FS_COMPR_FL; in ntfs_fileattr_set()
/linux-6.15/fs/btrfs/
H A Dioctl.c162 iflags |= FS_COMPR_FL; in btrfs_inode_flags_to_fsflags()
201 FS_NOCOMP_FL | FS_COMPR_FL | in check_fsflags()
206 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL)) in check_fsflags()
209 if ((flags & FS_COMPR_FL) && (flags & FS_NOCOW_FL)) in check_fsflags()
213 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()
215 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL))) in check_fsflags()
353 } else if (fsflags & FS_COMPR_FL) { in btrfs_fileattr_set()
/linux-6.15/fs/ext2/
H A Dext2.h225 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
/linux-6.15/fs/ocfs2/
H A Docfs2_fs.h241 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
/linux-6.15/fs/f2fs/
H A Dfile.c2110 { F2FS_COMPR_FL, FS_COMPR_FL },
2124 FS_COMPR_FL | \
2141 FS_COMPR_FL | \
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst865 - Priority in between FS_COMPR_FL, FS_NOCOMP_FS, extensions: