Searched refs:reiserfs_bmap_count (Results 1 – 5 of 5) sorted by relevance
65 unsigned int bmap_count = reiserfs_bmap_count(s); in is_reusable()154 RFALSE(bmap_n >= reiserfs_bmap_count(s), "Bitmap %u is out of " in scan_bitmap_block()155 "range (0..%u)", bmap_n, reiserfs_bmap_count(s) - 1); in scan_bitmap_block()285 bm = hash % reiserfs_bmap_count(s); in bmap_hash_id()290 if (bm >= reiserfs_bmap_count(s)) in bmap_hash_id()366 if (bm > reiserfs_bmap_count(s)) in scan_bitmap()368 if (end_bm > reiserfs_bmap_count(s)) in scan_bitmap()369 end_bm = reiserfs_bmap_count(s); in scan_bitmap()434 if (nr >= reiserfs_bmap_count(s)) { in _reiserfs_free_block()1457 unsigned int bmap_nr = reiserfs_bmap_count(sb); in reiserfs_init_bitmap_cache()
69 (reiserfs_bmap_count(s) - 1) * s->s_blocksize * 8; in reiserfs_resize()81 bmap_nr = reiserfs_bmap_count(s); in reiserfs_resize()
2123 if (bmap_would_wrap(reiserfs_bmap_count(s)) && in reiserfs_fill_super()2129 reiserfs_bmap_count(s)); in reiserfs_fill_super()
230 for (i = 0; i < reiserfs_bmap_count(sb); i++) { in cleanup_bitmap_list()2733 reiserfs_bmap_count(sb))) in journal_init()2742 reiserfs_bmap_count(sb) + in journal_init()
1159 static inline __u32 reiserfs_bmap_count(struct super_block *sb) in reiserfs_bmap_count() function