Searched refs:rpcflags (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vnops.c | 550 nfs3_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs3_access_rpc() argument 570 NULL, rpcflags, &nmrep, &xid, &status); in nfs3_access_rpc() 646 int error = 0, slot, dorpc, rpcflags = 0; in nfs_vnop_access() local 779 rpcflags |= R_SOFT; in nfs_vnop_access() 782 error = nmp->nm_funcs->nf_access_rpc(np, &waccess, rpcflags, ctx); in nfs_vnop_access() 787 if ((error == ETIMEDOUT) && (rpcflags & R_SOFT)) { in nfs_vnop_access() 1440 int error = 0, status = 0, nfsvers, rpcflags = 0; in nfs3_getattr_rpc() local 1449 rpcflags = R_RECOVER; in nfs3_getattr_rpc() 1453 rpcflags |= R_SOFT; in nfs3_getattr_rpc() 1468 NULL, rpcflags, &nmrep, xidp, &status); in nfs3_getattr_rpc() [all …]
|
| H A D | nfs4_vnops.c | 88 nfs4_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs4_access_rpc() argument 126 &si, rpcflags, &nmrep, &xid, &status); in nfs4_access_rpc() 209 int error = 0, status, nfsvers, numops, rpcflags = 0, acls; in nfs4_getattr_rpc() local 226 rpcflags = R_RECOVER; in nfs4_getattr_rpc() 230 rpcflags |= R_SOFT; in nfs4_getattr_rpc() 256 NULL, rpcflags, &nmrep, xidp, &status); in nfs4_getattr_rpc()
|