Searched refs:FS_IOC_GETFLAGS (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/tools/testing/selftests/efivarfs/ |
| H A D | open-unlink.c | 24 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable() 55 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | fs.h | 223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 230 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fs.h | 230 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | file.c | 376 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
|
| /linux-6.15/fs/ |
| H A D | ioctl.c | 865 case FS_IOC_GETFLAGS: in do_vfs_ioctl() 990 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-ioctl.c | 418 cmd = FS_IOC_GETFLAGS; in bch2_compat_fs_ioctl()
|
| /linux-6.15/fs/smb/client/ |
| H A D | ioctl.c | 375 case FS_IOC_GETFLAGS: in cifs_ioctl()
|
| /linux-6.15/fs/fuse/ |
| H A D | ioctl.c | 518 err = fuse_priv_ioctl(inode, ff, FS_IOC_GETFLAGS, in fuse_fileattr_get()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 1009 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
|
| /linux-6.15/fs/overlayfs/ |
| H A D | inode.c | 632 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | fsverity.rst | 327 FS_IOC_GETFLAGS section in User API 330 The existing ioctl FS_IOC_GETFLAGS (which isn't specific to fs-verity) 342 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
|
| H A D | fscrypt.rst | 776 most filesystems it is also possible to use the FS_IOC_GETFLAGS ioctl
|
| H A D | vfs.rst | 690 called on ioctl(FS_IOC_GETFLAGS) and ioctl(FS_IOC_FSGETXATTR) to
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | ext4.rst | 529 FS_IOC_GETFLAGS
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4060 if (ioctl(fd, FS_IOC_GETFLAGS, &flags) < 0) in test_fs_ioc_getflags_ioctl() 4244 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_GETFLAGS)); in TEST_F_FORK()
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 3714 case FS_IOC_GETFLAGS: in selinux_file_ioctl() 3760 cmd = FS_IOC_GETFLAGS; in selinux_file_ioctl_compat()
|