Symbol: ceph_timespec
drivers/block/rbd.c
2197
8 + sizeof(struct ceph_timespec),
fs/ceph/caps.c
1334
p += sizeof(struct ceph_timespec);
fs/ceph/caps.c
4450
struct ceph_timespec *btime;
fs/ceph/mds_client.c
3076
struct ceph_timespec ts;
fs/ceph/mds_client.c
3243
len += sizeof(struct ceph_timespec);
fs/ceph/mds_client.h
161
struct ceph_timespec btime;
fs/ceph/mds_client.h
162
struct ceph_timespec snap_btime;
fs/ceph/mdsmap.c
186
struct ceph_timespec laggy_since;
fs/ceph/mdsmap.c
302
__decode_and_drop_type(p, end, struct ceph_timespec, bad_ext);
fs/ceph/mdsmap.c
303
__decode_and_drop_type(p, end, struct ceph_timespec, bad_ext);
fs/ceph/metric.c
85
static void ktime_to_ceph_timespec(struct ceph_timespec *ts, ktime_t val)
fs/ceph/metric.h
77
struct ceph_timespec lat;
fs/ceph/metric.h
78
struct ceph_timespec avg;
fs/ceph/metric.h
86
struct ceph_timespec lat;
fs/ceph/metric.h
87
struct ceph_timespec avg;
fs/ceph/metric.h
95
struct ceph_timespec lat;
fs/ceph/metric.h
96
struct ceph_timespec avg;
include/linux/ceph/ceph_fs.h
319
struct ceph_timespec stamp;
include/linux/ceph/ceph_fs.h
428
struct ceph_timespec mtime;
include/linux/ceph/ceph_fs.h
429
struct ceph_timespec atime;
include/linux/ceph/ceph_fs.h
487
struct ceph_timespec mtime;
include/linux/ceph/ceph_fs.h
488
struct ceph_timespec atime;
include/linux/ceph/ceph_fs.h
491
struct ceph_timespec btime;
include/linux/ceph/ceph_fs.h
585
struct ceph_timespec ctime, mtime, atime;
include/linux/ceph/ceph_fs.h
592
struct ceph_timespec rctime;
include/linux/ceph/ceph_fs.h
797
struct ceph_timespec mtime, atime, ctime;
include/linux/ceph/ceph_fs.h
855
struct ceph_timespec mtime, atime;
include/linux/ceph/ceph_fs.h
907
struct ceph_timespec rctime;
include/linux/ceph/decode.h
200
const struct ceph_timespec *tv)
include/linux/ceph/decode.h
211
static inline void ceph_encode_timespec64(struct ceph_timespec *tv,
include/linux/ceph/messenger.h
358
struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
include/linux/ceph/osdmap.h
173
struct ceph_timespec created, modified;
net/ceph/auth_x.c
254
ceph_decode_need(&dp, dend, sizeof(struct ceph_timespec), bad);
net/ceph/auth_x.c
256
dp += sizeof(struct ceph_timespec);
net/ceph/cls_lock_client.c
273
*p += sizeof(struct ceph_timespec); /* skip expiration */
net/ceph/cls_lock_client.c
45
sizeof(struct ceph_timespec) +
net/ceph/cls_lock_client.c
70
p += sizeof(struct ceph_timespec);
net/ceph/crypto.h
17
struct ceph_timespec created;
net/ceph/messenger_v1.c
1309
struct ceph_timespec ceph_ts;
net/ceph/messenger_v2.c
1535
struct ceph_timespec *ts = CTRL_BODY(con->v2.out_buf);
net/ceph/messenger_v2.c
1545
sizeof(struct ceph_timespec));
net/ceph/messenger_v2.c
2729
ceph_decode_need(&p, end, sizeof(struct ceph_timespec), bad);
net/ceph/mon_client.c
96
*p += sizeof(struct ceph_timespec); /* skip last_changed */
net/ceph/mon_client.c
97
*p += sizeof(struct ceph_timespec); /* skip created */
net/ceph/osd_client.c
2178
p += sizeof(struct ceph_timespec);
net/ceph/osd_client.c
2242
struct ceph_timespec mtime;
net/ceph/osd_client.c
600
msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */
net/ceph/osdmap.c
1977
struct ceph_timespec modified;