Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c148 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 Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
H A Dfs.h204 #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 Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
H A Dfs.h247 #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 Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
H A Dfs.h247 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_ioctl.h18 #define OCFS2_IOC_GETFLAGS FS_IOC_GETFLAGS
/OK3568_Linux_fs/kernel/fs/efivarfs/
H A Dfile.c176 case FS_IOC_GETFLAGS: in efivarfs_file_ioctl()
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0037-sanitizer-Remove-include-linux-fs.h-to-resolve-fscon.patch52 - unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c626 case FS_IOC_GETFLAGS: in ovl_ioctl()
648 cmd = FS_IOC_GETFLAGS; in ovl_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dfile.c357 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dioctl.c181 case FS_IOC_GETFLAGS: in cifs_ioctl()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dioctl.c1285 case FS_IOC_GETFLAGS: in nilfs_ioctl()
1335 cmd = FS_IOC_GETFLAGS; in nilfs_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dfile.c412 if (cmd == FS_IOC_GETFLAGS) { in orangefs_ioctl()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c830 case FS_IOC_GETFLAGS: in __ext4_ioctl()
1344 cmd = FS_IOC_GETFLAGS; in ext4_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c345 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 Dxfs_fs.h772 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dhfsplus_fs.h354 #define HFSPLUS_IOC_EXT2_GETFLAGS FS_IOC_GETFLAGS
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h284 #define EXT2_IOC_GETFLAGS FS_IOC_GETFLAGS
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c912 case FS_IOC_GETFLAGS: in dispatch_ioctl()
929 cmd = FS_IOC_GETFLAGS; in incfs_compat_ioctl()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst296 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 Dincfs_test.c44 #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()

12