Searched refs:hreq (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_ioctl32.c | 330 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument 338 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin() 339 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin() 340 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin() 341 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin() 342 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin() 343 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin() 344 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin() 352 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument 355 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry() [all …]
|
D | xfs_ioctl.h | 22 xfs_fsop_handlereq_t *hreq); 27 xfs_fsop_handlereq_t *hreq); 32 xfs_fsop_handlereq_t *hreq);
|
D | xfs_ioctl.c | 60 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument 71 f = fdget(hreq->fd); in xfs_find_handle() 76 error = user_lpath((const char __user *)hreq->path, &path); in xfs_find_handle() 116 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 117 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle() 180 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument 182 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry() 188 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument 203 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle() 215 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() [all …]
|
D | xfs_ioctl32.h | 115 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member 137 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member 147 struct compat_xfs_fsop_handlereq hreq; /* handle information */ member
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_fs.h | 389 struct xfs_fsop_handlereq hreq; /* handle information */ member 398 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member 418 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
|