Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4client.c687 return memcmp(s1->server_scope, s2->server_scope, in nfs4_check_server_scope()
725 if (!nfs4_check_server_scope(clp->cl_serverscope, res->server_scope)) in nfs4_detect_session_trunking()
H A Dnfs4proc.c8468 return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; in nfs41_same_server_scope()
8734 kfree(cdata->res.server_scope); in nfs4_exchange_id_release()
8785 calldata->res.server_scope = kzalloc(sizeof(struct nfs41_server_scope), in nfs4_run_exchange_id()
8787 if (unlikely(calldata->res.server_scope == NULL)) in nfs4_run_exchange_id()
8832 kfree(calldata->res.server_scope); in nfs4_run_exchange_id()
8887 resp->server_scope)) { in _nfs4_proc_exchange_id()
8894 swap(clp->cl_serverscope, resp->server_scope); in _nfs4_proc_exchange_id()
H A Dnfs4xdr.c5706 memcpy(res->server_scope->server_scope, dummy_str, dummy); in decode_exchange_id()
5707 res->server_scope->server_scope_sz = dummy; in decode_exchange_id()
/linux/include/linux/
H A Dnfs_xdr.h1338 char server_scope[NFS4_OPAQUE_LIMIT]; member
1367 struct nfs41_server_scope *server_scope; member