Home
last modified time | relevance | path

Searched refs:last_mount (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dbcache.h208 __le32 last_mount; /* time overflow in y2106 */ member
267 __u32 last_mount; /* time overflow in y2106 */ member
/Linux-v5.15/drivers/md/bcache/
Dsuper.c191 sb->last_mount = le32_to_cpu(s->last_mount); in read_super()
272 sb->last_mount = (u32)ktime_get_real_seconds(); in read_super()
309 out->last_mount = cpu_to_le32(sb->last_mount); in __write_super()
2123 c->cache->sb.last_mount = (u32)ktime_get_real_seconds(); in run_cache_set()