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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c571 xfs_fsop_attrmulti_handlereq_t am_hreq; local
579 if (copy_from_user(&am_hreq, arg, sizeof(xfs_fsop_attrmulti_handlereq_t)))
582 error = xfs_vget_fsop_handlereq(mp, parinode, &am_hreq.hreq, &vp, &inode);
587 size = am_hreq.opcount * sizeof(attr_multiop_t);
597 if (copy_from_user(ops, am_hreq.ops, size))
606 for (i = 0; i < am_hreq.opcount; i++) {
634 if (copy_to_user(am_hreq.ops, ops, size))

Completed in 85 milliseconds