Home
last modified time | relevance | path

Searched refs:cl_clientid (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/fs/nfsd/
Dtrace.h730 __entry->cl_boot = clp->cl_clientid.cl_boot;
731 __entry->cl_id = clp->cl_clientid.cl_id;
760 __entry->cl_boot = clp->cl_clientid.cl_boot;
761 __entry->cl_id = clp->cl_clientid.cl_id;
789 __entry->cl_boot = clp->cl_clientid.cl_boot;
790 __entry->cl_id = clp->cl_clientid.cl_id;
1257 __entry->cl_boot = clp->cl_clientid.cl_boot;
1258 __entry->cl_id = clp->cl_clientid.cl_id;
1276 __entry->cl_boot = clp->cl_clientid.cl_boot;
1277 __entry->cl_id = clp->cl_clientid.cl_id;
[all …]
Dblocklayout.c218 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
Dnfs4state.c194 clp->cl_clientid.cl_boot, in renew_client_locked()
195 clp->cl_clientid.cl_id); in renew_client_locked()
952 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid()
1718 sid->clientid = clp->cl_clientid; in gen_sessionid()
2297 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid()
2298 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid()
2434 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
2435 clp->cl_clientid.cl_id = nn->clientid_counter++; in gen_clid()
2507 memcpy(&clid, &clp->cl_clientid, sizeof(clid)); in client_info_show()
2807 trace_nfsd_clid_admin_expired(&clp->cl_clientid); in force_expire_client()
[all …]
Dstate.h353 clientid_t cl_clientid; /* generated by server */ member
Dnfs4callback.c619 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
Dnfs4proc.c1923 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify()
/Linux-v6.1/include/linux/
Dnfs_fs_sb.h70 u64 cl_clientid; /* constant */ member
/Linux-v6.1/fs/nfs/
Dnfs4client.c556 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client()
588 .clientid = new->cl_clientid, in nfs40_walk_client_list()
707 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
Dnfs4state.c114 .clientid = clp->cl_clientid, in nfs4_init_clientid()
130 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
161 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
175 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
1300 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
2459 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
Dnfs4proc.c1405 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2446 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6498 clp->cl_clientid); in nfs4_proc_setclientid_confirm()
6751 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
7079 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7461 .owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7619 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7675 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
8033 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
8194 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present()
[all …]
Dnfs4xdr.c2751 encode_renew(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_renew()
2967 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_destroy_clientid()