Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_fs.h299 struct ceph_timespec stamp;
397 struct ceph_timespec mtime;
398 struct ceph_timespec atime;
517 struct ceph_timespec ctime, mtime, atime;
524 struct ceph_timespec rctime;
729 struct ceph_timespec mtime, atime, ctime;
787 struct ceph_timespec mtime, atime;
839 struct ceph_timespec rctime;
H A 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()
H A Dosdmap.h173 struct ceph_timespec created, modified;
H A Dmessenger.h308 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
H A Drados.h33 struct ceph_timespec { struct
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmdsmap.c182 struct ceph_timespec laggy_since; in ceph_mdsmap_decode()
206 sizeof(addr) + sizeof(struct ceph_timespec), in ceph_mdsmap_decode()
298 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
299 __decode_and_drop_type(p, end, struct ceph_timespec, bad_ext); in ceph_mdsmap_decode()
H A Dmds_client.h83 struct ceph_timespec btime;
84 struct ceph_timespec snap_btime;
H A Dmds_client.c2587 sizeof(struct ceph_timespec); in create_request_message()
2654 struct ceph_timespec ts; in create_request_message()
2752 struct ceph_timespec ts; in __prepare_send_request()
H A Dcaps.c1319 p += sizeof(struct ceph_timespec); in encode_cap_msg()
4172 struct ceph_timespec *btime; in ceph_handle_caps()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dcls_lock_client.c43 sizeof(struct ceph_timespec) + in ceph_cls_lock()
68 p += sizeof(struct ceph_timespec); in ceph_cls_lock()
267 *p += sizeof(struct ceph_timespec); /* skip expiration */ in decode_locker()
H A Dcrypto.h13 struct ceph_timespec created;
H A Dauth_x.c209 dp += sizeof(struct ceph_timespec); in process_one_ticket()
H A Dosd_client.c596 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */ in __ceph_osdc_alloc_messages()
2114 p += sizeof(struct ceph_timespec); in encode_request_partial()
2178 struct ceph_timespec mtime; in encode_request_finish()
H A Dosdmap.c1935 struct ceph_timespec modified; in osdmap_apply_incremental()
H A Dmessenger.c2546 struct ceph_timespec ceph_ts; in read_keepalive_ack()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c2239 8 + sizeof(struct ceph_timespec), in rbd_osd_setup_stat()