Searched refs:FS_IOC_FIEMAP (Results 1 – 7 of 7) sorted by relevance
236 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) macro
322 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) macro
58 ``FS_IOC_FIEMAP`` is a good first target because it is trivial to
765 FS_IOC_FIEMAP section in File Space Mapping Reporting769 in the format specified by the ``FS_IOC_FIEMAP`` ioctl.
530 case FS_IOC_FIEMAP: in do_vfs_ioctl()
159 * FS_IOC_FIEMAP queries information about the allocation of in is_masked_device_ioctl() 165 case FS_IOC_FIEMAP: in is_masked_device_ioctl()
4040 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FS_IOC_FIEMAP)); in TEST_F_FORK()