Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dinode.c866 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in ceph_fill_inode()
867 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()
876 ceph_decode_timespec64(&atime, &info->atime); in ceph_fill_inode()
877 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
878 ceph_decode_timespec64(&ctime, &info->ctime); in ceph_fill_inode()
927 ceph_decode_timespec64(&ci->i_rctime, &info->rctime); in ceph_fill_inode()
Dcaps.c3402 ceph_decode_timespec64(&mtime, &grant->mtime); in handle_cap_grant()
3403 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant()
3404 ceph_decode_timespec64(&ctime, &grant->ctime); in handle_cap_grant()
4119 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps()
/Linux-v5.15/include/linux/ceph/
Ddecode.h199 static inline void ceph_decode_timespec64(struct timespec64 *ts, in ceph_decode_timespec64() function
/Linux-v5.15/net/ceph/
Dauth_x.c212 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
Dmessenger_v1.c1200 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts); in read_keepalive_ack()
Dmessenger_v2.c2415 ceph_decode_timespec64(&con->last_keepalive_ack, p); in process_keepalive2_ack()