Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs4client.c249 kfree(clp->cl_owner_id); in nfs4_shutdown_client()
479 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
481 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()
Dnfs4proc.c5733 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string()
5771 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string()
5801 clp->cl_owner_id = str; in nfs4_init_uniquifier_client_string()
5811 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string()
5835 clp->cl_owner_id = str; in nfs4_init_uniform_client_string()
5923 clp->cl_owner_id); in nfs4_proc_setclientid()
Dnfs4xdr.c1708 encode_string(xdr, strlen(setclientid->sc_clnt->cl_owner_id), in encode_setclientid()
1709 setclientid->sc_clnt->cl_owner_id); in encode_setclientid()
1789 encode_string(xdr, strlen(args->client->cl_owner_id), in encode_exchange_id()
1790 args->client->cl_owner_id); in encode_exchange_id()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h81 const char * cl_owner_id; member