Home
last modified time | relevance | path

Searched refs:getbmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_fs.h35 struct getbmap { struct
1025 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
1031 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
1035 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.h9 struct getbmap;
/linux-6.15/fs/xfs/
H A Dxfs_ioctl.c886 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()