Searched refs:ceph_timespec (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/ceph/
H A Dmetric.h75 struct ceph_timespec lat;
76 struct ceph_timespec avg;
84 struct ceph_timespec lat;
85 struct ceph_timespec avg;
93 struct ceph_timespec lat;
94 struct ceph_timespec avg;
H A Dmdsmap.c186 struct ceph_timespec laggy_since;
302 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext);
303 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext);
H A Dmds_client.h93 struct ceph_timespec btime;
94 struct ceph_timespec snap_btime;
H A Dmetric.c11 static void ktime_to_ceph_timespec(struct ceph_timespec *ts, ktime_t val)
H A Dcaps.c1346 p += sizeof(struct ceph_timespec);
4419 struct ceph_timespec *btime;
H A Dmds_client.c2909 struct ceph_timespec ts;
3055 len += sizeof(struct ceph_timespec);
/linux-master/net/ceph/
H A Dcrypto.h16 struct ceph_timespec created;
H A Dcls_lock_client.c45 sizeof(struct ceph_timespec) +
70 p += sizeof(struct ceph_timespec);
273 *p += sizeof(struct ceph_timespec); /* skip expiration */
H A Dauth_x.c211 ceph_decode_need(&dp, dend, sizeof(struct ceph_timespec), bad);
213 dp += sizeof(struct ceph_timespec);
H A Dmon_client.c96 *p += sizeof(struct ceph_timespec); /* skip last_changed */
97 *p += sizeof(struct ceph_timespec); /* skip created */
H A Dmessenger_v2.c1563 struct ceph_timespec *ts = CTRL_BODY(con->v2.out_buf);
1574 sizeof(struct ceph_timespec));
2759 ceph_decode_need(&p, end, sizeof(struct ceph_timespec), bad);
H A Dmessenger_v1.c1313 struct ceph_timespec ceph_ts;
H A Dosd_client.c623 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */
2195 p += sizeof(struct ceph_timespec);
2259 struct ceph_timespec mtime;
H A Dosdmap.c1970 struct ceph_timespec modified;
/linux-master/include/linux/ceph/
H A Dceph_fs.h312 struct ceph_timespec stamp;
421 struct ceph_timespec mtime;
422 struct ceph_timespec atime;
480 struct ceph_timespec mtime;
481 struct ceph_timespec atime;
484 struct ceph_timespec btime;
592 struct ceph_timespec ctime, mtime, atime;
599 struct ceph_timespec rctime;
804 struct ceph_timespec mtime, atime, ctime;
862 struct ceph_timespec mtim
[all...]
H A Ddecode.h197 * struct ceph_timespec <-> struct timespec64
200 const struct ceph_timespec *tv)
211 static inline void ceph_encode_timespec64(struct ceph_timespec *tv,
H A Dosdmap.h173 struct ceph_timespec created, modified;
H A Drados.h33 struct ceph_timespec { struct
H A Dmessenger.h357 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
/linux-master/drivers/block/
H A Drbd.c2199 8 + sizeof(struct ceph_timespec),

Completed in 286 milliseconds