Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
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.12.1/fs/smb/client/
Dioctl.c402 ExtAttrBits = FS_COMPR_FL; in cifs_ioctl()
429 if ((ExtAttrBits & FS_COMPR_FL) == 0) in cifs_ioctl()
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h266 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
/linux-6.12.1/fs/ntfs3/
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()
105 int err = ni_set_compress(inode, flags & FS_COMPR_FL); in ntfs_fileattr_set()
/linux-6.12.1/fs/nilfs2/
Dnilfs.h240 (FS_SECRM_FL | FS_UNRM_FL | FS_COMPR_FL | FS_SYNC_FL | \
/linux-6.12.1/fs/btrfs/
Dioctl.c161 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()
354 } else if (fsflags & FS_COMPR_FL) { in btrfs_fileattr_set()
/linux-6.12.1/fs/ext2/
Dext2.h225 #define EXT2_COMPR_FL FS_COMPR_FL /* Compress file */
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h241 #define OCFS2_COMPR_FL FS_COMPR_FL /* Compress file */
/linux-6.12.1/fs/f2fs/
Dfile.c2049 { F2FS_COMPR_FL, FS_COMPR_FL },
2063 FS_COMPR_FL | \
2080 FS_COMPR_FL | \
/linux-6.12.1/fs/reiserfs/
Dreiserfs.h1778 #define REISERFS_COMPR_FL FS_COMPR_FL
/linux-6.12.1/Documentation/filesystems/
Df2fs.rst862 - Priority in between FS_COMPR_FL, FS_NOCOMP_FS, extensions: