Searched refs:cl_clientid (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs40client.c | 126 .clientid = new->cl_clientid, in nfs40_walk_client_list() 216 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking() 230 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
|
| H A D | nfs40proc.c | 178 .clientid = clp->cl_clientid, in _nfs40_proc_get_locations() 227 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present() 271 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare() 328 data->args.lock_owner.clientid = clp->cl_clientid; in nfs4_release_lockowner()
|
| H A D | nfs4client.c | 492 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client() 550 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
|
| H A D | nfs4state.c | 117 .clientid = clp->cl_clientid, in nfs4_init_clientid() 133 clp->cl_clientid = clid.clientid; in nfs4_init_clientid() 1276 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery() 2425 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
|
| H A D | nfs4proc.c | 1436 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc() 2508 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare() 6701 clp->cl_clientid); in nfs4_proc_setclientid_confirm() 6999 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk() 7340 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata() 7727 .owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk() 8884 clp->cl_clientid = resp->clientid; in _nfs4_proc_exchange_id() 9260 .clientid = clp->cl_clientid, in _nfs4_proc_create_session()
|
| H A D | nfs4xdr.c | 2802 encode_renew(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_renew() 3020 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_destroy_clientid()
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 844 __entry->cl_boot = clp->cl_clientid.cl_boot; 845 __entry->cl_id = clp->cl_clientid.cl_id; 893 __entry->cl_boot = clp->cl_clientid.cl_boot; 894 __entry->cl_id = clp->cl_clientid.cl_id; 952 __entry->cl_boot = clp->cl_clientid.cl_boot; 953 __entry->cl_id = clp->cl_clientid.cl_id; 1024 __entry->cl_boot = clp->cl_clientid.cl_boot; 1025 __entry->cl_id = clp->cl_clientid.cl_id; 1054 __entry->cl_boot = clp->cl_clientid.cl_boot; 1055 __entry->cl_id = clp->cl_clientid.cl_id; [all …]
|
| H A D | nfs4state.c | 200 clp->cl_clientid.cl_boot, in renew_client_locked() 201 clp->cl_clientid.cl_id); in renew_client_locked() 970 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid() 1067 memcpy(&cps->cp_p_clid, &p_stid->sc_client->cl_clientid, in nfs4_alloc_init_cpntf_state() 2257 sid->clientid = clp->cl_clientid; in gen_sessionid() 2981 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid() 2982 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid() 3118 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 3119 clp->cl_clientid.cl_id = nn->clientid_counter++; in gen_clid() 3202 memcpy(&clid, &clp->cl_clientid, sizeof(clid)); in client_info_show() [all …]
|
| H A D | nfs4layouts.c | 834 clp->cl_clientid.cl_id - nn->clientid_base, in nfsd4_layout_fence_worker() 844 clp->cl_clientid.cl_id - nn->clientid_base, in nfsd4_layout_fence_worker()
|
| H A D | state.h | 541 clientid_t cl_clientid; /* generated by server */ member
|
| H A D | nfs4callback.c | 891 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
|