Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFLAGS (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.10/tools/testing/selftests/efivarfs/
Dopen-unlink.c24 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable()
55 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
/Linux-v5.10/include/uapi/linux/
Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/Linux-v5.10/fs/ubifs/
Dioctl.c148 case FS_IOC_GETFLAGS: in ubifs_ioctl()
223 cmd = FS_IOC_GETFLAGS; in ubifs_compat_ioctl()
/Linux-v5.10/fs/ocfs2/
Docfs2_ioctl.h18 #define OCFS2_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v5.10/fs/efivarfs/
Dfile.c176 case FS_IOC_GETFLAGS: in efivarfs_file_ioctl()
/Linux-v5.10/tools/include/uapi/linux/
Dfs.h204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/Linux-v5.10/fs/ecryptfs/
Dfile.c357 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
/Linux-v5.10/fs/cifs/
Dioctl.c181 case FS_IOC_GETFLAGS: in cifs_ioctl()
/Linux-v5.10/fs/overlayfs/
Dfile.c661 case FS_IOC_GETFLAGS: in ovl_ioctl()
686 cmd = FS_IOC_GETFLAGS; in ovl_compat_ioctl()
/Linux-v5.10/fs/nilfs2/
Dioctl.c1285 case FS_IOC_GETFLAGS: in nilfs_ioctl()
1335 cmd = FS_IOC_GETFLAGS; in nilfs_compat_ioctl()
/Linux-v5.10/fs/orangefs/
Dfile.c412 if (cmd == FS_IOC_GETFLAGS) { in orangefs_ioctl()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_fs.h772 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/Linux-v5.10/fs/hfsplus/
Dhfsplus_fs.h354 #define HFSPLUS_IOC_EXT2_GETFLAGS FS_IOC_GETFLAGS
/Linux-v5.10/fs/ext4/
Dioctl.c824 case FS_IOC_GETFLAGS: in __ext4_ioctl()
1331 cmd = FS_IOC_GETFLAGS; in ext4_compat_ioctl()
/Linux-v5.10/fs/gfs2/
Dfile.c345 case FS_IOC_GETFLAGS: in gfs2_ioctl()
364 cmd = FS_IOC_GETFLAGS; in gfs2_compat_ioctl()
/Linux-v5.10/fs/ext2/
Dext2.h284 #define EXT2_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v5.10/Documentation/filesystems/
Dfsverity.rst219 FS_IOC_GETFLAGS section in User API
222 The existing ioctl FS_IOC_GETFLAGS (which isn't specific to fs-verity)
234 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
Dfscrypt.rst629 most filesystems it is also possible to use the FS_IOC_GETFLAGS ioctl
/Linux-v5.10/fs/f2fs/
Dfile.c3950 case FS_IOC_GETFLAGS: in f2fs_ioctl()
4155 cmd = FS_IOC_GETFLAGS; in f2fs_compat_ioctl()
/Linux-v5.10/fs/btrfs/
Dioctl.c4839 case FS_IOC_GETFLAGS: in btrfs_ioctl()
4992 cmd = FS_IOC_GETFLAGS; in btrfs_compat_ioctl()
/Linux-v5.10/Documentation/admin-guide/
Dext4.rst543 FS_IOC_GETFLAGS
/Linux-v5.10/fs/fuse/
Dfile.c2807 case FS_IOC_GETFLAGS: in fuse_do_ioctl()
/Linux-v5.10/security/selinux/
Dhooks.c3615 case FS_IOC_GETFLAGS: in selinux_file_ioctl()