Searched refs:dmhreq (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/linux-2.6/ |
D | xfs_ioctl32.c | 503 compat_xfs_fsop_setdm_handlereq_t dmhreq; in xfs_compat_fssetdm_by_handle() local 508 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle() 512 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle() 521 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()
|
D | xfs_ioctl.c | 386 xfs_fsop_setdm_handlereq_t dmhreq; in xfs_fssetdm_by_handle() local 391 if (copy_from_user(&dmhreq, arg, sizeof(xfs_fsop_setdm_handlereq_t))) in xfs_fssetdm_by_handle() 394 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle() 403 if (copy_from_user(&fsd, dmhreq.data, sizeof(fsd))) { in xfs_fssetdm_by_handle()
|