Searched refs:al_hreq (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_ioctl32.c | 346 compat_xfs_fsop_attrlist_handlereq_t al_hreq; in xfs_compat_attrlist_by_handle() local 352 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_compat_attrlist_by_handle() 355 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle() 360 compat_ptr(al_hreq.buffer), al_hreq.buflen, in xfs_compat_attrlist_by_handle() 361 al_hreq.flags, &p->pos); in xfs_compat_attrlist_by_handle()
|
| A D | xfs_handle.c | 497 struct xfs_fsop_attrlist_handlereq al_hreq; in xfs_attrlist_by_handle() local 503 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_attrlist_by_handle() 506 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle() 510 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer, in xfs_attrlist_by_handle() 511 al_hreq.buflen, al_hreq.flags, &p->pos); in xfs_attrlist_by_handle()
|
Completed in 7 milliseconds