Searched refs:cl_boot (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | trace.h | 574 __field(u32, cl_boot) 580 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 586 __entry->cl_boot, 619 __field(u32, cl_boot) 626 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 632 __entry->seqid, __entry->cl_boot, __entry->cl_id, 670 __field(u32, cl_boot) 680 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 686 __entry->cl_boot, __entry->cl_id, 703 __field(u32, cl_boot) [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 | state.h | 45 u32 cl_boot; member
|
H A D | nfs4state.c | 197 clp->cl_clientid.cl_boot, in renew_client_locked() 988 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state() 2080 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID() 2316 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid() 2361 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id); in same_clid() 2453 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 3424 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id() 4218 setclid->se_clientid.cl_boot = new->cl_clientid.cl_boot; in nfsd4_setclientid() 7237 deny->ld_clientid.cl_boot = 0; in nfs4_set_lock_denied() 7969 clid->cl_boot, clid->cl_id); in nfsd4_release_lockowner()
|
H A D | nfs4proc.c | 521 clid->cl_boot = sid->clientid.cl_boot; in copy_clientid()
|
H A D | nfs4xdr.c | 109 return (clid->cl_boot == 0) && (clid->cl_id == 0); in zero_clientid()
|