Lines Matching defs:fhp
104 enum uio_seg pathseg, fhandle_t *fhp);
4433 fhandle_t *fhp;
4441 UIO_USERSPACE, uap->fhp, UIO_USERSPACE));
4447 fhandle_t *fhp;
4455 uap->fhp, UIO_USERSPACE));
4469 fhandle_t *fhp;
4478 uap->fhp, UIO_USERSPACE));
4483 enum uio_seg pathseg, fhandle_t *fhp, enum uio_seg fhseg)
4509 error = copyout(&fh, fhp, sizeof (fh));
4511 memcpy(fhp, &fh, sizeof(fh));
4518 fhandle_t *fhp;
4526 return (kern_fhlinkat(td, AT_FDCWD, uap->to, UIO_USERSPACE, uap->fhp));
4531 fhandle_t *fhp;
4540 return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp));
4545 enum uio_seg pathseg, fhandle_t *fhp)
4555 error = copyin(fhp, &fh, sizeof(fh));
4574 fhandle_t *fhp;
4592 error = copyin(uap->fhp, &fh, sizeof(fh));
4630 struct fhandle fhp;
4643 error = copyin(u_fhp, &fhp, sizeof(fhp));
4647 mp = vfs_busyfs(&fhp.fh_fsid);
4651 error = VFS_FHTOVP(mp, &fhp.fh_fid, LK_EXCLUSIVE, &vp);