Searched refs:cl_owner_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4client.c | 295 kfree(clp->cl_owner_id); in nfs4_shutdown_client() 485 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id() 487 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id() 669 * same nfs_client from the original mount, the cl_owner_id is reused,
|
H A D | nfs4xdr.c | 1708 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()
|
H A D | nfs4proc.c | 6182 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string() 6222 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string() 6234 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string() 6264 clp->cl_owner_id = str; in nfs4_init_uniform_client_string() 6352 clp->cl_owner_id); in nfs4_proc_setclientid()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4client.c | 298 kfree(clp->cl_owner_id); in nfs4_shutdown_client() 519 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id() 521 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id() 704 * same nfs_client from the original mount, the cl_owner_id is reused,
|
H A D | nfs4xdr.c | 1736 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()
|
H A D | nfs4proc.c | 6306 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string() 6346 clp->cl_owner_id = str; in nfs4_init_nonuniform_client_string() 6358 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string() 6388 clp->cl_owner_id = str; in nfs4_init_uniform_client_string() 6476 clp->cl_owner_id); in nfs4_proc_setclientid()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 85 const char * cl_owner_id; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 88 const char * cl_owner_id; member
|
Completed in 51 milliseconds