Searched refs:getbmapx (Results 1 – 3 of 3) sorted by relevance
1220 struct getbmapx bmx; in xfs_ioc_getbmapx()1225 if (copy_from_user(&bmx, (struct getbmapx *)arg, sizeof(bmx))) in xfs_ioc_getbmapx()1244 error = xfs_getbmap(bdp, &bm, (struct getbmapx *)arg+1, iflags); in xfs_ioc_getbmapx()1250 if (copy_to_user((struct getbmapx *)arg, &bmx, sizeof(bmx))) in xfs_ioc_getbmapx()
111 struct getbmapx { struct
5671 struct getbmapx outx; in xfs_getbmap()5695 ((struct getbmapx __user *)ap + 1) : in xfs_getbmap()