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

/linux-master/fs/xfs/
H A Dxfs_ioctl32.c345 compat_xfs_fsop_attrlist_handlereq_t al_hreq; local
351 if (copy_from_user(&al_hreq, p, sizeof(al_hreq)))
354 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq);
359 compat_ptr(al_hreq.buffer), al_hreq.buflen,
360 al_hreq.flags, &p->pos);
H A Dxfs_ioctl.c447 struct xfs_fsop_attrlist_handlereq al_hreq; local
453 if (copy_from_user(&al_hreq, p, sizeof(al_hreq)))
456 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq);
460 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer,
461 al_hreq.buflen, al_hreq.flags, &p->pos);

Completed in 106 milliseconds