Searched refs:cl_boot (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/nfsd/ |
| D | trace.h | 423 __field(u32, cl_boot) 429 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 435 __entry->cl_boot, 466 __field(u32, cl_boot) 473 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 479 __entry->seqid, __entry->cl_boot, __entry->cl_id, 495 __field(u32, cl_boot) 499 __entry->cl_boot = clid->cl_boot; 502 TP_printk("client %08x:%08x", __entry->cl_boot, __entry->cl_id) 547 __field(u32, cl_boot) [all …]
|
| D | blocklayout.c | 325 return ((u64)clp->cl_clientid.cl_boot << 32) | clp->cl_clientid.cl_id; in nfsd4_scsi_pr_key()
|
| D | nfs4state.c | 168 clp->cl_clientid.cl_boot, in renew_client_locked() 882 stid->stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state() 1951 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID() 2175 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid() 2220 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id); in same_clid() 2312 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 3246 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id() 4040 setclid->se_clientid.cl_boot = new->cl_clientid.cl_boot; in nfsd4_setclientid() 6565 deny->ld_clientid.cl_boot = 0; in nfs4_set_lock_denied() 7268 clid->cl_boot, clid->cl_id); in nfsd4_release_lockowner()
|
| D | state.h | 45 u32 cl_boot; member
|
| D | nfs4proc.c | 359 clid->cl_boot = sid->clientid.cl_boot; in copy_clientid()
|
| D | nfs4xdr.c | 107 return (clid->cl_boot == 0) && (clid->cl_id == 0); in zero_clientid()
|