Searched refs:last_mount (Results 1 – 5 of 5) sorted by relevance
227 if (m.last_mount) in member_to_text()228 bch2_prt_datetime(out, le64_to_cpu(m.last_mount)); in member_to_text()507 u64 last_mount = le64_to_cpu(m.last_mount); in bch2_sb_member_alloc() local508 if (best < 0 || last_mount < best_last_mount) { in bch2_sb_member_alloc()510 best_last_mount = last_mount; in bch2_sb_member_alloc()
50 __le64 last_mount; /* time_t */ member
1020 bch2_members_v2_get_mut(c->disk_sb.sb, ca->dev_idx)->last_mount = cpu_to_le64(now); in bch2_fs_start()1779 dev_mi.last_mount = cpu_to_le64(ktime_get_real_seconds()); in bch2_dev_add()1887 bch2_members_v2_get_mut(c->disk_sb.sb, ca->dev_idx)->last_mount = in bch2_dev_online()
209 __le32 last_mount; /* time overflow in y2106 */ member268 __u32 last_mount; /* time overflow in y2106 */ member
190 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()2112 c->cache->sb.last_mount = (u32)ktime_get_real_seconds(); in run_cache_set()