Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dceph_fs.h298 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;
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;
Dmessenger.h308 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
Drados.h33 struct ceph_timespec { struct
/kernel/linux/linux-5.10/fs/ceph/
Dmdsmap.c182 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()
Dmds_client.h89 struct ceph_timespec btime;
90 struct ceph_timespec snap_btime;
Dmds_client.c2555 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()
Dcaps.c1319 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/
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.c633 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()
Dosdmap.c1935 struct ceph_timespec modified; in osdmap_apply_incremental()
Dmessenger.c2546 struct ceph_timespec ceph_ts; in read_keepalive_ack()
/kernel/linux/linux-5.10/drivers/block/
Drbd.c2239 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()