Searched refs:old_allocbt_blocks (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dalloc_repair.c59 * in @old_allocbt_blocks, which (at this stage) is somewhat misnamed. While
63 * After that is where the definitions of old_allocbt_blocks shifts. This
70 * old_allocbt_blocks & ~not_allocbt_blocks
75 * old_allocbt_blocks &= ~not_allocbt_blocks;
77 * After this point, @old_allocbt_blocks is a bitmap of alleged former
95 struct xagb_bitmap old_allocbt_blocks; member in struct:xrep_abt
235 error = xagb_bitmap_set(&ra->old_allocbt_blocks,
402 error = xagb_bitmap_disunion(&ra->old_allocbt_blocks,
831 error = xrep_reap_agblocks(ra->sc, &ra->old_allocbt_blocks,
887 xagb_bitmap_init(&ra->old_allocbt_blocks);
[all...]

Completed in 118 milliseconds