Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dceph_fs.h297 struct ceph_timespec stamp;
395 struct ceph_timespec mtime;
396 struct ceph_timespec atime;
514 struct ceph_timespec ctime, mtime, atime;
521 struct ceph_timespec rctime;
713 struct ceph_timespec mtime, atime, ctime;
771 struct ceph_timespec mtime, atime;
823 struct ceph_timespec rctime;
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.h159 struct ceph_timespec created, modified;
Dmessenger.h307 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
Drados.h33 struct ceph_timespec { struct
/Linux-v5.4/fs/ceph/
Dmdsmap.c156 struct ceph_timespec laggy_since; in ceph_mdsmap_decode()
180 sizeof(addr) + sizeof(struct ceph_timespec), in ceph_mdsmap_decode()
282 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
283 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
Dmds_client.h72 struct ceph_timespec btime;
73 struct ceph_timespec snap_btime;
Dmds_client.c2320 sizeof(struct ceph_timespec); in create_request_message()
2385 struct ceph_timespec ts; in create_request_message()
2476 struct ceph_timespec ts; in __prepare_send_request()
Dcaps.c1227 p += sizeof(struct ceph_timespec); in send_cap_msg()
3890 struct ceph_timespec *btime; in ceph_handle_caps()
/Linux-v5.4/net/ceph/
Dcrypto.h13 struct ceph_timespec created;
Dcls_lock_client.c43 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()
Dauth_x.c209 dp += sizeof(struct ceph_timespec); in process_one_ticket()
Dosd_client.c631 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */ in __ceph_osdc_alloc_messages()
2075 p += sizeof(struct ceph_timespec); in encode_request_partial()
2139 struct ceph_timespec mtime; in encode_request_finish()
Dosdmap.c1747 struct ceph_timespec modified; in osdmap_apply_incremental()
Dmessenger.c2555 struct ceph_timespec ceph_ts; in read_keepalive_ack()
/Linux-v5.4/drivers/block/
Drbd.c2333 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()