Searched refs:dmhreq (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_ioctl32.c | 510 compat_xfs_fsop_setdm_handlereq_t dmhreq; in xfs_compat_fssetdm_by_handle() local 515 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle() 519 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle() 528 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()
|
D | xfs_ioctl.c | 332 xfs_fsop_setdm_handlereq_t dmhreq; in xfs_fssetdm_by_handle() local 337 if (copy_from_user(&dmhreq, arg, sizeof(xfs_fsop_setdm_handlereq_t))) in xfs_fssetdm_by_handle() 344 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle() 355 if (copy_from_user(&fsd, dmhreq.data, sizeof(fsd))) { in xfs_fssetdm_by_handle()
|