Searched refs:cl_clientid (Results 1 – 8 of 8) sorted by relevance
/fs/nfsd/ |
D | nfs4state.c | 148 clp->cl_clientid.cl_boot, in renew_client_locked() 149 clp->cl_clientid.cl_id); in renew_client_locked() 154 clp->cl_clientid.cl_boot, in renew_client_locked() 155 clp->cl_clientid.cl_id); in renew_client_locked() 690 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid() 1451 sid->clientid = clp->cl_clientid; in gen_sessionid() 1962 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid() 1963 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid() 2101 clp->cl_clientid.cl_boot = nn->boot_time; in gen_clid() 2102 clp->cl_clientid.cl_id = nn->clientid_counter++; in gen_clid() [all …]
|
D | blocklayout.c | 310 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
|
D | state.h | 315 clientid_t cl_clientid; /* generated by server */ member
|
D | nfs4callback.c | 632 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
|
/fs/nfs/ |
D | nfs4client.c | 506 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client() 538 .clientid = new->cl_clientid, in nfs40_walk_client_list() 656 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
|
D | nfs4state.c | 77 .clientid = clp->cl_clientid, in nfs4_init_clientid() 93 clp->cl_clientid = clid.clientid; in nfs4_init_clientid() 124 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking() 138 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking() 1278 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery() 2323 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
|
D | nfs4proc.c | 1231 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc() 2159 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare() 5692 clp->cl_clientid); in nfs4_proc_setclientid_confirm() 5929 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk() 6201 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata() 6584 struct nfs_lowner owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk() 6710 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare() 6766 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner() 6943 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations() 7091 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present() [all …]
|
D | nfs4xdr.c | 2704 encode_renew(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_renew() 2921 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_destroy_clientid()
|