Searched refs:hreq (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_handle.c | 83 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument 93 CLASS(fd, f)(hreq->fd); in xfs_find_handle() 100 error = user_path_at(AT_FDCWD, hreq->path, 0, &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() 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 245 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle() 291 xfs_readlink_by_handle(struct file * parfilp,xfs_fsop_handlereq_t * hreq) xfs_readlink_by_handle() argument [all...] |
| H A D | xfs_ioctl.c | 1315 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1317 if (copy_from_user(&hreq, arg, sizeof(hreq))) in xfs_file_ioctl() 1319 return xfs_find_handle(cmd, &hreq); in xfs_file_ioctl() 1322 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1324 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 1326 return xfs_open_by_handle(filp, &hreq); in xfs_file_ioctl() 1330 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() 1332 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 1334 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_ioctl() 1301 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local 1308 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local 1316 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local [all...] |
| H A D | xfs_ioctl32.h | 113 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member 135 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
|