Home
last modified time | relevance | path

Searched refs:bg_bitmap (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Docfs2_fs.h937 __u8 bg_bitmap[0]; member
1404 offsetof(struct ocfs2_group_desc, bg_bitmap); in ocfs2_group_bitmap_size()
1552 offsetof(struct ocfs2_group_desc, bg_bitmap); in ocfs2_group_bitmap_size()
1638 if ((offsetof(struct ocfs2_group_desc, bg_bitmap) + in ocfs2_gd_is_discontig()
Dsuballoc.c404 ocfs2_set_bit(0, (unsigned long *)bg->bg_bitmap); in ocfs2_block_group_fill()
1248 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap)) in ocfs2_test_bg_bit_allocatable()
1257 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap); in ocfs2_test_bg_bit_allocatable()
1281 bitmap = bg->bg_bitmap; in ocfs2_block_group_find_clear_bits()
1333 void *bitmap = bg->bg_bitmap; in ocfs2_block_group_set_bits()
2409 (unsigned long *) bg->bg_bitmap); in ocfs2_block_group_clear_bits()
2412 (unsigned long *) undo_bg->bg_bitmap); in ocfs2_block_group_clear_bits()
2826 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
Dresize.c83 (unsigned long *)gd->bg_bitmap); in ocfs2_calc_new_backup_super()
86 (unsigned long *)gd->bg_bitmap); in ocfs2_calc_new_backup_super()
Dmove_extents.c535 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
Dioctl.c499 (unsigned long *)bg->bg_bitmap); in ocfs2_info_freefrag_scan_chain()
Dalloc.c7291 void *bitmap = gd->bg_bitmap; in ocfs2_trim_group()