Searched refs:boot_time (Results 1 – 8 of 8) sorted by relevance
| /fs/nfsd/ |
| A D | trace.h | 925 __field(unsigned long long, boot_time) 928 __entry->boot_time = nn->boot_time; 930 TP_printk("boot_time=%16llx", __entry->boot_time) 949 __field(unsigned long long, boot_time) 955 __entry->boot_time = nn->boot_time; 964 __entry->boot_time, __entry->xid, __entry->error, 1418 __field(unsigned long long, boot_time) 1423 __entry->boot_time = nn->boot_time; 1428 __entry->boot_time, __entry->xid, 1441 __field(unsigned long long, boot_time) [all …]
|
| A D | netns.h | 69 time64_t boot_time; member
|
| A D | nfs4recover.c | 1422 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0() 1839 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init() 1897 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create() 1972 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
|
| A D | nfs4state.c | 951 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state() 2299 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID() 2681 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 6553 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming() 8857 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
|
| /fs/nfs/ |
| A D | netns.h | 41 ktime_t boot_time; member
|
| A D | client.c | 1249 nn->boot_time = ktime_get_real(); in nfs_clients_init()
|
| A D | nfs4xdr.c | 1939 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
|
| A D | nfs4proc.c | 6465 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
|
Completed in 70 milliseconds