Searched refs:ceph_decode_timespec (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 137 static inline void ceph_decode_timespec(struct timespec *ts, in ceph_decode_timespec() function
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 746 ceph_decode_timespec(&atime, &info->atime); in fill_inode() 747 ceph_decode_timespec(&mtime, &info->mtime); in fill_inode() 748 ceph_decode_timespec(&ctime, &info->ctime); in fill_inode() 838 ceph_decode_timespec(&ci->i_rctime, &info->rctime); in fill_inode()
|
D | caps.c | 2865 ceph_decode_timespec(&mtime, &grant->mtime); in handle_cap_grant() 2866 ceph_decode_timespec(&atime, &grant->atime); in handle_cap_grant() 2867 ceph_decode_timespec(&ctime, &grant->ctime); in handle_cap_grant()
|
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 197 ceph_decode_timespec(&validity, &new_validity); in process_one_ticket()
|
D | messenger.c | 2501 ceph_decode_timespec(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()
|