| /linux/arch/alpha/kernel/ |
| A D | rtc.c | 39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch() local 40 if (epoch < 1900) in specifiy_epoch() 41 printk("Ignoring invalid user specified epoch %lu\n", epoch); in specifiy_epoch() 43 rtc_epoch = epoch; in specifiy_epoch() 51 int epoch, year, ctrl; in init_rtc_epoch() local 65 epoch = 1900; in init_rtc_epoch() 67 epoch = 2000; in init_rtc_epoch() 70 epoch = 1980; in init_rtc_epoch() 73 epoch = 1952; in init_rtc_epoch() 75 rtc_epoch = epoch; in init_rtc_epoch() [all …]
|
| /linux/include/linux/ceph/ |
| A D | mon_client.h | 20 u32 epoch; member 129 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, 131 void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch); 134 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
|
| /linux/net/rxrpc/ |
| A D | conn_service.c | 30 k.epoch = sp->hdr.epoch; in rxrpc_find_service_conn_rcu() 157 conn->proto.epoch = sp->hdr.epoch; in rxrpc_new_incoming_connection()
|
| A D | net_ns.c | 40 get_random_bytes(&rxnet->epoch, sizeof(rxnet->epoch)); in rxrpc_init_net() 41 rxnet->epoch |= RXRPC_RANDOM_EPOCH; in rxrpc_init_net()
|
| A D | local_event.c | 56 whdr.epoch = htonl(sp->hdr.epoch); in rxrpc_send_version_request()
|
| A D | txbuf.c | 64 whdr->epoch = htonl(call->conn->proto.epoch); in rxrpc_alloc_data_txbuf() 141 whdr->epoch = htonl(call->conn->proto.epoch); in rxrpc_alloc_ack_txbuf()
|
| A D | protocol.h | 22 __be32 epoch; /* client boot timestamp */ member 166 __be32 epoch; /* current epoch */ member
|
| A D | output.c | 293 pkt.whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_abort_packet() 542 whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_conn_abort() 626 whdr.epoch = htonl(sp->hdr.epoch); in rxrpc_reject_packet() 664 whdr.epoch = htonl(peer->local->rxnet->epoch); in rxrpc_send_keepalive()
|
| A D | rxkad.c | 211 tmpbuf[0] = htonl(conn->proto.epoch); in rxkad_prime_packet_security() 651 whdr.epoch = htonl(conn->proto.epoch); in rxkad_issue_challenge() 710 whdr.epoch = htonl(hdr->epoch); in rxkad_send_response() 836 resp->encrypted.epoch = htonl(conn->proto.epoch); in rxkad_respond_to_challenge() 1111 if (ntohl(response->encrypted.epoch) != conn->proto.epoch || in rxkad_verify_response()
|
| A D | conn_client.c | 174 conn->proto.epoch = local->rxnet->epoch; in rxrpc_alloc_client_connection() 220 conn->proto.epoch != rxnet->epoch) in rxrpc_may_reuse_conn()
|
| /linux/net/ceph/ |
| A D | mon_client.c | 78 u32 epoch; in ceph_monmap_decode() local 91 ceph_decode_32_safe(p, end, epoch, e_inval); in ceph_monmap_decode() 126 monmap->epoch = epoch; in ceph_monmap_decode() 421 u32 epoch, bool continuous) in __ceph_monc_want_map() argument 423 __le64 start = cpu_to_le64(epoch); in __ceph_monc_want_map() 427 epoch, continuous); in __ceph_monc_want_map() 460 u32 epoch) in __ceph_monc_got_map() argument 471 monc->subs[sub].have = epoch; in __ceph_monc_got_map() 477 __ceph_monc_got_map(monc, sub, epoch); in ceph_monc_got_map() 503 while (monc->subs[CEPH_SUB_OSDMAP].have < epoch) { in ceph_monc_wait_osdmap() [all …]
|
| A D | osd_client.c | 481 dest->epoch = src->epoch; in target_copy() 1623 t->epoch = osdc->osdmap->epoch; in calc_target() 2253 __le32 epoch; in encode_request_finish() member 2293 ceph_encode_copy(&p, &head.epoch, sizeof(head.epoch)); in encode_request_finish() 3349 map->epoch); in check_linger_pool_dne() 3676 u32 epoch; member 4064 osdc->osdmap->epoch + 1 < newmap->epoch) { in handle_one_map() 4109 if (req->r_t.epoch < osdc->osdmap->epoch) { in kick_requests() 4156 u32 epoch; in ceph_osdc_handle_map() local 4188 osdc->osdmap->epoch + 1 == epoch) { in ceph_osdc_handle_map() [all …]
|
| A D | debugfs.c | 42 seq_printf(s, "epoch %d\n", client->monc.monmap->epoch); in monmap_show() 66 seq_printf(s, "epoch %u barrier %u flags 0x%x\n", map->epoch, in osdmap_show() 195 seq_printf(s, "]/%d\te%u\t", t->acting.primary, t->epoch); in dump_target()
|
| A D | osdmap.c | 25 map->epoch, &vaf); in osdmap_info() 1670 u32 epoch = 0; in osdmap_decode() local 1686 epoch = map->epoch = ceph_decode_32(p); in osdmap_decode() 1800 dout("full osdmap epoch %d max_osd %d\n", map->epoch, map->max_osd); in osdmap_decode() 1807 err, epoch, (int)(*p - start), *p, start, end); in osdmap_decode() 1969 u32 epoch = 0; in osdmap_apply_incremental() local 1989 epoch = ceph_decode_32(p); in osdmap_apply_incremental() 1990 BUG_ON(epoch != map->epoch+1); in osdmap_apply_incremental() 2027 map->epoch++; in osdmap_apply_incremental() 2104 dout("inc osdmap epoch %d max_osd %d\n", map->epoch, map->max_osd); in osdmap_apply_incremental() [all …]
|
| /linux/fs/smb/server/ |
| A D | oplock.h | 30 __le16 epoch; member 50 unsigned short epoch; member 81 __le16 epoch; member
|
| A D | oplock.c | 109 lease->epoch = le16_to_cpu(lctx->epoch) + 1; in alloc_lease() 533 lease->epoch++; in same_client_has_lease() 545 lease->epoch++; in same_client_has_lease() 552 lease->epoch++; in same_client_has_lease() 772 rsp->Epoch = br_info->epoch; in __smb2_lease_break_noti() 824 br_info->epoch = cpu_to_le16(++lease->epoch); in smb2_lease_break_noti() 826 br_info->epoch = 0; in smb2_lease_break_noti() 1040 lease2->epoch = lease1->epoch; in copy_lease() 1191 !lctx->epoch)) in smb_grant_oplock() 1451 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-rtc | 51 Valid time range for the RTC, as seconds from epoch, formatted 59 (RO) RTC-provided time as the number of seconds since the epoch 89 epoch by default, or if there's a leading +, seconds in the
|
| /linux/Documentation/filesystems/ext4/ |
| A D | inodes.rst | 55 - Last access time, in seconds since the epoch. However, if the EA_INODE 61 - Last inode change time, in seconds since the epoch. However, if the 68 - Last data modification time, in seconds since the epoch. However, if the 75 - Deletion Time, in seconds since the epoch. 161 - File creation time, in seconds since the epoch. 499 are 32-bit signed integers that represent seconds since the Unix epoch 519 We use the 32-bit signed time value plus (2^32 * (extra epoch bits)). 526 * - Extra epoch bits 576 incorrectly use the extra epoch bits 1,1 for dates between 1901 and
|
| A D | super.rst | 79 - Mount time, in seconds since the epoch. 83 - Write time, in seconds since the epoch. 111 - Time of last check, in seconds since the epoch. 263 - When the filesystem was created, in seconds since the epoch. 363 - First time an error happened, in seconds since the epoch. 383 - Time of most recent error, in seconds since the epoch.
|
| /linux/drivers/input/misc/ |
| A D | hp_sdc_rtc.c | 56 static unsigned long epoch = 2000; variable 284 &tm, &tm, epoch); in hp_sdc_rtc_proc_show()
|
| /linux/drivers/block/drbd/ |
| A D | drbd_receiver.c | 1375 atomic_dec(&epoch->active); in drbd_may_finish_epoch() 1390 drbd_send_b_ack(epoch->connection, epoch->barrier_nr, epoch_size); in drbd_may_finish_epoch() 1402 list_del(&epoch->list); in drbd_may_finish_epoch() 1405 kfree(epoch); in drbd_may_finish_epoch() 1410 epoch->flags = 0; in drbd_may_finish_epoch() 1421 epoch = next_epoch; in drbd_may_finish_epoch() 1762 struct drbd_epoch *epoch; in receive_Barrier() local 1784 if (epoch) in receive_Barrier() 1797 if (epoch) in receive_Barrier() 1808 epoch->flags = 0; in receive_Barrier() [all …]
|
| /linux/fs/smb/client/ |
| A D | smb2ops.c | 3948 unsigned int old_epoch = cinode->epoch; in smb3_downgrade_oplock() 3951 if (epoch > old_epoch) { in smb3_downgrade_oplock() 3953 cinode->epoch = epoch; in smb3_downgrade_oplock() 4039 (epoch - cinode->epoch > 0)) in smb3_set_oplock_level() 4042 (epoch - cinode->epoch > 1)) in smb3_set_oplock_level() 4045 (epoch - cinode->epoch > 1)) in smb3_set_oplock_level() 4048 (epoch - cinode->epoch > 0)) in smb3_set_oplock_level() 4052 (epoch - cinode->epoch > 0)) in smb3_set_oplock_level() 4055 (epoch - cinode->epoch > 1)) in smb3_set_oplock_level() 4058 cinode->epoch = epoch; in smb3_set_oplock_level() [all …]
|
| /linux/drivers/crypto/caam/ |
| A D | pdb.h | 364 u16 epoch; member 388 u16 epoch; member
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A D | qcom-pm8xxx-rtc.yaml | 47 epoch representing the time when the RTC timer was last reset
|
| /linux/arch/s390/kvm/ |
| A D | vsie.c | 474 scb_s->epoch = scb_o->epoch; in shadow_scb() 1260 scb_s->epoch += vcpu->kvm->arch.epoch; in register_shadow_scb() 1264 if (scb_s->epoch < vcpu->kvm->arch.epoch) in register_shadow_scb()
|