Searched refs:FS_IOC_GETFLAGS (Results 1 – 7 of 7) sorted by relevance
| /linux/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/fs/ |
| H A D | ioctl.c | 556 case FS_IOC_GETFLAGS: in do_vfs_ioctl() 681 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 232 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro 254 * Inode flags (FS_IOC_GETFLAGS / FS_IOC_SETFLAGS)
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 325 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 634 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4068 /* Invokes the FS_IOC_GETFLAGS IOCTL and returns its errno or 0. */ in TEST_F_FORK() 4073 if (ioctl(fd, FS_IOC_GETFLAGS, &flags) < 0) in TEST_F_FORK() 4240 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_GETFLAGS));
|
| /linux/security/selinux/ |
| H A D | hooks.c | 3908 case FS_IOC_GETFLAGS: in selinux_file_ioctl() 3954 cmd = FS_IOC_GETFLAGS; in selinux_file_ioctl_compat()
|