Searched refs:nfsrv_dscreate (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 750 int nfsrv_dscreate(struct vnode *, struct vattr *, struct vattr *,
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 4310 nfsrv_dscreate(struct vnode *dvp, struct vattr *vap, struct vattr *nvap, in nfsrv_dscreate() function 4409 dsc->err = nfsrv_dscreate(dsc->dvp, &dsc->createva, &dsc->va, &dsc->fh, in start_dscreate() 4537 ret = nfsrv_dscreate(dvp[i], vap, &va, &fh, tpf, NULL, in nfsrv_pnfscreate() 4551 error = nfsrv_dscreate(dvp[mirrorcnt - 1], vap, &va, &fh, tpf, in nfsrv_pnfscreate()
|
H A D | nfs_nfsdstate.c | 8612 error = nfsrv_dscreate(dvp, &va, &nva, fhp, pf, NULL, in nfsrv_createdsfile()
|