Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c1220 struct getbmapx bmx; in xfs_ioc_getbmapx() local
1225 if (copy_from_user(&bmx, (struct getbmapx *)arg, sizeof(bmx))) in xfs_ioc_getbmapx()
1228 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()
1235 GETBMAP_CONVERT(bmx, bm); in xfs_ioc_getbmapx()
1237 iflags = bmx.bmv_iflags; in xfs_ioc_getbmapx()
1248 GETBMAP_CONVERT(bm, bmx); in xfs_ioc_getbmapx()
1250 if (copy_to_user((struct getbmapx *)arg, &bmx, sizeof(bmx))) in xfs_ioc_getbmapx()