Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dblktrace.c1219 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() function
1352 if (t_sec(ent)) in blk_log_generic()
1354 t_sector(ent), t_sec(ent), cmd); in blk_log_generic()
1367 if (t_sec(ent)) in blk_log_with_error()
1370 t_sec(ent), t_error(ent)); in blk_log_with_error()
1382 t_sector(ent), t_sec(ent), in blk_log_remap()
/linux-6.12.1/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.c496 lits->t_sec = tv.tv_sec; in xfs_inode_to_log_dinode_ts()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.c170 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()
284 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()
Dxfs_log_format.h394 int32_t t_sec; /* timestamp seconds */ member
Dxfs_format.h733 __be32 t_sec; /* timestamp seconds */ member
/linux-6.12.1/net/core/
Dsock.c1391 unsigned long t_sec = ling.l_linger; in sk_setsockopt() local
1393 if (t_sec >= MAX_SCHEDULE_TIMEOUT / HZ) in sk_setsockopt()
1396 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ); in sk_setsockopt()