Home
last modified time | relevance | path

Searched refs:fh_fid (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/vfs/nfs/
HDnfs_serv.c638 bzero(&fhp->fh_fid, sizeof(fhp->fh_fid)); in nfsrv_lookup()
639 error = VFS_VPTOFH(vp, &fhp->fh_fid); in nfsrv_lookup()
1337 wpp = NWDELAYHASH(slp, nfsd->nd_fh.fh_fid.fid_data); in nfsrv_writegather()
1827 bzero(&fhp->fh_fid, sizeof(fhp->fh_fid)); in nfsrv_create()
1828 error = VFS_VPTOFH(vp, &fhp->fh_fid); in nfsrv_create()
1995 bzero(&fhp->fh_fid, sizeof(fhp->fh_fid)); in nfsrv_mknod()
1996 error = VFS_VPTOFH(vp, &fhp->fh_fid); in nfsrv_mknod()
2603 bzero(&fhp->fh_fid, sizeof(fhp->fh_fid)); in nfsrv_symlink()
2604 error = VFS_VPTOFH(vp, &fhp->fh_fid); in nfsrv_symlink()
2741 bzero(&fhp->fh_fid, sizeof(fhp->fh_fid)); in nfsrv_mkdir()
[all …]
HDnfs_subs.c1243 error = VFS_FHTOVP(mp, NULL, &fhp->fh_fid, vpp); in nfsrv_fhtovp()
/dragonfly/sys/vfs/nullfs/
HDnull_vfsops.c199 if (VFS_VPTOFH(rootvp, &fh.fh_fid) == 0) { in nullfs_mount()
/dragonfly/sys/sys/
HDmount.h443 struct fid fh_fid; /* File sys specific id */ member
/dragonfly/sys/kern/
HDimgact_elf.c1148 error = VFS_VPTOFH(vp, &vnh->vnh_fh.fh_fid); in cb_put_fp()
1624 error = VFS_VPTOFH(vp, &cfi->cfi_fh.fh_fid); in elf_putfiles()
HDvfs_syscalls.c4786 error = VFS_VPTOFH(vp, &fh.fh_fid); in sys_getfh()
4846 error = VFS_FHTOVP(mp, NULL, &fhp.fh_fid, &vp); in sys_fhopen()
5012 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp)) == 0) { in sys_fhstat()
5060 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp)) != 0) in sys_fhstatfs()
5121 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp))) in sys_fhstatvfs()
HDkern_checkpoint.c496 error = VFS_FHTOVP(mp, NULL, &fh->fh_fid, vpp); in ckpt_fhtovp()
HDvfs_subr.c2237 if ((error = VFS_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()