Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ioctl32.c359 compat_xfs_fsop_attrlist_handlereq_t al_hreq; in xfs_compat_attrlist_by_handle() local
365 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_compat_attrlist_by_handle()
368 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
373 compat_ptr(al_hreq.buffer), al_hreq.buflen, in xfs_compat_attrlist_by_handle()
374 al_hreq.flags, &p->pos); in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c445 struct xfs_fsop_attrlist_handlereq al_hreq; in xfs_attrlist_by_handle() local
451 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_attrlist_by_handle()
454 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
458 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer, in xfs_attrlist_by_handle()
459 al_hreq.buflen, al_hreq.flags, &p->pos); in xfs_attrlist_by_handle()