Searched refs:ceph_timespec (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | ceph_fs.h | 298 struct ceph_timespec stamp; 396 struct ceph_timespec mtime; 397 struct ceph_timespec atime; 516 struct ceph_timespec ctime, mtime, atime; 523 struct ceph_timespec rctime; 728 struct ceph_timespec mtime, atime, ctime; 786 struct ceph_timespec mtime, atime; 838 struct ceph_timespec rctime;
|
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 | messenger.h | 308 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
|
D | rados.h | 33 struct ceph_timespec { struct
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mdsmap.c | 182 struct ceph_timespec laggy_since; in ceph_mdsmap_decode() 206 sizeof(addr) + sizeof(struct ceph_timespec), in ceph_mdsmap_decode() 298 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode() 299 __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 | mds_client.c | 2555 sizeof(struct ceph_timespec); in create_request_message() 2622 struct ceph_timespec ts; in create_request_message() 2720 struct ceph_timespec ts; in __prepare_send_request()
|
D | caps.c | 1319 p += sizeof(struct ceph_timespec); in encode_cap_msg() 4098 struct ceph_timespec *btime; in ceph_handle_caps()
|
/kernel/linux/linux-5.10/net/ceph/ |
D | crypto.h | 13 struct ceph_timespec created;
|
D | cls_lock_client.c | 43 sizeof(struct ceph_timespec) + in ceph_cls_lock() 68 p += sizeof(struct ceph_timespec); in ceph_cls_lock() 267 *p += sizeof(struct ceph_timespec); /* skip expiration */ in decode_locker()
|
D | auth_x.c | 209 dp += sizeof(struct ceph_timespec); in process_one_ticket()
|
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 | 1935 struct ceph_timespec modified; in osdmap_apply_incremental()
|
D | messenger.c | 2546 struct ceph_timespec ceph_ts; in read_keepalive_ack()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 2239 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()
|