| /OK3568_Linux_fs/kernel/tools/testing/selftests/efivarfs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | ioctl.c | 148 case FS_IOC_GETFLAGS: in ubifs_ioctl() 223 cmd = FS_IOC_GETFLAGS; in ubifs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
| H A D | fs.h | 204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
| H A D | fs.h | 247 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
| H A D | fs.h | 247 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ocfs2_ioctl.h | 18 #define OCFS2_IOC_GETFLAGS FS_IOC_GETFLAGS
|
| /OK3568_Linux_fs/kernel/fs/efivarfs/ |
| H A D | file.c | 176 case FS_IOC_GETFLAGS: in efivarfs_file_ioctl()
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0037-sanitizer-Remove-include-linux-fs.h-to-resolve-fscon.patch | 52 - unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fs.h | 204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 626 case FS_IOC_GETFLAGS: in ovl_ioctl() 648 cmd = FS_IOC_GETFLAGS; in ovl_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 357 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | ioctl.c | 181 case FS_IOC_GETFLAGS: in cifs_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | ioctl.c | 1285 case FS_IOC_GETFLAGS: in nilfs_ioctl() 1335 cmd = FS_IOC_GETFLAGS; in nilfs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | file.c | 412 if (cmd == FS_IOC_GETFLAGS) { in orangefs_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 830 case FS_IOC_GETFLAGS: in __ext4_ioctl() 1344 cmd = FS_IOC_GETFLAGS; in ext4_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | file.c | 345 case FS_IOC_GETFLAGS: in gfs2_ioctl() 364 cmd = FS_IOC_GETFLAGS; in gfs2_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 772 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | hfsplus_fs.h | 354 #define HFSPLUS_IOC_EXT2_GETFLAGS FS_IOC_GETFLAGS
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | ext2.h | 284 #define EXT2_IOC_GETFLAGS FS_IOC_GETFLAGS
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 912 case FS_IOC_GETFLAGS: in dispatch_ioctl() 929 cmd = FS_IOC_GETFLAGS; in incfs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 296 FS_IOC_GETFLAGS section in User API 299 The existing ioctl FS_IOC_GETFLAGS (which isn't specific to fs-verity) 311 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 44 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro 3901 TESTEQUAL(ioctl(fd, FS_IOC_GETFLAGS, &flags), 0); in enable_verity() 3985 TESTEQUAL(ioctl(fd, FS_IOC_GETFLAGS, &flags), 0); in validate_verity()
|