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

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c139 lts->t_sec = cpu_to_be32(lits->t_sec);
H A Dxfs_inode_item.c464 lits->t_sec = tv.tv_sec;
/linux-master/kernel/trace/
H A Dblktrace.c1220 static inline u32 t_sec(const struct trace_entry *ent) function
1353 if (t_sec(ent))
1355 t_sector(ent), t_sec(ent), cmd);
1368 if (t_sec(ent))
1371 t_sec(ent), t_error(ent));
1383 t_sector(ent), t_sec(ent),
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c170 tv.tv_sec = (int)be32_to_cpu(lts->t_sec);
284 lts->t_sec = cpu_to_be32(tv.tv_sec);
H A Dxfs_log_format.h387 int32_t t_sec; /* timestamp seconds */ member in struct:xfs_log_legacy_timestamp
H A Dxfs_format.h730 __be32 t_sec; /* timestamp seconds */ member in struct:xfs_legacy_timestamp
/linux-master/net/core/
H A Dsock.c1306 unsigned long t_sec = ling.l_linger; local
1308 if (t_sec >= MAX_SCHEDULE_TIMEOUT / HZ)
1311 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ);

Completed in 133 milliseconds