Searched refs:ceph_decode_timespec64 (Results 1 – 3 of 3) sorted by relevance
199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
838 ceph_decode_timespec64(&atime, &info->atime); in fill_inode()839 ceph_decode_timespec64(&mtime, &info->mtime); in fill_inode()840 ceph_decode_timespec64(&ctime, &info->ctime); in fill_inode()887 ceph_decode_timespec64(&ci->i_rctime, &info->rctime); in fill_inode()
3179 ceph_decode_timespec64(&mtime, &grant->mtime); in handle_cap_grant()3180 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant()3181 ceph_decode_timespec64(&ctime, &grant->ctime); in handle_cap_grant()