Searched refs:lts (Results 1 – 6 of 6) sorted by relevance
158 struct xfs_legacy_timestamp *lts; in xfs_inode_from_disk_ts() local163 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_from_disk_ts()164 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()165 tv.tv_nsec = (int)be32_to_cpu(lts->t_nsec); in xfs_inode_from_disk_ts()268 struct xfs_legacy_timestamp *lts; in xfs_inode_to_disk_ts() local274 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_to_disk_ts()275 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()276 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()
9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
40 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
1272 unsigned long lts; in o2hb_debug_open() local1309 lts = reg->hr_last_timeout_start; in o2hb_debug_open()1311 if (lts) in o2hb_debug_open()1312 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()1313 out += scnprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()