Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dceph_fs.h297 struct ceph_timespec stamp;
395 struct ceph_timespec mtime;
396 struct ceph_timespec atime;
508 struct ceph_timespec ctime, mtime, atime;
515 struct ceph_timespec rctime;
707 struct ceph_timespec mtime, atime, ctime;
765 struct ceph_timespec mtime, atime;
817 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.h163 struct ceph_timespec created, modified;
Dmessenger.h323 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
Drados.h33 struct ceph_timespec { struct
/linux-4.19.296/fs/ceph/
Dmdsmap.c157 struct ceph_timespec laggy_since; in ceph_mdsmap_decode()
181 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.c2111 sizeof(struct ceph_timespec); in create_request_message()
2176 struct ceph_timespec ts; in create_request_message()
2269 struct ceph_timespec ts; in __prepare_send_request()
Dcaps.c1236 p += sizeof(struct ceph_timespec); in send_cap_msg()
3871 struct ceph_timespec *btime; in ceph_handle_caps()