Searched refs:t_sec (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode_item_recover.c | 139 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()
|
H A D | xfs_inode_item.c | 328 lits->t_sec = tv.tv_sec; in xfs_inode_to_log_dinode_ts()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode_item_recover.c | 139 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()
|
H A D | xfs_inode_item.c | 465 lits->t_sec = tv.tv_sec; in xfs_inode_to_log_dinode_ts()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | blktrace.c | 1268 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-6.6/kernel/trace/ |
H A D | blktrace.c | 1220 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() function 1353 if (t_sec(ent)) in blk_log_generic() 1355 t_sector(ent), t_sec(ent), cmd); in blk_log_generic() 1368 if (t_sec(ent)) in blk_log_with_error() 1371 t_sec(ent), t_error(ent)); in blk_log_with_error() 1383 t_sector(ent), t_sec(ent), in blk_log_remap()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 184 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()
|
H A D | xfs_log_format.h | 375 int32_t t_sec; /* timestamp seconds */ member
|
H A D | xfs_format.h | 881 __be32 t_sec; /* timestamp seconds */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 164 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts() 276 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()
|
H A D | xfs_log_format.h | 387 int32_t t_sec; /* timestamp seconds */ member
|
H A D | xfs_format.h | 715 __be32 t_sec; /* timestamp seconds */ member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 1238 unsigned long t_sec = ling.l_linger; in sk_setsockopt() local 1240 if (t_sec >= MAX_SCHEDULE_TIMEOUT / HZ) in sk_setsockopt() 1243 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ); in sk_setsockopt()
|
Completed in 29 milliseconds