Home
last modified time | relevance | path

Searched refs:ceph_decode_timespec64 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Ddecode.h199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
/linux-4.19.296/fs/ceph/
Dinode.c838 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()
Dcaps.c3179 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()