Searched refs:hreq (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_ioctl.c | 91 xfs_fsop_handlereq_t hreq; in xfs_find_handle() local 95 if (copy_from_user(&hreq, (xfs_fsop_handlereq_t *)arg, sizeof(hreq))) in xfs_find_handle() 106 error = user_path_walk_link(hreq.path, &nd); in xfs_find_handle() 120 file = fget(hreq.fd); in xfs_find_handle() 178 if (copy_to_user((xfs_handle_t *)hreq.ohandle, &handle, hsize) || in xfs_find_handle() 179 copy_to_user(hreq.ohandlen, &hsize, sizeof(__s32))) { in xfs_find_handle() 207 xfs_fsop_handlereq_t *hreq, in xfs_vget_fsop_handlereq() argument 236 if (copy_from_user(hreq, (struct xfs_fsop_handlereq *)arg, size)) in xfs_vget_fsop_handlereq() 239 hanp = hreq->ihandle; in xfs_vget_fsop_handlereq() 240 hlen = hreq->ihandlen; in xfs_vget_fsop_handlereq() [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_fs.h | 366 struct xfs_fsop_handlereq hreq; /* handle information */ member 375 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member 392 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
|