Home
last modified time | relevance | path

Searched refs:nfsrv_dscreate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_var.h750 int nfsrv_dscreate(struct vnode *, struct vattr *, struct vattr *,
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4310 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 Dnfs_nfsdstate.c8612 error = nfsrv_dscreate(dvp, &va, &nva, fhp, pf, NULL, in nfsrv_createdsfile()