Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnetns.h32 struct timespec boot_time; member
Dclient.c1083 nn->boot_time = CURRENT_TIME; in nfs_clients_init()
Dnfs4proc.c5042 verf[0] = cpu_to_be32(nn->boot_time.tv_sec); in nfs4_init_boot_verifier()
5043 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec); in nfs4_init_boot_verifier()
Dnfs4xdr.c1853 *p++ = cpu_to_be32(nn->boot_time.tv_nsec); /* stamp */ in encode_create_session()
/linux-4.4.14/fs/nfsd/
Dnetns.h56 time_t boot_time; member
Dnfs4recover.c1042 cup->cu_msg.cm_u.cm_gracetime = (int64_t)nn->boot_time; in nfsd4_cld_grace_done()
1258 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1316 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1391 sprintf(timestr, "%ld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
Dnfs4state.c1680 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
1683 clid->cl_boot, clid->cl_id, nn->boot_time); in STALE_CLIENTID()
1992 clp->cl_clientid.cl_boot = nn->boot_time; in gen_clid()
6745 nn->boot_time = get_seconds(); in nfs4_state_start_net()
/linux-4.4.14/include/scsi/
Dlibfc.h882 unsigned long boot_time; member
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2365 lport->boot_time = jiffies; in _fcoe_create()
2850 vn_port->boot_time = jiffies; in fcoe_vport_create()
2893 lport->boot_time = jiffies; in fcoe_vport_disable()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1099 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1159 lport->boot_time = jiffies; in bnx2fc_vport_disable()
2307 lport->boot_time = jiffies; in _bnx2fc_create()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c837 lp->boot_time = jiffies; in fnic_probe()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c313 jiffies_to_timespec(lport->boot_time, &v1); in fc_get_host_stats()