Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dsnapshot.c1440 return i ? i->live_child : 0; in interior_delete_has_id()
1458 u32 live_child = s->children[i] in __live_child() local
1461 if (live_child) in __live_child()
1462 return live_child; in __live_child()
1468 static unsigned live_child(struct bch_fs *c, u32 id) in live_child() function
1493 u32 live_child = interior_delete_has_id(&d->delete_interior, k.k->p.snapshot); in delete_dead_snapshots_process_key() local
1494 if (live_child) { in delete_dead_snapshots_process_key()
1500 new->k.p.snapshot = live_child; in delete_dead_snapshots_process_key()
1712 .live_child = live_child(c, s.k->p.offset), in check_should_delete_snapshot()
1715 if (!n.live_child) { in check_should_delete_snapshot()
[all …]
A Dsnapshot_types.h40 u32 live_child; member

Completed in 10 milliseconds