Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4client.c297 kfree(clp->cl_owner_id); in nfs4_shutdown_client()
518 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
520 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()
H A Dnfs4xdr.c1770 encode_string(xdr, strlen(setclientid->sc_clnt->cl_owner_id), in encode_setclientid()
1771 setclientid->sc_clnt->cl_owner_id); in encode_setclientid()
1851 encode_string(xdr, strlen(args->client->cl_owner_id), in encode_exchange_id()
1852 args->client->cl_owner_id); in encode_exchange_id()
H A Dnfs4proc.c6439 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string()
6479 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string()
6491 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string()
6521 clp->cl_owner_id = str; in nfs4_init_uniform_client_string()
6609 clp->cl_owner_id); in nfs4_proc_setclientid()
/linux/include/linux/
H A Dnfs_fs_sb.h90 const char * cl_owner_id; member