Home
last modified time | relevance | path

Searched refs:boot_time (Results 1 – 8 of 8) sorted by relevance

/fs/nfsd/
Dtrace.h333 __field(unsigned long long, boot_time)
338 __entry->boot_time = nn->boot_time;
343 __entry->boot_time, __entry->xid,
356 __field(unsigned long long, boot_time)
362 __entry->boot_time = nn->boot_time;
368 __entry->boot_time, __entry->xid, __entry->cached,
Dnetns.h43 time_t boot_time; member
Dnfs4recover.c1450 cup->cu_u.cu_msg.cm_u.cm_gracetime = (int64_t)nn->boot_time; in nfsd4_cld_grace_done_v0()
1878 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1939 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
2014 sprintf(timestr, "%ld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
Dnfs4state.c782 copy->cp_stateid.si_opaque.so_clid.cl_boot = nn->boot_time; in nfs4_init_cp_state()
1901 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
1904 clid->cl_boot, clid->cl_id, nn->boot_time); in STALE_CLIENTID()
2263 clp->cl_clientid.cl_boot = nn->boot_time; in gen_clid()
5239 unsigned long double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
7686 nn->boot_time = get_seconds(); in nfs4_state_create_net()
/fs/nfs/
Dnetns.h36 ktime_t boot_time; member
Dclient.c1079 nn->boot_time = ktime_get_real(); in nfs_clients_init()
Dnfs4xdr.c1879 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
Dnfs4proc.c5997 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()