Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dnfs4client.c295 kfree(clp->cl_owner_id); in nfs4_shutdown_client()
514 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
516 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()
A Dnfs4xdr.c1736 encode_string(xdr, strlen(setclientid->sc_clnt->cl_owner_id), in encode_setclientid()
1737 setclientid->sc_clnt->cl_owner_id); in encode_setclientid()
1817 encode_string(xdr, strlen(args->client->cl_owner_id), in encode_exchange_id()
1818 args->client->cl_owner_id); in encode_exchange_id()
A Dnfs4proc.c6296 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string()
6336 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string()
6348 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string()
6378 clp->cl_owner_id = str; in nfs4_init_uniform_client_string()
6466 clp->cl_owner_id); in nfs4_proc_setclientid()
/linux-6.3-rc2/include/linux/
A Dnfs_fs_sb.h86 const char * cl_owner_id; member

Completed in 38 milliseconds