Searched refs:reiserfs_read_bitmap_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | resize.c | 184 bh = reiserfs_read_bitmap_block(s, bmap_nr - 1); in reiserfs_resize() 202 bh = reiserfs_read_bitmap_block(s, bmap_nr_new - 1); in reiserfs_resize()
|
H A D | bitmap.c | 164 bh = reiserfs_read_bitmap_block(s, bmap_n); in scan_bitmap_block() 312 struct buffer_head *bh = reiserfs_read_bitmap_block(s, bm); in block_group_used() 440 bmbh = reiserfs_read_bitmap_block(s, nr); in _reiserfs_free_block() 1415 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, in reiserfs_read_bitmap_block() function
|
H A D | reiserfs.h | 3324 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, unsigned int bitmap);
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | resize.c | 184 bh = reiserfs_read_bitmap_block(s, bmap_nr - 1); in reiserfs_resize() 202 bh = reiserfs_read_bitmap_block(s, bmap_nr_new - 1); in reiserfs_resize()
|
H A D | bitmap.c | 164 bh = reiserfs_read_bitmap_block(s, bmap_n); in scan_bitmap_block() 312 struct buffer_head *bh = reiserfs_read_bitmap_block(s, bm); in block_group_used() 440 bmbh = reiserfs_read_bitmap_block(s, nr); in _reiserfs_free_block() 1415 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, in reiserfs_read_bitmap_block() function
|
H A D | reiserfs.h | 3324 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, unsigned int bitmap);
|
Completed in 23 milliseconds