getbmap
struct getbmap;
#define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
#define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
#define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
XFS_CHECK_STRUCT_SIZE(struct getbmap, 32);
recsize = sizeof(struct getbmap);