Home
last modified time | relevance | path

Searched refs:bitmap_bh (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dialloc.c110 struct buffer_head *bitmap_bh; in ext2_free_inode() local
138 if (!bitmap_bh) in ext2_free_inode()
148 mark_buffer_dirty(bitmap_bh); in ext2_free_inode()
152 brelse(bitmap_bh); in ext2_free_inode()
462 brelse(bitmap_bh); in ext2_new_inode()
464 if (!bitmap_bh) { in ext2_new_inode()
504 brelse(bitmap_bh); in ext2_new_inode()
511 brelse(bitmap_bh); in ext2_new_inode()
631 brelse(bitmap_bh); in ext2_count_free_inodes()
633 if (!bitmap_bh) in ext2_count_free_inodes()
[all …]
H A Dballoc.c513 brelse(bitmap_bh); in ext2_free_blocks()
515 if (!bitmap_bh) in ext2_free_blocks()
558 brelse(bitmap_bh); in ext2_free_blocks()
1293 brelse(bitmap_bh); in ext2_new_blocks()
1295 if (!bitmap_bh) in ext2_new_blocks()
1334 brelse(bitmap_bh); in ext2_new_blocks()
1336 if (!bitmap_bh) in ext2_new_blocks()
1407 brelse(bitmap_bh); in ext2_new_blocks()
1425 brelse(bitmap_bh); in ext2_new_blocks()
1458 if (!bitmap_bh) in ext2_count_free_blocks()
[all …]
/openbmc/linux/fs/nilfs2/
H A Dalloc.c502 struct buffer_head *desc_bh, *bitmap_bh; in nilfs_palloc_prepare_alloc_entry() local
537 inode, group, 1, &bitmap_bh); in nilfs_palloc_prepare_alloc_entry()
552 kunmap(bitmap_bh->b_page); in nilfs_palloc_prepare_alloc_entry()
555 req->pr_bitmap_bh = bitmap_bh; in nilfs_palloc_prepare_alloc_entry()
558 kunmap(bitmap_bh->b_page); in nilfs_palloc_prepare_alloc_entry()
559 brelse(bitmap_bh); in nilfs_palloc_prepare_alloc_entry()
699 req->pr_bitmap_bh = bitmap_bh; in nilfs_palloc_prepare_free_entry()
749 &bitmap_bh); in nilfs_palloc_freev()
804 kunmap(bitmap_bh->b_page); in nilfs_palloc_freev()
805 mark_buffer_dirty(bitmap_bh); in nilfs_palloc_freev()
[all …]
/openbmc/linux/fs/ext4/
H A Dialloc.c289 if (IS_ERR(bitmap_bh)) { in ext4_free_inode()
291 bitmap_bh = NULL; in ext4_free_inode()
361 brelse(bitmap_bh); in ext4_free_inode()
1384 if (IS_ERR(bitmap_bh)) in ext4_orphan_get()
1400 brelse(bitmap_bh); in ext4_orphan_get()
1416 brelse(bitmap_bh); in ext4_orphan_get()
1421 if (bitmap_bh) in ext4_orphan_get()
1437 brelse(bitmap_bh); in ext4_orphan_get()
1460 brelse(bitmap_bh); in ext4_count_free_inodes()
1463 bitmap_bh = NULL; in ext4_count_free_inodes()
[all …]
H A Dmballoc.c4102 brelse(bitmap_bh); in ext4_mb_mark_diskspace_used()
4142 bitmap_bh = NULL; in ext4_mb_mark_bb()
4149 bitmap_bh = NULL; in ext4_mb_mark_bb()
4210 brelse(bitmap_bh); in ext4_mb_mark_bb()
4215 brelse(bitmap_bh); in ext4_mb_mark_bb()
5516 put_bh(bitmap_bh); in ext4_mb_discard_group_preallocations()
6441 brelse(bitmap_bh); in ext4_free_blocks_simple()
6505 bitmap_bh = NULL; in ext4_mb_clear_bb()
6643 brelse(bitmap_bh); in ext4_mb_clear_bb()
6795 bitmap_bh = NULL; in ext4_group_add_blocks()
[all …]
H A Dballoc.c773 struct buffer_head *bitmap_bh = NULL; in ext4_count_free_clusters() local
789 brelse(bitmap_bh); in ext4_count_free_clusters()
790 bitmap_bh = ext4_read_block_bitmap(sb, i); in ext4_count_free_clusters()
791 if (IS_ERR(bitmap_bh)) { in ext4_count_free_clusters()
792 bitmap_bh = NULL; in ext4_count_free_clusters()
796 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_clusters()
802 brelse(bitmap_bh); in ext4_count_free_clusters()
H A Dinode.c4412 struct buffer_head *bitmap_bh; in __ext4_get_inode_loc() local
4418 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp)); in __ext4_get_inode_loc()
4419 if (unlikely(!bitmap_bh)) in __ext4_get_inode_loc()
4427 if (!buffer_uptodate(bitmap_bh)) { in __ext4_get_inode_loc()
4428 brelse(bitmap_bh); in __ext4_get_inode_loc()
4434 if (ext4_test_bit(i, bitmap_bh->b_data)) in __ext4_get_inode_loc()
4437 brelse(bitmap_bh); in __ext4_get_inode_loc()
/openbmc/linux/fs/ocfs2/
H A Dsuballoc.h131 struct buffer_head *bitmap_bh,
136 struct buffer_head *bitmap_bh,
H A Dlocalalloc.c53 struct buffer_head **bitmap_bh);
1099 struct buffer_head **bitmap_bh) in ocfs2_local_alloc_reserve_for_window() argument
1129 *bitmap_bh = (*ac)->ac_bh; in ocfs2_local_alloc_reserve_for_window()
1130 get_bh(*bitmap_bh); in ocfs2_local_alloc_reserve_for_window()
H A Dsuballoc.c2542 struct buffer_head *bitmap_bh, in _ocfs2_free_clusters() argument
2569 status = _ocfs2_free_suballoc_bits(handle, bitmap_inode, bitmap_bh, in _ocfs2_free_clusters()
2586 struct buffer_head *bitmap_bh, in ocfs2_free_clusters() argument
2590 return _ocfs2_free_clusters(handle, bitmap_inode, bitmap_bh, in ocfs2_free_clusters()
2601 struct buffer_head *bitmap_bh, in ocfs2_release_clusters() argument
2605 return _ocfs2_free_clusters(handle, bitmap_inode, bitmap_bh, in ocfs2_release_clusters()