Home | History | Annotate | Download | only in ext2fs

Lines Matching full:bitmap

2  * bmap64.h --- 64-bit bitmap structure
70 void (*free_bmap)(ext2fs_generic_bitmap bitmap);
73 errcode_t (*resize_bmap)(ext2fs_generic_bitmap bitmap,
77 int (*mark_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
78 int (*unmark_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
79 int (*test_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
80 void (*mark_bmap_extent)(ext2fs_generic_bitmap bitmap, __u64 arg,
82 void (*unmark_bmap_extent)(ext2fs_generic_bitmap bitmap, __u64 arg,
84 int (*test_clear_bmap_extent)(ext2fs_generic_bitmap bitmap,
86 errcode_t (*set_bmap_range)(ext2fs_generic_bitmap bitmap,
88 errcode_t (*get_bmap_range)(ext2fs_generic_bitmap bitmap,
90 void (*clear_bmap)(ext2fs_generic_bitmap bitmap);
95 errcode_t (*find_first_zero)(ext2fs_generic_bitmap bitmap,
99 errcode_t (*find_first_set)(ext2fs_generic_bitmap bitmap,