Home
last modified time | relevance | path

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

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