Home
last modified time | relevance | path

Searched refs:ceph_timespec (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dmetric.h75 struct ceph_timespec lat;
76 struct ceph_timespec avg;
84 struct ceph_timespec lat;
85 struct ceph_timespec avg;
93 struct ceph_timespec lat;
94 struct ceph_timespec avg;
H A Dmdsmap.c184 struct ceph_timespec laggy_since; in ceph_mdsmap_decode()
302 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
303 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
H A Dmds_client.h90 struct ceph_timespec btime;
91 struct ceph_timespec snap_btime;
H A Dmetric.c11 static void ktime_to_ceph_timespec(struct ceph_timespec *ts, ktime_t val) in ktime_to_ceph_timespec()
H A Dcaps.c1313 p += sizeof(struct ceph_timespec); in encode_cap_msg()
4328 struct ceph_timespec *btime; in ceph_handle_caps()
H A Dmds_client.c2814 struct ceph_timespec ts; in encode_mclientrequest_tail()
2945 len += sizeof(struct ceph_timespec); in create_request_message()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h312 struct ceph_timespec stamp;
416 struct ceph_timespec mtime;
417 struct ceph_timespec atime;
475 struct ceph_timespec mtime;
476 struct ceph_timespec atime;
479 struct ceph_timespec btime;
584 struct ceph_timespec ctime, mtime, atime;
591 struct ceph_timespec rctime;
796 struct ceph_timespec mtime, atime, ctime;
854 struct ceph_timespec mtime, atime;
[all …]
H A Ddecode.h200 const struct ceph_timespec *tv) in ceph_decode_timespec64()
211 static inline void ceph_encode_timespec64(struct ceph_timespec *tv, in ceph_encode_timespec64()
H A Dosdmap.h173 struct ceph_timespec created, modified;
H A Drados.h33 struct ceph_timespec { struct
H A Dmessenger.h357 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
/openbmc/linux/net/ceph/
H A Dcrypto.h16 struct ceph_timespec created;
H A Dcls_lock_client.c45 sizeof(struct ceph_timespec) + in ceph_cls_lock()
70 p += sizeof(struct ceph_timespec); in ceph_cls_lock()
273 *p += sizeof(struct ceph_timespec); /* skip expiration */ in decode_locker()
H A Dauth_x.c211 ceph_decode_need(&dp, dend, sizeof(struct ceph_timespec), bad); in process_one_ticket()
213 dp += sizeof(struct ceph_timespec); in process_one_ticket()
H A Dmon_client.c96 *p += sizeof(struct ceph_timespec); /* skip last_changed */ in ceph_monmap_decode()
97 *p += sizeof(struct ceph_timespec); /* skip created */ in ceph_monmap_decode()
H A Dmessenger_v2.c1567 struct ceph_timespec *ts = CTRL_BODY(con->v2.out_buf); in prepare_keepalive2()
1578 sizeof(struct ceph_timespec)); in prepare_keepalive2()
2760 ceph_decode_need(&p, end, sizeof(struct ceph_timespec), bad); in process_keepalive2_ack()
H A Dmessenger_v1.c1313 struct ceph_timespec ceph_ts; in read_keepalive_ack()
H A Dosd_client.c623 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */ in __ceph_osdc_alloc_messages()
2195 p += sizeof(struct ceph_timespec); in encode_request_partial()
2259 struct ceph_timespec mtime; in encode_request_finish()
H A Dosdmap.c1970 struct ceph_timespec modified; in osdmap_apply_incremental()
/openbmc/linux/drivers/block/
H A Drbd.c2199 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()