Searched refs:dmhreq (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_ioctl32.c | 498 compat_xfs_fsop_setdm_handlereq_t dmhreq; in xfs_compat_fssetdm_by_handle() local 503 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle() 507 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle() 516 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() 370 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_fssetdm_by_handle() 379 if (copy_from_user(&fsd, dmhreq.data, sizeof(fsd))) { in xfs_fssetdm_by_handle()
|