Home
last modified time | relevance | path

Searched refs:i_snap_btime (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dxattr.c304 return (ci->i_snap_btime.tv_sec != 0 || ci->i_snap_btime.tv_nsec != 0); in ceph_vxattrcb_snap_btime_exists()
310 return ceph_fmt_xattr(val, size, "%lld.%09ld", ci->i_snap_btime.tv_sec, in ceph_vxattrcb_snap_btime()
311 ci->i_snap_btime.tv_nsec); in ceph_vxattrcb_snap_btime()
H A Dsuper.h460 struct timespec64 i_snap_btime; member
H A Dinode.c1066 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()