Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode_item_recover.c139 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()
Dxfs_inode_item.c328 lits->t_sec = tv.tv_sec; in xfs_inode_to_log_dinode_ts()
/kernel/linux/linux-5.10/kernel/trace/
Dblktrace.c1268 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() function
1401 if (t_sec(ent)) in blk_log_generic()
1403 t_sector(ent), t_sec(ent), cmd); in blk_log_generic()
1416 if (t_sec(ent)) in blk_log_with_error()
1419 t_sec(ent), t_error(ent)); in blk_log_with_error()
1431 t_sector(ent), t_sec(ent), in blk_log_remap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_buf.c184 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()
294 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()
Dxfs_log_format.h375 int32_t t_sec; /* timestamp seconds */ member
Dxfs_format.h881 __be32 t_sec; /* timestamp seconds */ member