Searched refs:lts (Results 1 – 3 of 3) sorted by relevance
159 struct xfs_legacy_timestamp *lts; in xfs_inode_from_disk_ts() local164 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_from_disk_ts()165 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()166 tv.tv_nsec = (int)be32_to_cpu(lts->t_nsec); in xfs_inode_from_disk_ts()269 struct xfs_legacy_timestamp *lts; in xfs_inode_to_disk_ts() local275 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_to_disk_ts()276 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()277 lts->t_nsec = cpu_to_be32(tv.tv_nsec); in xfs_inode_to_disk_ts()
130 struct xfs_legacy_timestamp *lts; in xfs_log_dinode_to_disk_ts() local137 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_log_dinode_to_disk_ts()139 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()140 lts->t_nsec = cpu_to_be32(lits->t_nsec); in xfs_log_dinode_to_disk_ts()
1277 unsigned long lts; in o2hb_debug_open() local1314 lts = reg->hr_last_timeout_start; in o2hb_debug_open()1316 if (lts) in o2hb_debug_open()1317 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()1318 out += scnprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()