Searched refs:hreq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c75 xfs_fsop_handlereq_t hreq; local
79 if (copy_from_user(&hreq, arg, sizeof(hreq)))
90 error = user_path_walk_link((const char __user *)hreq.path, &nd);
104 file = fget(hreq.fd);
165 if (copy_to_user(hreq.ohandle, &handle, hsize) ||
166 copy_to_user(hreq.ohandlen, &hsize, sizeof(__s32))) {
190 xfs_fsop_handlereq_t *hreq,
212 hanp = hreq->ihandle;
213 hlen = hreq
187 xfs_vget_fsop_handlereq( xfs_mount_t *mp, struct inode *parinode, xfs_fsop_handlereq_t *hreq, bhv_vnode_t **vp, struct inode **inode) argument
277 xfs_fsop_handlereq_t hreq; local
362 xfs_fsop_handlereq_t hreq; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h354 struct xfs_fsop_handlereq hreq; /* handle information */ member in struct:xfs_fsop_setdm_handlereq
363 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrlist_handlereq
380 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member in struct:xfs_fsop_attrmulti_handlereq

Completed in 54 milliseconds