Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/efivarfs/
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-6.14.4/fs/bcachefs/
Dfs-ioctl.c539 case FS_IOC_GETFLAGS: in bch2_fs_file_ioctl()
613 cmd = FS_IOC_GETFLAGS; in bch2_compat_fs_ioctl()
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/linux-6.14.4/tools/include/uapi/linux/
Dfs.h223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/linux-6.14.4/include/uapi/linux/
Dfs.h232 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/linux-6.14.4/fs/
Dioctl.c865 case FS_IOC_GETFLAGS: in do_vfs_ioctl()
990 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
/linux-6.14.4/fs/ecryptfs/
Dfile.c376 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
/linux-6.14.4/fs/fuse/
Dioctl.c518 err = fuse_priv_ioctl(inode, ff, FS_IOC_GETFLAGS, in fuse_fileattr_get()
/linux-6.14.4/fs/smb/client/
Dioctl.c375 case FS_IOC_GETFLAGS: in cifs_ioctl()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_fs.h1006 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/linux-6.14.4/fs/overlayfs/
Dinode.c632 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
/linux-6.14.4/Documentation/filesystems/
Dfsverity.rst321 FS_IOC_GETFLAGS section in User API
324 The existing ioctl FS_IOC_GETFLAGS (which isn't specific to fs-verity)
336 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
Dfscrypt.rst780 most filesystems it is also possible to use the FS_IOC_GETFLAGS ioctl
Dvfs.rst671 called on ioctl(FS_IOC_GETFLAGS) and ioctl(FS_IOC_FSGETXATTR) to
/linux-6.14.4/Documentation/admin-guide/
Dext4.rst530 FS_IOC_GETFLAGS
/linux-6.14.4/tools/testing/selftests/landlock/
Dfs_test.c4059 if (ioctl(fd, FS_IOC_GETFLAGS, &flags) < 0) in test_fs_ioc_getflags_ioctl()
4243 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_GETFLAGS)); in TEST_F_FORK()
/linux-6.14.4/security/selinux/
Dhooks.c3708 case FS_IOC_GETFLAGS: in selinux_file_ioctl()
3754 cmd = FS_IOC_GETFLAGS; in selinux_file_ioctl_compat()