Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h35 struct getbmap { struct
1210 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
1216 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
1220 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.h9 struct getbmap;
H A Dxfs_ondisk.h304 XFS_CHECK_STRUCT_SIZE(struct getbmap, 32); in xfs_check_ondisk_structs()
/linux/fs/xfs/
H A Dxfs_ioctl.c882 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()