Searched refs:ceph_decode_timespec64 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | inode.c | 841 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in ceph_fill_inode() 842 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode() 851 ceph_decode_timespec64(&atime, &info->atime); in ceph_fill_inode() 852 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode() 853 ceph_decode_timespec64(&ctime, &info->ctime); in ceph_fill_inode() 901 ceph_decode_timespec64(&ci->i_rctime, &info->rctime); in ceph_fill_inode()
|
| H A D | caps.c | 3458 ceph_decode_timespec64(&mtime, &grant->mtime); in handle_cap_grant() 3459 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant() 3460 ceph_decode_timespec64(&ctime, &grant->ctime); in handle_cap_grant() 4177 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | decode.h | 199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | auth_x.c | 208 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
|
| H A D | messenger.c | 2551 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()
|