Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ext2/
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()
465 brelse(bitmap_bh); in ext2_new_inode()
467 if (!bitmap_bh) { in ext2_new_inode()
507 brelse(bitmap_bh); in ext2_new_inode()
514 brelse(bitmap_bh); in ext2_new_inode()
634 brelse(bitmap_bh); in ext2_count_free_inodes()
636 if (!bitmap_bh) in ext2_count_free_inodes()
[all …]
A Dballoc.c515 brelse(bitmap_bh); in ext2_free_blocks()
517 if (!bitmap_bh) in ext2_free_blocks()
560 brelse(bitmap_bh); in ext2_free_blocks()
1298 brelse(bitmap_bh); in ext2_new_blocks()
1300 if (!bitmap_bh) in ext2_new_blocks()
1339 brelse(bitmap_bh); in ext2_new_blocks()
1341 if (!bitmap_bh) in ext2_new_blocks()
1412 brelse(bitmap_bh); in ext2_new_blocks()
1430 brelse(bitmap_bh); in ext2_new_blocks()
1470 if (!bitmap_bh) in ext2_count_free_blocks()
[all …]
/linux-6.3-rc2/fs/nilfs2/
A Dalloc.c501 struct buffer_head *desc_bh, *bitmap_bh; in nilfs_palloc_prepare_alloc_entry() local
536 inode, group, 1, &bitmap_bh); in nilfs_palloc_prepare_alloc_entry()
551 kunmap(bitmap_bh->b_page); in nilfs_palloc_prepare_alloc_entry()
554 req->pr_bitmap_bh = bitmap_bh; in nilfs_palloc_prepare_alloc_entry()
557 kunmap(bitmap_bh->b_page); in nilfs_palloc_prepare_alloc_entry()
558 brelse(bitmap_bh); in nilfs_palloc_prepare_alloc_entry()
698 req->pr_bitmap_bh = bitmap_bh; in nilfs_palloc_prepare_free_entry()
748 &bitmap_bh); in nilfs_palloc_freev()
803 kunmap(bitmap_bh->b_page); in nilfs_palloc_freev()
804 mark_buffer_dirty(bitmap_bh); in nilfs_palloc_freev()
[all …]
/linux-6.3-rc2/fs/ext4/
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()
1382 if (IS_ERR(bitmap_bh)) in ext4_orphan_get()
1398 brelse(bitmap_bh); in ext4_orphan_get()
1414 brelse(bitmap_bh); in ext4_orphan_get()
1419 if (bitmap_bh) in ext4_orphan_get()
1435 brelse(bitmap_bh); in ext4_orphan_get()
1458 brelse(bitmap_bh); in ext4_count_free_inodes()
1461 bitmap_bh = NULL; in ext4_count_free_inodes()
[all …]
A Dmballoc.c3761 bitmap_bh = NULL; in ext4_mb_mark_diskspace_used()
3852 brelse(bitmap_bh); in ext4_mb_mark_diskspace_used()
3892 bitmap_bh = NULL; in ext4_mb_mark_bb()
3899 bitmap_bh = NULL; in ext4_mb_mark_bb()
3960 brelse(bitmap_bh); in ext4_mb_mark_bb()
4922 put_bh(bitmap_bh); in ext4_mb_discard_group_preallocations()
5869 brelse(bitmap_bh); in ext4_free_blocks_simple()
5932 bitmap_bh = NULL; in ext4_mb_clear_bb()
6070 brelse(bitmap_bh); in ext4_mb_clear_bb()
6223 bitmap_bh = NULL; in ext4_group_add_blocks()
[all …]
A Dballoc.c731 struct buffer_head *bitmap_bh = NULL; in ext4_count_free_clusters() local
747 brelse(bitmap_bh); in ext4_count_free_clusters()
748 bitmap_bh = ext4_read_block_bitmap(sb, i); in ext4_count_free_clusters()
749 if (IS_ERR(bitmap_bh)) { in ext4_count_free_clusters()
750 bitmap_bh = NULL; in ext4_count_free_clusters()
754 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_clusters()
760 brelse(bitmap_bh); in ext4_count_free_clusters()
A Dinode.c4584 struct buffer_head *bitmap_bh; in __ext4_get_inode_loc() local
4590 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp)); in __ext4_get_inode_loc()
4591 if (unlikely(!bitmap_bh)) in __ext4_get_inode_loc()
4599 if (!buffer_uptodate(bitmap_bh)) { in __ext4_get_inode_loc()
4600 brelse(bitmap_bh); in __ext4_get_inode_loc()
4606 if (ext4_test_bit(i, bitmap_bh->b_data)) in __ext4_get_inode_loc()
4609 brelse(bitmap_bh); in __ext4_get_inode_loc()
/linux-6.3-rc2/fs/ocfs2/
A Dsuballoc.h131 struct buffer_head *bitmap_bh,
136 struct buffer_head *bitmap_bh,
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()
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()

Completed in 40 milliseconds