Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c611 xfs_fsop_attrmulti_handlereq_t am_hreq; in xfs_attrmulti_by_handle() local
617 if (copy_from_user(&am_hreq, arg, sizeof(xfs_fsop_attrmulti_handlereq_t))) in xfs_attrmulti_by_handle()
621 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t)) in xfs_attrmulti_by_handle()
624 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_attrmulti_by_handle()
629 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); in xfs_attrmulti_by_handle()
633 ops = memdup_user(am_hreq.ops, size); in xfs_attrmulti_by_handle()
640 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
647 if (copy_to_user(am_hreq.ops, ops, size)) in xfs_attrmulti_by_handle()