Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h35 struct getbmap { struct
970 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
976 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
980 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
Dxfs_bmap.h9 struct getbmap;
/linux-6.12.1/fs/xfs/
Dxfs_ioctl.c837 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()