Searched refs:xbitmap32 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | bitmap.h | 39 struct xbitmap32 { struct 43 void xbitmap32_init(struct xbitmap32 *bitmap); argument 44 void xbitmap32_destroy(struct xbitmap32 *bitmap); 46 int xbitmap32_clear(struct xbitmap32 *bitmap, uint32_t start, uint32_t len); 47 int xbitmap32_set(struct xbitmap32 *bitmap, uint32_t start, uint32_t len); 48 int xbitmap32_disunion(struct xbitmap32 *bitmap, struct xbitmap32 *sub); 49 uint32_t xbitmap32_hweight(struct xbitmap32 *bitmap); 59 int xbitmap32_walk(struct xbitmap32 *bitmap, xbitmap32_walk_fn fn, 62 bool xbitmap32_empty(struct xbitmap32 *bitmap); 63 bool xbitmap32_test(struct xbitmap32 *bitmap, uint32_t start, uint32_t *len); [all …]
|
D | bitmap.c | 347 struct xbitmap32 *bitmap, 396 struct xbitmap32 *bitmap, in xbitmap32_set() 456 struct xbitmap32 *bitmap) in xbitmap32_destroy() 469 struct xbitmap32 *bitmap) in xbitmap32_init() 490 struct xbitmap32 *bitmap, in xbitmap32_disunion() 491 struct xbitmap32 *sub) in xbitmap32_disunion() 512 struct xbitmap32 *bitmap) in xbitmap32_hweight() 526 struct xbitmap32 *bitmap, in xbitmap32_walk() 545 struct xbitmap32 *bitmap) in xbitmap32_empty() 553 struct xbitmap32 *bitmap, in xbitmap32_test() [all …]
|
D | dab_bitmap.h | 12 struct xbitmap32 dabitmap;
|
D | agino_bitmap.h | 12 struct xbitmap32 aginobitmap;
|
D | agb_bitmap.h | 12 struct xbitmap32 agbitmap;
|