Home
last modified time | relevance | path

Searched refs:server_scope (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dnfs4client.c695 return memcmp(s1->server_scope, s2->server_scope, in nfs4_check_server_scope()
733 if (!nfs4_check_server_scope(clp->cl_serverscope, res->server_scope)) in nfs4_detect_session_trunking()
H A Dnfs4proc.c8786 return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; in nfs41_same_server_scope()
9052 kfree(cdata->res.server_scope); in nfs4_exchange_id_release()
9103 calldata->res.server_scope = kzalloc(sizeof(struct nfs41_server_scope), in nfs4_run_exchange_id()
9105 if (unlikely(calldata->res.server_scope == NULL)) in nfs4_run_exchange_id()
9150 kfree(calldata->res.server_scope); in nfs4_run_exchange_id()
9205 resp->server_scope)) { in _nfs4_proc_exchange_id()
9212 swap(clp->cl_serverscope, resp->server_scope); in _nfs4_proc_exchange_id()
H A Dnfs4xdr.c5833 memcpy(res->server_scope->server_scope, dummy_str, dummy); in decode_exchange_id()
5834 res->server_scope->server_scope_sz = dummy; in decode_exchange_id()
/linux/include/linux/
H A Dnfs_xdr.h1375 char server_scope[NFS4_OPAQUE_LIMIT]; member
1404 struct nfs41_server_scope *server_scope; member