Searched refs:hreq (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.c | 314 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 …]
|
D | xfs_ioctl.h | 37 xfs_fsop_handlereq_t *hreq); 42 xfs_fsop_handlereq_t *hreq); 47 xfs_fsop_handlereq_t *hreq);
|
D | xfs_ioctl.c | 66 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument 77 f = fdget(hreq->fd); in xfs_find_handle() 82 error = user_lpath((const char __user *)hreq->path, &path); in xfs_find_handle() 123 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 124 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle() 187 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument 189 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry() 195 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument 210 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle() 222 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() [all …]
|
D | xfs_ioctl32.h | 127 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
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 410 struct xfs_fsop_handlereq hreq; /* handle information */ member 419 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member 439 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
|