Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c497 xfs_fsop_attrmulti_handlereq_t am_hreq; in xfs_attrmulti_by_handle() local
504 (xfs_fsop_handlereq_t *)&am_hreq, in xfs_attrmulti_by_handle()
509 size = am_hreq.opcount * sizeof(attr_multiop_t); in xfs_attrmulti_by_handle()
521 if (copy_from_user(ops, am_hreq.ops, size)) { in xfs_attrmulti_by_handle()
527 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
556 if (copy_to_user(am_hreq.ops, ops, size)) in xfs_attrmulti_by_handle()