Searched refs:ceph_decode_timespec64 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/ceph/ |
D | inode.c | 837 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in ceph_fill_inode() 838 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode() 847 ceph_decode_timespec64(&atime, &info->atime); in ceph_fill_inode() 848 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode() 849 ceph_decode_timespec64(&ctime, &info->ctime); in ceph_fill_inode() 897 ceph_decode_timespec64(&ci->i_rctime, &info->rctime); in ceph_fill_inode()
|
D | caps.c | 3360 ceph_decode_timespec64(&mtime, &grant->mtime); in handle_cap_grant() 3361 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant() 3362 ceph_decode_timespec64(&ctime, &grant->ctime); in handle_cap_grant() 4055 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps()
|
/Linux-v5.10/include/linux/ceph/ |
D | decode.h | 199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
|
/Linux-v5.10/net/ceph/ |
D | auth_x.c | 208 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
|
D | messenger.c | 2551 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()
|