Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFSMAP (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dfsmap.h111 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head) macro
/linux/fs/ext4/
H A Dioctl.c1541 case FS_IOC_GETFSMAP: in __ext4_ioctl()
1982 case FS_IOC_GETFSMAP: in ext4_compat_ioctl()
/linux/fs/xfs/
H A Dxfs_ioctl.c1264 case FS_IOC_GETFSMAP: in xfs_file_ioctl()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst5058 The scan starts by calling ``FS_IOC_GETFSMAP`` to scan the filesystem space map
5205 This already exists in the form of the ``FS_IOC_GETFSMAP`` ioctl.