Home
last modified time | relevance | path

Searched refs:cl_clientid (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dtrace.h382 __entry->cl_boot = clp->cl_clientid.cl_boot;
383 __entry->cl_id = clp->cl_clientid.cl_id;
612 __entry->cl_boot = clp->cl_clientid.cl_boot;
613 __entry->cl_id = clp->cl_clientid.cl_id;
632 __entry->cl_boot = clp->cl_clientid.cl_boot;
633 __entry->cl_id = clp->cl_clientid.cl_id;
661 __entry->cl_boot = clp->cl_clientid.cl_boot;
662 __entry->cl_id = clp->cl_clientid.cl_id;
694 __entry->cl_boot = clp->cl_clientid.cl_boot;
695 __entry->cl_id = clp->cl_clientid
[all...]
H A Dblocklayout.c325 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
H A Dnfs4state.c166 clp->cl_clientid.cl_boot, in renew_client_locked()
167 clp->cl_clientid.cl_id); in renew_client_locked()
746 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid()
1609 sid->clientid = clp->cl_clientid; in gen_sessionid()
2175 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid()
2176 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid()
2312 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
2313 clp->cl_clientid in gen_clid()
[all...]
H A Dstate.h313 struct list_head cl_idhash; /* hash by cl_clientid.id */
330 clientid_t cl_clientid; /* generated by server */ member
H A Dnfs4callback.c619 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
H A Dnfs4proc.c1622 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dtrace.h790 __entry->cl_boot = clp->cl_clientid.cl_boot;
791 __entry->cl_id = clp->cl_clientid.cl_id;
820 __entry->cl_boot = clp->cl_clientid.cl_boot;
821 __entry->cl_id = clp->cl_clientid.cl_id;
849 __entry->cl_boot = clp->cl_clientid.cl_boot;
850 __entry->cl_id = clp->cl_clientid.cl_id;
1301 __entry->cl_boot = clp->cl_clientid.cl_boot;
1302 __entry->cl_id = clp->cl_clientid.cl_id;
1320 __entry->cl_boot = clp->cl_clientid.cl_boot;
1321 __entry->cl_id = clp->cl_clientid
[all...]
H A Dblocklayout.c219 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
H A Dnfs4state.c197 clp->cl_clientid.cl_boot, in renew_client_locked()
198 clp->cl_clientid.cl_id); in renew_client_locked()
959 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid()
1728 sid->clientid = clp->cl_clientid; in gen_sessionid()
2307 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid()
2308 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid()
2444 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
2445 clp->cl_clientid in gen_clid()
[all...]
H A Dstate.h336 struct list_head cl_idhash; /* hash by cl_clientid.id */
353 clientid_t cl_clientid; /* generated by server */ member
H A Dnfs4callback.c690 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
H A Dnfs4proc.c1941 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_fs_sb.h69 u64 cl_clientid; /* constant */ member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_fs_sb.h72 u64 cl_clientid; /* constant */ member
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4client.c527 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client()
559 .clientid = new->cl_clientid, in nfs40_walk_client_list()
677 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
H A Dnfs4state.c116 .clientid = clp->cl_clientid, in nfs4_init_clientid()
132 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
163 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
177 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
1316 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
2452 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
H A Dnfs4proc.c1408 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2447 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6390 clp->cl_clientid); in nfs4_proc_setclientid_confirm()
6641 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
6966 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7363 struct nfs_lowner owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7489 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7545 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
7851 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
7999 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present()
[all...]
H A Dnfs4xdr.c2723 encode_renew(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_renew()
2939 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_destroy_clientid()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4client.c561 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client()
593 .clientid = new->cl_clientid, in nfs40_walk_client_list()
712 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
H A Dnfs4state.c116 .clientid = clp->cl_clientid, in nfs4_init_clientid()
132 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
163 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
177 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
1316 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
2476 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
H A Dnfs4proc.c1413 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2453 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6514 clp->cl_clientid); in nfs4_proc_setclientid_confirm()
6767 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
7096 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7483 .owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7641 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7697 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
8055 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
8216 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present()
[all...]
H A 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()

Completed in 85 milliseconds