Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c1220 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()
/linux-2.4.37.9/fs/xfs/
Dxfs_fs.h111 struct getbmapx { struct
Dxfs_bmap.c5671 struct getbmapx outx; in xfs_getbmap()
5695 ((struct getbmapx __user *)ap + 1) : in xfs_getbmap()