Home
last modified time | relevance | path

Searched refs:hreq (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_ioctl32.c320 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
328 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
329 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
330 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
331 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
332 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
333 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
334 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
342 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
345 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
[all …]
Dxfs_ioctl.c70 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument
81 file = fget(hreq->fd); in xfs_find_handle()
86 error = user_lpath((const char __user *)hreq->path, &path); in xfs_find_handle()
131 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
132 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
195 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument
197 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
203 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument
216 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
228 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
[all …]
Dxfs_ioctl.h33 xfs_fsop_handlereq_t *hreq);
38 xfs_fsop_handlereq_t *hreq);
43 xfs_fsop_handlereq_t *hreq);
Dxfs_ioctl32.h126 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
148 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
158 struct compat_xfs_fsop_handlereq hreq; /* handle information */ member
/linux-2.6.39/fs/xfs/
Dxfs_fs.h357 struct xfs_fsop_handlereq hreq; /* handle information */ member
366 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
386 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member