Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ioctl32.c314 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
322 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
323 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
324 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
325 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
326 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
327 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
328 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
336 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
339 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
[all …]
Dxfs_ioctl.c67 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument
78 f = fdget(hreq->fd); in xfs_find_handle()
83 error = user_lpath((const char __user *)hreq->path, &path); in xfs_find_handle()
124 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
125 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
188 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument
190 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
196 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument
211 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
223 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
[all …]
Dxfs_ioctl.h37 xfs_fsop_handlereq_t *hreq);
42 xfs_fsop_handlereq_t *hreq);
47 xfs_fsop_handlereq_t *hreq);
Dxfs_ioctl32.h127 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
149 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
159 struct compat_xfs_fsop_handlereq hreq; /* handle information */ member
/fs/xfs/libxfs/
Dxfs_fs.h411 struct xfs_fsop_handlereq hreq; /* handle information */ member
420 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
440 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member