HomeSort by: relevance | last modified time | path
    Searched defs:fdiraft_ret (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_serv.c 1908 int error = 0, cache = 0, fdirfor_ret = 1, fdiraft_ret = 1; local in function:nfsrv_rename
1944 nfsm_srvwcc_data(fdirfor_ret, &fdirfor, fdiraft_ret, &fdiraft);
2107 fdiraft_ret = VOP_GETATTR(fdirp, &fdiraft, cred);
2129 nfsm_srvwcc_data(fdirfor_ret, &fdirfor, fdiraft_ret, &fdiraft);
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 1451 int error = 0, fdirfor_ret = 1, fdiraft_ret = 1; local in function:nfsrvd_rename
1463 nfsrv_wcc(nd, fdirfor_ret, &fdirfor, fdiraft_ret, &fdiraft);
1546 nfsrv_wcc(nd, fdirfor_ret, &fdirfor, fdiraft_ret,
1565 nfsrv_wcc(nd, fdirfor_ret, &fdirfor, fdiraft_ret,
1583 fdiraft_ret = nfsvno_getattr(fdirp, &fdiraft, nd->nd_cred, p,
1593 nfsrv_wcc(nd, fdirfor_ret, &fdirfor, fdiraft_ret, &fdiraft);

Completed in 15 milliseconds