Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4client.c231 kfree(clp->cl_owner_id); in nfs4_shutdown_client()
459 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
461 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()
Dnfs4proc.c5055 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string()
5085 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string()
5116 clp->cl_owner_id = str; in nfs4_init_uniquifier_client_string()
5127 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string()
5151 clp->cl_owner_id = str; in nfs4_init_uniform_client_string()
5239 clp->cl_owner_id); in nfs4_proc_setclientid()
7004 clp->cl_owner_id); in _nfs4_proc_exchange_id()
Dnfs4xdr.c1685 encode_string(xdr, strlen(setclientid->sc_clnt->cl_owner_id), in encode_setclientid()
1686 setclientid->sc_clnt->cl_owner_id); in encode_setclientid()
1766 encode_string(xdr, strlen(args->client->cl_owner_id), in encode_exchange_id()
1767 args->client->cl_owner_id); in encode_exchange_id()
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h78 const char * cl_owner_id; member