Searched refs:gc_mark (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 202 uint16_t gc_mark; /* Bitfield used by GC. See below for field */ member 210 BITMASK(GC_MARK, struct bucket, gc_mark, 0, 2); 216 BITMASK(GC_SECTORS_USED, struct bucket, gc_mark, 2, GC_SECTORS_USED_SIZE); 217 BITMASK(GC_MOVE, struct bucket, gc_mark, 15, 1); 647 * The allocation code needs gc_mark in struct bucket to be correct, but
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bcache.h | 202 uint16_t gc_mark; /* Bitfield used by GC. See below for field */ member 210 BITMASK(GC_MARK, struct bucket, gc_mark, 0, 2); 216 BITMASK(GC_SECTORS_USED, struct bucket, gc_mark, 2, GC_SECTORS_USED_SIZE); 217 BITMASK(GC_MOVE, struct bucket, gc_mark, 15, 1); 653 * The allocation code needs gc_mark in struct bucket to be correct, but
|
Completed in 4 milliseconds