Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c141 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()
H A Dxfs_inode_item.c502 lits->t_sec = tv.tv_sec; in xfs_inode_to_log_dinode_ts()
/linux/kernel/trace/
H A Dblktrace.c1467 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() function
1600 if (t_sec(ent)) in blk_log_generic()
1602 t_sector(ent), t_sec(ent), cmd); in blk_log_generic()
1615 if (t_sec(ent)) in blk_log_with_error()
1618 t_sec(ent), t_error(ent)); in blk_log_with_error()
1630 t_sector(ent), t_sec(ent), in blk_log_remap()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c171 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()
291 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()
H A Dxfs_format.h799 __be32 t_sec; /* timestamp seconds */ member
/linux/net/core/
H A Dsock.c1414 unsigned long t_sec = ling.l_linger; in sk_setsockopt()
1416 if (t_sec >= MAX_SCHEDULE_TIMEOUT / HZ) in sk_setsockopt()
1419 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ); in sk_setsockopt()
1408 unsigned long t_sec = ling.l_linger; sk_setsockopt() local