Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
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;
Dmdsmap.c183 struct ceph_timespec laggy_since; in ceph_mdsmap_decode()
301 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
302 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
Dmds_client.h87 struct ceph_timespec btime;
88 struct ceph_timespec snap_btime;
Dmetric.c11 static void ktime_to_ceph_timespec(struct ceph_timespec *ts, ktime_t val) in ktime_to_ceph_timespec()
Dcaps.c1308 p += sizeof(struct ceph_timespec); in encode_cap_msg()
4158 struct ceph_timespec *btime; in ceph_handle_caps()
Dmds_client.c2523 struct ceph_timespec ts; in encode_timestamp_and_gids()
2580 sizeof(struct ceph_timespec); in create_request_message()
/linux-6.1.9/include/linux/ceph/
Dceph_fs.h312 struct ceph_timespec stamp;
411 struct ceph_timespec mtime;
412 struct ceph_timespec atime;
470 struct ceph_timespec mtime;
471 struct ceph_timespec atime;
474 struct ceph_timespec btime;
562 struct ceph_timespec ctime, mtime, atime;
569 struct ceph_timespec rctime;
774 struct ceph_timespec mtime, atime, ctime;
832 struct ceph_timespec mtime, atime;
[all …]
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()
Dosdmap.h173 struct ceph_timespec created, modified;
Drados.h33 struct ceph_timespec { struct
Dmessenger.h320 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
/linux-6.1.9/net/ceph/
Dcrypto.h16 struct ceph_timespec created;
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()
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()
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()
Dmessenger_v2.c1459 struct ceph_timespec *ts = CTRL_BODY(con->v2.out_buf); in prepare_keepalive2()
1470 sizeof(struct ceph_timespec)); in prepare_keepalive2()
2533 ceph_decode_need(&p, end, sizeof(struct ceph_timespec), bad); in process_keepalive2_ack()
Dmessenger_v1.c1237 struct ceph_timespec ceph_ts; in read_keepalive_ack()
Dosd_client.c596 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */ in __ceph_osdc_alloc_messages()
2114 p += sizeof(struct ceph_timespec); in encode_request_partial()
2178 struct ceph_timespec mtime; in encode_request_finish()
Dosdmap.c1970 struct ceph_timespec modified; in osdmap_apply_incremental()
/linux-6.1.9/drivers/block/
Drbd.c2176 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()