Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dbcache_ondisk.h209 __le32 last_mount; /* time overflow in y2106 */ member
268 __u32 last_mount; /* time overflow in y2106 */ member
Dsuper.c190 sb->last_mount = le32_to_cpu(s->last_mount); in read_super()
271 sb->last_mount = (u32)ktime_get_real_seconds(); in read_super()
308 out->last_mount = cpu_to_le32(sb->last_mount); in __write_super()
2120 c->cache->sb.last_mount = (u32)ktime_get_real_seconds(); in run_cache_set()