Searched refs:getbmapx (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.h361 typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *, int *);
369 struct getbmapx *bmv, /* user bmap structure */
H A Dxfs_fs.h91 * are used exactly as in the getbmap structure. The getbmapx structure
99 struct getbmapx { struct
H A Dxfs_bmap.c5327 struct getbmapx *out, /* output structure */
5375 struct getbmapx *bmv, /* user bmap structure */
5390 struct getbmapx *out; /* output structure */
5451 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx))
5453 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h361 typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *, int *);
369 struct getbmapx *bmv, /* user bmap structure */
H A Dxfs_fs.h91 * are used exactly as in the getbmap structure. The getbmapx structure
99 struct getbmapx { struct
H A Dxfs_bmap.c5327 struct getbmapx *out, /* output structure */
5375 struct getbmapx *bmv, /* user bmap structure */
5390 struct getbmapx *out; /* output structure */
5451 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx))
5453 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c1188 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full)
1192 /* copy only getbmap portion (not getbmapx) */
1207 struct getbmapx bmx;
1210 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx)))
1232 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full)
1234 struct getbmapx __user *base = *ap;
1236 if (copy_to_user(base, bmv, sizeof(struct getbmapx)))
1239 *ap += sizeof(struct getbmapx);
1248 struct getbmapx bmx;
1261 (struct getbmapx *)ar
[all...]
H A Dxfs_iops.c604 struct getbmapx *bmv,
647 struct getbmapx bm;
666 (PAGE_SIZE * 16 / sizeof(struct getbmapx)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c1188 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full)
1192 /* copy only getbmap portion (not getbmapx) */
1207 struct getbmapx bmx;
1210 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx)))
1232 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full)
1234 struct getbmapx __user *base = *ap;
1236 if (copy_to_user(base, bmv, sizeof(struct getbmapx)))
1239 *ap += sizeof(struct getbmapx);
1248 struct getbmapx bmx;
1261 (struct getbmapx *)ar
[all...]
H A Dxfs_iops.c604 struct getbmapx *bmv,
647 struct getbmapx bm;
666 (PAGE_SIZE * 16 / sizeof(struct getbmapx)));

Completed in 216 milliseconds