Home
last modified time | relevance | path

Searched refs:ceph_decode_timespec (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Ddecode.h137 static inline void ceph_decode_timespec(struct timespec *ts, in ceph_decode_timespec() function
/linux-4.1.27/fs/ceph/
Dinode.c746 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()
Dcaps.c2590 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()
/linux-4.1.27/net/ceph/
Dauth_x.c196 ceph_decode_timespec(&validity, &new_validity); in process_one_ticket()