Searched refs:ceph_timespec (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.15/include/linux/ceph/ |
| D | ceph_fs.h | 310 struct ceph_timespec stamp; 408 struct ceph_timespec mtime; 409 struct ceph_timespec atime; 467 struct ceph_timespec mtime; 468 struct ceph_timespec atime; 471 struct ceph_timespec btime; 559 struct ceph_timespec ctime, mtime, atime; 566 struct ceph_timespec rctime; 771 struct ceph_timespec mtime, atime, ctime; 829 struct ceph_timespec mtime, atime; [all …]
|
| D | decode.h | 200 const struct ceph_timespec *tv) in ceph_decode_timespec64() 211 static inline void ceph_encode_timespec64(struct ceph_timespec *tv, in ceph_encode_timespec64()
|
| D | osdmap.h | 173 struct ceph_timespec created, modified;
|
| D | rados.h | 33 struct ceph_timespec { struct
|
| D | messenger.h | 321 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
|
| /Linux-v5.15/net/ceph/ |
| D | crypto.h | 16 struct ceph_timespec created;
|
| D | cls_lock_client.c | 45 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()
|
| D | auth_x.c | 211 ceph_decode_need(&dp, dend, sizeof(struct ceph_timespec), bad); in process_one_ticket() 213 dp += sizeof(struct ceph_timespec); in process_one_ticket()
|
| D | mon_client.c | 96 *p += sizeof(struct ceph_timespec); /* skip last_changed */ in ceph_monmap_decode() 97 *p += sizeof(struct ceph_timespec); /* skip created */ in ceph_monmap_decode()
|
| D | messenger_v2.c | 1439 struct ceph_timespec *ts = CTRL_BODY(con->v2.out_buf); in prepare_keepalive2() 1450 sizeof(struct ceph_timespec)); in prepare_keepalive2() 2414 ceph_decode_need(&p, end, sizeof(struct ceph_timespec), bad); in process_keepalive2_ack()
|
| D | messenger_v1.c | 1195 struct ceph_timespec ceph_ts; in read_keepalive_ack()
|
| D | osd_client.c | 633 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */ in __ceph_osdc_alloc_messages() 2135 p += sizeof(struct ceph_timespec); in encode_request_partial() 2199 struct ceph_timespec mtime; in encode_request_finish()
|
| D | osdmap.c | 1954 struct ceph_timespec modified; in osdmap_apply_incremental()
|
| /Linux-v5.15/fs/ceph/ |
| D | mdsmap.c | 183 struct ceph_timespec laggy_since; in ceph_mdsmap_decode() 305 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode() 306 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
|
| D | mds_client.h | 89 struct ceph_timespec btime; 90 struct ceph_timespec snap_btime;
|
| D | caps.c | 1307 p += sizeof(struct ceph_timespec); in encode_cap_msg() 4114 struct ceph_timespec *btime; in ceph_handle_caps()
|
| D | mds_client.c | 2527 struct ceph_timespec ts; in encode_timestamp_and_gids() 2584 sizeof(struct ceph_timespec); in create_request_message()
|
| /Linux-v5.15/drivers/block/ |
| D | rbd.c | 2177 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()
|