Searched refs:FS_IOC_GETVERSION (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 42 ASSERT_EQ(ioctl(self->pidfd, FS_IOC_GETVERSION, &self->gen1), 0); in FIXTURE_SETUP() 81 ASSERT_EQ(ioctl(self->pidfd, FS_IOC_GETVERSION, &self->gen2), 0); in TEST_F() 107 ASSERT_EQ(ioctl(fd_pidfd_mnt, FS_IOC_GETVERSION, &self->gen2), 0); in TEST_F()
|
| /linux/include/uapi/linux/ |
| H A D | ext4.h | 15 #define EXT4_IOC_GETVERSION_OLD FS_IOC_GETVERSION
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 234 #define FS_IOC_GETVERSION _IOR('v', 1, long) macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 320 #define FS_IOC_GETVERSION _IOR('v', 1, long) macro
|
| /linux/fs/ |
| H A D | pidfs.c | 509 case FS_IOC_GETVERSION: in pidfs_ioctl_valid() 546 if (cmd == FS_IOC_GETVERSION) { in pidfd_ioctl()
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 5152 case FS_IOC_GETVERSION: in btrfs_ioctl() 5314 cmd = FS_IOC_GETVERSION; in btrfs_compat_ioctl()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 3915 case FS_IOC_GETVERSION: 3966 cmd = FS_IOC_GETVERSION; in file_map_prot_check()
|