Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.c357 compat_xfs_fsop_attrlist_handlereq_t al_hreq; in xfs_compat_attrlist_by_handle() local
363 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_compat_attrlist_by_handle()
366 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
371 compat_ptr(al_hreq.buffer), al_hreq.buflen, in xfs_compat_attrlist_by_handle()
372 al_hreq.flags, &p->pos); in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c444 struct xfs_fsop_attrlist_handlereq al_hreq; in xfs_attrlist_by_handle() local
450 if (copy_from_user(&al_hreq, p, sizeof(al_hreq))) in xfs_attrlist_by_handle()
453 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_attrlist_by_handle()
457 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer, in xfs_attrlist_by_handle()
458 al_hreq.buflen, al_hreq.flags, &p->pos); in xfs_attrlist_by_handle()