Searched refs:FS_IOC_GETFLAGS (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/tools/testing/selftests/efivarfs/ |
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-6.12.1/include/uapi/linux/ |
D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
D | fs.h | 223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/linux-6.12.1/fs/ubifs/ |
D | ioctl.c | 217 cmd = FS_IOC_GETFLAGS; in ubifs_compat_ioctl()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-ioctl.c | 542 case FS_IOC_GETFLAGS: in bch2_fs_file_ioctl() 616 cmd = FS_IOC_GETFLAGS; in bch2_compat_fs_ioctl()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | fs.h | 223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 223 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/linux-6.12.1/fs/ |
D | ioctl.c | 866 case FS_IOC_GETFLAGS: in do_vfs_ioctl() 993 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
|
/linux-6.12.1/fs/ecryptfs/ |
D | file.c | 376 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
|
/linux-6.12.1/fs/smb/client/ |
D | ioctl.c | 378 case FS_IOC_GETFLAGS: in cifs_ioctl()
|
/linux-6.12.1/fs/fuse/ |
D | ioctl.c | 517 err = fuse_priv_ioctl(inode, ff, FS_IOC_GETFLAGS, in fuse_fileattr_get()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 954 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
|
/linux-6.12.1/fs/overlayfs/ |
D | inode.c | 627 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
|
/linux-6.12.1/Documentation/filesystems/ |
D | fsverity.rst | 321 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
|
D | fscrypt.rst | 780 most filesystems it is also possible to use the FS_IOC_GETFLAGS ioctl
|
D | vfs.rst | 671 called on ioctl(FS_IOC_GETFLAGS) and ioctl(FS_IOC_FSGETXATTR) to
|
/linux-6.12.1/Documentation/admin-guide/ |
D | ext4.rst | 530 FS_IOC_GETFLAGS
|
/linux-6.12.1/tools/testing/selftests/landlock/ |
D | fs_test.c | 3905 if (ioctl(fd, FS_IOC_GETFLAGS, &flags) < 0) in test_fs_ioc_getflags_ioctl() 4089 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_GETFLAGS)); in TEST_F_FORK()
|
/linux-6.12.1/security/selinux/ |
D | hooks.c | 3706 case FS_IOC_GETFLAGS: in selinux_file_ioctl() 3752 cmd = FS_IOC_GETFLAGS; in selinux_file_ioctl_compat()
|