Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_ioctl32.c313 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
321 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
322 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
323 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
325 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
335 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
338 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
489 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
494 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
497 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
[all …]
A Dxfs_handle.c83 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument
93 CLASS(fd, f)(hreq->fd); in xfs_find_handle()
225 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument
227 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
233 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument
248 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
260 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
263 permflag = hreq->oflags; in xfs_open_by_handle()
290 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
313 xfs_fsop_handlereq_t *hreq) in xfs_readlink_by_handle() argument
[all …]
A Dxfs_handle.h14 int xfs_find_handle(unsigned int cmd, struct xfs_fsop_handlereq *hreq);
15 int xfs_open_by_handle(struct file *parfilp, struct xfs_fsop_handlereq *hreq);
17 struct xfs_fsop_handlereq *hreq);
A Dxfs_ioctl.c1279 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1281 if (copy_from_user(&hreq, arg, sizeof(hreq))) in xfs_file_ioctl()
1283 return xfs_find_handle(cmd, &hreq); in xfs_file_ioctl()
1286 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1288 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
1290 return xfs_open_by_handle(filp, &hreq); in xfs_file_ioctl()
1294 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1296 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
1298 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_ioctl()
A Dxfs_ioctl32.h113 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
135 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
/fs/xfs/libxfs/
A Dxfs_fs.h627 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
647 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member

Completed in 16 milliseconds