Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsubvolume_types.h9 #define IS_ANCESTOR_BITMAP 128 macro
19 unsigned long is_ancestor[BITS_TO_LONGS(IS_ANCESTOR_BITMAP)];
H A Dsnapshot.c149 if (likely(ancestor >= IS_ANCESTOR_BITMAP)) in __bch2_snapshot_is_ancestor()
150 while (id && id < ancestor - IS_ANCESTOR_BITMAP) in __bch2_snapshot_is_ancestor()
327 parent - id - 1 < IS_ANCESTOR_BITMAP) in __bch2_mark_snapshot()