Home
last modified time | relevance | path

Searched refs:i_snap_btime (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dxattr.c296 return (ci->i_snap_btime.tv_sec != 0 || ci->i_snap_btime.tv_nsec != 0); in ceph_vxattrcb_snap_btime_exists()
302 return ceph_fmt_xattr(val, size, "%lld.%09ld", ci->i_snap_btime.tv_sec, in ceph_vxattrcb_snap_btime()
303 ci->i_snap_btime.tv_nsec); in ceph_vxattrcb_snap_btime()
H A Dsuper.h424 struct timespec64 i_snap_btime; member
H A Dinode.c840 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()
/kernel/linux/linux-6.6/fs/ceph/
H A Dxattr.c303 return (ci->i_snap_btime.tv_sec != 0 || ci->i_snap_btime.tv_nsec != 0); in ceph_vxattrcb_snap_btime_exists()
309 return ceph_fmt_xattr(val, size, "%lld.%09ld", ci->i_snap_btime.tv_sec, in ceph_vxattrcb_snap_btime()
310 ci->i_snap_btime.tv_nsec); in ceph_vxattrcb_snap_btime()
H A Dsuper.h458 struct timespec64 i_snap_btime; member
H A Dinode.c1038 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()

Completed in 19 milliseconds