Searched refs:boot_time (Results 1 – 8 of 8) sorted by relevance
/fs/nfsd/ |
D | trace.h | 333 __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,
|
D | netns.h | 43 time_t boot_time; member
|
D | nfs4recover.c | 1450 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()
|
D | nfs4state.c | 782 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/ |
D | netns.h | 36 ktime_t boot_time; member
|
D | client.c | 1079 nn->boot_time = ktime_get_real(); in nfs_clients_init()
|
D | nfs4xdr.c | 1879 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
|
D | nfs4proc.c | 5997 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
|