Searched refs:lts (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_buf.c | 165 struct xfs_legacy_timestamp *lts; in xfs_inode_from_disk_ts() local 170 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_from_disk_ts() 171 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts() 172 tv.tv_nsec = (int)be32_to_cpu(lts->t_nsec); in xfs_inode_from_disk_ts() 288 struct xfs_legacy_timestamp *lts; in xfs_inode_to_disk_ts() local 294 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_to_disk_ts() 295 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts() 296 lts->t_nsec = cpu_to_be32(tv.tv_nsec); in xfs_inode_to_disk_ts()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode_item_recover.c | 132 struct xfs_legacy_timestamp *lts; in xfs_log_dinode_to_disk_ts() local 139 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_log_dinode_to_disk_ts() 141 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts() 142 lts->t_nsec = cpu_to_be32(lits->t_nsec); in xfs_log_dinode_to_disk_ts()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pine64-lts.dts | 9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
| H A D | priv.h | 41 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328-orangepi-r1-plus-lts.dts | 15 compatible = "xunlong,orangepi-r1-plus-lts", "rockchip,rk3328";
|
| H A D | rk3588-nanopc-t6-lts.dts | 15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
|
| /linux/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 1280 unsigned long lts; in o2hb_debug_open() local 1317 lts = reg->hr_last_timeout_start; in o2hb_debug_open() 1319 if (lts) in o2hb_debug_open() 1320 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open() 1321 out += scnprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()
|