Searched refs:ceph_decode_timespec (Results 1 – 4 of 4) sorted by relevance
137 static inline void ceph_decode_timespec(struct timespec *ts, in ceph_decode_timespec() function
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()834 ceph_decode_timespec(&ci->i_rctime, &info->rctime); in fill_inode()
2590 ceph_decode_timespec(&mtime, &grant->mtime); in handle_cap_grant()2591 ceph_decode_timespec(&atime, &grant->atime); in handle_cap_grant()2592 ceph_decode_timespec(&ctime, &grant->ctime); in handle_cap_grant()
196 ceph_decode_timespec(&validity, &new_validity); in process_one_ticket()