Searched refs:ceph_decode_timespec64 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ceph/ |
| D | inode.c | 823 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in fill_inode() 824 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in fill_inode() 833 ceph_decode_timespec64(&atime, &info->atime); in fill_inode() 834 ceph_decode_timespec64(&mtime, &info->mtime); in fill_inode() 835 ceph_decode_timespec64(&ctime, &info->ctime); in fill_inode() 883 ceph_decode_timespec64(&ci->i_rctime, &info->rctime); in fill_inode()
|
| D | caps.c | 3201 ceph_decode_timespec64(&mtime, &grant->mtime); in handle_cap_grant() 3202 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant() 3203 ceph_decode_timespec64(&ctime, &grant->ctime); in handle_cap_grant() 3895 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps()
|
| /Linux-v5.4/include/linux/ceph/ |
| D | decode.h | 199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
|
| /Linux-v5.4/net/ceph/ |
| D | auth_x.c | 208 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
|
| D | messenger.c | 2560 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()
|