HomeSort by: relevance | last modified time | path
    Searched refs:nfsrv_lockctrl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_var.h 104 int nfsrv_lockctrl(vnode_t, struct nfsstate **,
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 727 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
905 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
2317 * We call nfsrv_lockctrl() even if nd_repstat set, so that the
2318 * seqid# gets updated. nfsrv_lockctrl() will return the value
2321 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, &cf, clientid,
2439 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, &cf, clientid,
2551 * Call nfsrv_lockctrl() even if nd_repstat is set, so that the
2552 * seqid# gets incremented. nfsrv_lockctrl() will return the
2555 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
nfs_nfsdstate.c 1521 nfsrv_lockctrl(vnode_t vp, struct nfsstate **new_stpp, function in typeref:typename:APPLESTATIC int
1910 ("nfsrv_lockctrl: vnode unlocked1"));
1943 ("nfsrv_lockctrl: vnode unlocked2"));
4731 * nfsrv_lockctrl() and nfsrv_openctrl() when conflicts with other clients
5239 error = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,

Completed in 17 milliseconds