Home
last modified time | relevance | path

Searched refs:ceph_decode_timespec64 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/ceph/
Dinode.c823 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()
Dcaps.c3201 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/
Ddecode.h199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
/Linux-v5.4/net/ceph/
Dauth_x.c208 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
Dmessenger.c2560 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()