Searched refs:lts (Results 1 – 6 of 6) sorted by relevance
178 struct xfs_legacy_timestamp *lts; in xfs_inode_from_disk_ts() local183 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_from_disk_ts()184 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts()185 tv.tv_nsec = (int)be32_to_cpu(lts->t_nsec); in xfs_inode_from_disk_ts()287 struct xfs_legacy_timestamp *lts; in xfs_inode_to_disk_ts() local293 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_to_disk_ts()294 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts()295 lts->t_nsec = cpu_to_be32(tv.tv_nsec); in xfs_inode_to_disk_ts()
8 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
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()
40 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
1279 unsigned long lts; in o2hb_debug_open() local1316 lts = reg->hr_last_timeout_start; in o2hb_debug_open()1318 if (lts) in o2hb_debug_open()1319 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()1320 out += scnprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()