Searched refs:getbmapx (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_ioctl.c | 1247 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmap_format() 1266 struct getbmapx bmx; in xfs_ioc_getbmap() 1269 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx))) in xfs_ioc_getbmap() 1291 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmapx_format() 1293 struct getbmapx __user *base = *ap; in xfs_getbmapx_format() 1295 if (copy_to_user(base, bmv, sizeof(struct getbmapx))) in xfs_getbmapx_format() 1298 *ap += sizeof(struct getbmapx); in xfs_getbmapx_format() 1307 struct getbmapx bmx; in xfs_ioc_getbmapx() 1320 (struct getbmapx *)arg+1); in xfs_ioc_getbmapx() 1325 if (copy_to_user(arg, &bmx, sizeof(struct getbmapx))) in xfs_ioc_getbmapx()
|
D | xfs_bmap.h | 209 typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *, int *); 213 int xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,
|
D | xfs_iops.c | 971 struct getbmapx *bmv, in xfs_fiemap_format() 1014 struct getbmapx bm; in xfs_vn_fiemap() 1033 (PAGE_SIZE * 16 / sizeof(struct getbmapx))); in xfs_vn_fiemap()
|
D | xfs_fs.h | 99 struct getbmapx { struct
|
D | xfs_bmap.c | 5832 struct getbmapx *out, /* output structure */ in xfs_getbmapx_fix_eof_hole() 5880 struct getbmapx *bmv, /* user bmap structure */ in xfs_getbmap() 5895 struct getbmapx *out; /* output structure */ in xfs_getbmap() 5956 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx)) in xfs_getbmap() 5958 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL); in xfs_getbmap() 5961 sizeof(struct getbmapx)); in xfs_getbmap()
|