Searched refs:dmhreq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.c | 494 compat_xfs_fsop_setdm_handlereq_t dmhreq; in xfs_compat_fssetdm_by_handle() local 499 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle() 503 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle() 512 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()
|
D | xfs_ioctl.c | 362 xfs_fsop_setdm_handlereq_t dmhreq; in xfs_fssetdm_by_handle() local 367 if (copy_from_user(&dmhreq, arg, sizeof(xfs_fsop_setdm_handlereq_t))) in xfs_fssetdm_by_handle() 374 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle() 385 if (copy_from_user(&fsd, dmhreq.data, sizeof(fsd))) { in xfs_fssetdm_by_handle()
|