Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h35 struct getbmap { struct
1016 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
1022 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
1026 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
/linux/fs/xfs/
H A Dxfs_ioctl.c877 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()