Searched refs:xbitmap64 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | bitmap.h | 11 struct xbitmap64 { struct 15 void xbitmap64_init(struct xbitmap64 *bitmap); argument 16 void xbitmap64_destroy(struct xbitmap64 *bitmap); 18 int xbitmap64_clear(struct xbitmap64 *bitmap, uint64_t start, uint64_t len); 19 int xbitmap64_set(struct xbitmap64 *bitmap, uint64_t start, uint64_t len); 20 int xbitmap64_disunion(struct xbitmap64 *bitmap, struct xbitmap64 *sub); 21 uint64_t xbitmap64_hweight(struct xbitmap64 *bitmap); 31 int xbitmap64_walk(struct xbitmap64 *bitmap, xbitmap64_walk_fn fn, 34 bool xbitmap64_empty(struct xbitmap64 *bitmap); 35 bool xbitmap64_test(struct xbitmap64 *bitmap, uint64_t start, uint64_t *len);
|
D | bitmap.c | 72 struct xbitmap64 *bitmap, 121 struct xbitmap64 *bitmap, in xbitmap64_set() 181 struct xbitmap64 *bitmap) in xbitmap64_destroy() 194 struct xbitmap64 *bitmap) in xbitmap64_init() 215 struct xbitmap64 *bitmap, in xbitmap64_disunion() 216 struct xbitmap64 *sub) in xbitmap64_disunion() 237 struct xbitmap64 *bitmap) in xbitmap64_hweight() 251 struct xbitmap64 *bitmap, in xbitmap64_walk() 270 struct xbitmap64 *bitmap) in xbitmap64_empty() 278 struct xbitmap64 *bitmap, in xbitmap64_test()
|
D | ino_bitmap.h | 12 struct xbitmap64 inobitmap;
|
D | off_bitmap.h | 12 struct xbitmap64 offbitmap;
|
D | fsb_bitmap.h | 12 struct xbitmap64 fsbitmap;
|