Searched refs:FS_IOC_SETFLAGS (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/efivarfs/ |
| H A D | open-unlink.c | 37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
|
| /linux/fs/ |
| H A D | ioctl.c | 559 case FS_IOC_SETFLAGS: 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 | 233 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 319 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
| /linux/fs/fuse/ |
| H A D | ioctl.c | 556 err = fuse_priv_ioctl(inode, ff, FS_IOC_SETFLAGS, in fuse_fileattr_set()
|
| /linux/fs/smb/client/ |
| H A D | ioctl.c | 403 case FS_IOC_SETFLAGS: in cifs_ioctl()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 3915 case FS_IOC_SETFLAGS: in selinux_file_ioctl() 3959 cmd = FS_IOC_SETFLAGS; in selinux_file_ioctl_compat()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4054 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_SETFLAGS)); in TEST_F_FORK()
|