Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Ddecode.h85 static inline void ceph_decode_timespec(struct timespec *ts, in ceph_decode_timespec() function
/linux-3.4.99/fs/ceph/
Dinode.c625 ceph_decode_timespec(&atime, &info->atime); in fill_inode()
626 ceph_decode_timespec(&mtime, &info->mtime); in fill_inode()
627 ceph_decode_timespec(&ctime, &info->ctime); in fill_inode()
712 ceph_decode_timespec(&ci->i_rctime, &info->rctime); in fill_inode()
Dcaps.c2387 ceph_decode_timespec(&mtime, &grant->mtime); in handle_cap_grant()
2388 ceph_decode_timespec(&atime, &grant->atime); in handle_cap_grant()
2389 ceph_decode_timespec(&ctime, &grant->ctime); in handle_cap_grant()
/linux-3.4.99/net/ceph/
Dauth_x.c211 ceph_decode_timespec(&validity, &new_validity); in ceph_x_proc_ticket_reply()