Searched refs:cl_clientid (Results 1 – 10 of 10) sorted by relevance
/linux/fs/nfsd/ |
H A D | trace.h | 783 __entry->cl_boot = clp->cl_clientid.cl_boot; 784 __entry->cl_id = clp->cl_clientid.cl_id; 823 __entry->cl_boot = clp->cl_clientid.cl_boot; 824 __entry->cl_id = clp->cl_clientid.cl_id; 880 __entry->cl_boot = clp->cl_clientid.cl_boot; 881 __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; 982 __entry->cl_boot = clp->cl_clientid.cl_boot; 983 __entry->cl_id = clp->cl_clientid.cl_id; [all …]
|
H A D | blocklayout.c | 219 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
|
H A D | nfs4state.c | 199 clp->cl_clientid.cl_boot, in renew_client_locked() 200 clp->cl_clientid.cl_id); in renew_client_locked() 943 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid() 1893 sid->clientid = clp->cl_clientid; in gen_sessionid() 2482 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid() 2483 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid() 2619 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 2620 clp->cl_clientid.cl_id = nn->clientid_counter++; in gen_clid() 2694 memcpy(&clid, &clp->cl_clientid, sizeof(clid)); in client_info_show() 3010 trace_nfsd_clid_admin_expired(&clp->cl_clientid); in force_expire_client() [all …]
|
H A D | nfs4callback.c | 802 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
|
H A D | nfs4proc.c | 2051 memcpy(&cps->cp_p_clid, &clp->cl_clientid, sizeof(clientid_t)); in nfsd4_copy_notify()
|
/linux/include/linux/ |
H A D | nfs_fs_sb.h | 74 u64 cl_clientid; /* constant */ member
|
/linux/fs/nfs/ |
H A D | nfs4client.c | 560 if (pos->cl_clientid != new->cl_clientid) in nfs4_match_client() 592 .clientid = new->cl_clientid, in nfs40_walk_client_list() 711 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
|
H A D | nfs4state.c | 116 .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() 1302 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery() 2467 __func__, clp->cl_hostname, clp->cl_clientid, flags); in nfs41_handle_sequence_flag_errors()
|
H A D | nfs4proc.c | 1466 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc() 2528 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare() 6649 clp->cl_clientid); in nfs4_proc_setclientid_confirm() 6948 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk() 7279 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata() 7667 .owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk() 7825 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare() 7881 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner() 8239 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations() 8400 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present() [all …]
|
H A D | nfs4xdr.c | 2785 encode_renew(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_renew() 3003 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr); in nfs4_xdr_enc_destroy_clientid()
|