Home
last modified time | relevance | path

Searched refs:server_scope_sz (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4client.c644 if (s1->server_scope_sz != s2->server_scope_sz) in nfs4_check_server_scope()
647 s1->server_scope_sz) == 0; in nfs4_check_server_scope()
Dnfs4proc.c7604 if (a->server_scope_sz != b->server_scope_sz) in nfs41_same_server_scope()
7606 return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; in nfs41_same_server_scope()
Dnfs4xdr.c5757 res->server_scope->server_scope_sz = dummy; in decode_exchange_id()
/Linux-v4.19/fs/nfsd/
Dnfs4xdr.c3940 int server_scope_sz; in nfsd4_encode_exchange_id() local
3946 server_scope_sz = strlen(server_scope); in nfsd4_encode_exchange_id()
3990 (XDR_QUADLEN(server_scope_sz) * 4) + in nfsd4_encode_exchange_id()
4001 p = xdr_encode_opaque(p, server_scope, server_scope_sz); in nfsd4_encode_exchange_id()
/Linux-v4.19/include/linux/
Dnfs_xdr.h1254 uint32_t server_scope_sz; member