Searched refs:ceph_encode_timespec (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 143 static inline void ceph_encode_timespec(struct ceph_timespec *tv, in ceph_encode_timespec() function
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 2011 ceph_encode_timespec(&ts, &req->r_stamp); in create_request_message() 2104 ceph_encode_timespec(&ts, &req->r_stamp); in __prepare_send_request() 2842 ceph_encode_timespec(&rec.v1.mtime, &inode->i_mtime); in encode_caps_cb() 2843 ceph_encode_timespec(&rec.v1.atime, &inode->i_atime); in encode_caps_cb()
|
D | inode.c | 1880 ceph_encode_timespec(&req->r_args.setattr.atime, in ceph_setattr() 1902 ceph_encode_timespec(&req->r_args.setattr.mtime, in ceph_setattr()
|
D | caps.c | 1042 ceph_encode_timespec(&fc->mtime, mtime); in send_cap_msg() 1044 ceph_encode_timespec(&fc->atime, atime); in send_cap_msg()
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 2426 ceph_encode_timespec(p, mtime); in ceph_osdc_build_request()
|
D | messenger.c | 1387 ceph_encode_timespec(&con->out_temp_keepalive2, &now); in prepare_write_keepalive()
|