Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/efivarfs/
H A 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/fs/
H A Dioctl.c556 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 Dfs.h232 #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 Dfs.h325 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/linux/fs/overlayfs/
H A Dinode.c634 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4068 /* 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 Dhooks.c3908 case FS_IOC_GETFLAGS: in selinux_file_ioctl()
3954 cmd = FS_IOC_GETFLAGS; in selinux_file_ioctl_compat()