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

/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h34 struct getbmap { struct
45 * are used exactly as in the getbmap structure. The getbmapx structure
795 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
801 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
805 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.h9 struct getbmap;
/linux-master/fs/xfs/
H A Dxfs_ioctl.c1470 /* struct getbmap is a strict subset of struct getbmapx. */
1471 recsize = sizeof(struct getbmap);

Completed in 185 milliseconds