Home
last modified time | relevance | path

Searched refs:rpcflags (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vnops.c553 nfs3_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs3_access_rpc() argument
573 NULL, rpcflags, &nmrep, &xid, &status); in nfs3_access_rpc()
650 int error = 0, slot, dorpc, rpcflags = 0; in nfs_vnop_access() local
788 rpcflags |= R_SOFT; in nfs_vnop_access()
791 error = nmp->nm_funcs->nf_access_rpc(np, &waccess, rpcflags, ctx); in nfs_vnop_access()
796 if ((error == ETIMEDOUT) && (rpcflags & R_SOFT)) { in nfs_vnop_access()
1449 int error = 0, status = 0, nfsvers, rpcflags = 0; in nfs3_getattr_rpc() local
1458 rpcflags = R_RECOVER; in nfs3_getattr_rpc()
1462 rpcflags |= R_SOFT; in nfs3_getattr_rpc()
1477 NULL, rpcflags, &nmrep, xidp, &status); in nfs3_getattr_rpc()
[all …]
H A Dnfs4_vnops.c88 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()