Searched refs:getbmapx (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.h | 40 typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *, int *); 41 int xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,
|
D | xfs_ioctl.c | 1363 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmap_format() 1382 struct getbmapx bmx; in xfs_ioc_getbmap() 1385 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx))) in xfs_ioc_getbmap() 1407 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmapx_format() 1409 struct getbmapx __user *base = (struct getbmapx __user *)*ap; in xfs_getbmapx_format() 1411 if (copy_to_user(base, bmv, sizeof(struct getbmapx))) in xfs_getbmapx_format() 1414 *ap += sizeof(struct getbmapx); in xfs_getbmapx_format() 1423 struct getbmapx bmx; in xfs_ioc_getbmapx() 1436 (__force struct getbmapx *)arg+1); in xfs_ioc_getbmapx() 1441 if (copy_to_user(arg, &bmx, sizeof(struct getbmapx))) in xfs_ioc_getbmapx()
|
D | xfs_bmap_util.c | 470 struct getbmapx *out, /* output structure */ in xfs_getbmapx_fix_eof_hole() 518 struct getbmapx *bmv, /* user bmap structure */ in xfs_getbmap() 533 struct getbmapx *out; /* output structure */ in xfs_getbmap() 594 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx)) in xfs_getbmap() 596 out = kmem_zalloc_large(bmv->bmv_count * sizeof(struct getbmapx), 0); in xfs_getbmap()
|
D | xfs_iops.c | 1018 struct getbmapx *bmv, in xfs_fiemap_format() 1062 struct getbmapx bm; in xfs_vn_fiemap() 1081 (PAGE_SIZE * 16 / sizeof(struct getbmapx))); in xfs_vn_fiemap()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 99 struct getbmapx { struct
|