Searched refs:server_scope (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs4client.c | 652 return memcmp(s1->server_scope, s2->server_scope, in nfs4_check_server_scope() 690 if (!nfs4_check_server_scope(clp->cl_serverscope, res->server_scope)) in nfs4_detect_session_trunking()
|
D | nfs4proc.c | 8218 return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; in nfs41_same_server_scope() 8484 kfree(cdata->res.server_scope); in nfs4_exchange_id_release() 8535 calldata->res.server_scope = kzalloc(sizeof(struct nfs41_server_scope), in nfs4_run_exchange_id() 8537 if (unlikely(calldata->res.server_scope == NULL)) in nfs4_run_exchange_id() 8580 kfree(calldata->res.server_scope); in nfs4_run_exchange_id() 8635 resp->server_scope)) { in _nfs4_proc_exchange_id() 8642 swap(clp->cl_serverscope, resp->server_scope); in _nfs4_proc_exchange_id()
|
D | nfs4xdr.c | 5600 memcpy(res->server_scope->server_scope, dummy_str, dummy); in decode_exchange_id() 5601 res->server_scope->server_scope_sz = dummy; in decode_exchange_id()
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_xdr.h | 1317 char server_scope[NFS4_OPAQUE_LIMIT]; member 1346 struct nfs41_server_scope *server_scope; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfs4xdr.c | 4227 char *server_scope; in nfsd4_encode_exchange_id() local 4235 server_scope = nn->nfsd_name; in nfsd4_encode_exchange_id() 4291 p = xdr_encode_opaque(p, server_scope, server_scope_sz); in nfsd4_encode_exchange_id()
|