Searched refs:last_mount (Results 1 – 3 of 3) sorted by relevance
254 if (m.last_mount) in member_to_text()255 bch2_prt_datetime(out, le64_to_cpu(m.last_mount)); in member_to_text()558 u64 last_mount = le64_to_cpu(m.last_mount); in bch2_sb_member_alloc() local559 if (best < 0 || last_mount < best_last_mount) { in bch2_sb_member_alloc()561 best_last_mount = last_mount; in bch2_sb_member_alloc()
54 __le64 last_mount; /* time_t */ member
1196 bch2_members_v2_get_mut(c->disk_sb.sb, ca->dev_idx)->last_mount = in bch2_fs_start()1971 dev_mi.last_mount = cpu_to_le64(ktime_get_real_seconds()); in bch2_dev_add()2101 bch2_members_v2_get_mut(c->disk_sb.sb, ca->dev_idx)->last_mount = in bch2_dev_online()
Completed in 9 milliseconds