Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h80 struct getbmap { struct
521 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
527 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
531 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
Dxfs_bmap.h21 struct getbmap;
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c1365 struct getbmap __user *base = (struct getbmap __user *)*ap; in xfs_getbmap_format()
1368 if (copy_to_user(base, bmv, sizeof(struct getbmap))) in xfs_getbmap_format()
1371 *ap += sizeof(struct getbmap); in xfs_getbmap_format()
1396 (__force struct getbmap *)arg+1); in xfs_ioc_getbmap()
1401 if (copy_to_user(arg, &bmx, sizeof(struct getbmap))) in xfs_ioc_getbmap()