Searched refs:ceph_encode_timespec64 (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ceph/ |
H A D | decode.h | 211 static inline void ceph_encode_timespec64(struct ceph_timespec *tv, in ceph_encode_timespec64() function
|
/linux/net/ceph/ |
H A D | cls_lock_client.c | 69 ceph_encode_timespec64(p, &mtime); in ceph_cls_lock()
|
H A D | messenger_v1.c | 315 ceph_encode_timespec64(&con->v1.out_temp_keepalive2, &now); in prepare_write_keepalive()
|
H A D | messenger_v2.c | 1570 ceph_encode_timespec64(ts, &now); in prepare_keepalive2()
|
/linux/fs/ceph/ |
H A D | metric.c | 14 ceph_encode_timespec64(ts, &t); in ktime_to_ceph_timespec()
|
H A D | caps.c | 1286 ceph_encode_timespec64(&fc->mtime, &arg->mtime); in encode_cap_msg() 1287 ceph_encode_timespec64(&fc->atime, &arg->atime); in encode_cap_msg() 1288 ceph_encode_timespec64(&fc->ctime, &arg->ctime); in encode_cap_msg() 1332 ceph_encode_timespec64(p, &arg->btime); in encode_cap_msg()
|
H A D | inode.c | 2653 ceph_encode_timespec64(&req->r_args.setattr.atime, in __ceph_setattr() 2729 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()
|
H A D | mds_client.c | 2906 ceph_encode_timespec64(&ts, &req->r_stamp); in encode_mclientrequest_tail() 4643 ceph_encode_timespec64(&rec.v1.mtime, &ts); in reconnect_caps_cb() 4645 ceph_encode_timespec64(&rec.v1.atime, &ts); in reconnect_caps_cb()
|
H A D | file.c | 680 ceph_encode_timespec64(&iinfo.btime, &now); in ceph_finish_async_create()
|