Searched refs:i_snap_btime (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | xattr.c | 296 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 D | super.h | 424 struct timespec64 i_snap_btime; member
|
H A D | inode.c | 840 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | xattr.c | 303 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 D | super.h | 458 struct timespec64 i_snap_btime; member
|
H A D | inode.c | 1038 ceph_decode_timespec64(&ci->i_snap_btime, &iinfo->snap_btime); in ceph_fill_inode()
|
Completed in 19 milliseconds