Searched refs:bmx (Results 1 – 2 of 2) sorted by relevance
1382 struct getbmapx bmx; in xfs_ioc_getbmap() local1385 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx))) in xfs_ioc_getbmap()1388 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1391 bmx.bmv_iflags = (cmd == XFS_IOC_GETBMAPA ? BMV_IF_ATTRFORK : 0); in xfs_ioc_getbmap()1393 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ; in xfs_ioc_getbmap()1395 error = xfs_getbmap(ip, &bmx, xfs_getbmap_format, in xfs_ioc_getbmap()1401 if (copy_to_user(arg, &bmx, sizeof(struct getbmap))) in xfs_ioc_getbmap()1423 struct getbmapx bmx; in xfs_ioc_getbmapx() local1426 if (copy_from_user(&bmx, arg, sizeof(bmx))) in xfs_ioc_getbmapx()1429 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()[all …]
218 Marko Friedemann <mfr@bmx-chemnitz.de>