Searched refs:reiserfs_bmap_count (Results 1 – 5 of 5) sorted by relevance
63 unsigned int bmap_count = reiserfs_bmap_count(s); in is_reusable()146 RFALSE(bmap_n >= reiserfs_bmap_count(s), "Bitmap %u is out of " in scan_bitmap_block()147 "range (0..%u)", bmap_n, reiserfs_bmap_count(s) - 1); in scan_bitmap_block()252 bm = hash % reiserfs_bmap_count(s); in bmap_hash_id()257 if (bm >= reiserfs_bmap_count(s)) in bmap_hash_id()331 if (bm > reiserfs_bmap_count(s)) in scan_bitmap()333 if (end_bm > reiserfs_bmap_count(s)) in scan_bitmap()334 end_bm = reiserfs_bmap_count(s); in scan_bitmap()400 if (nr >= reiserfs_bmap_count(s)) { in _reiserfs_free_block()1363 unsigned int bmap_nr = reiserfs_bmap_count(sb); in reiserfs_init_bitmap_cache()
64 (reiserfs_bmap_count(s) - 1) * s->s_blocksize * 8; in reiserfs_resize()76 bmap_nr = reiserfs_bmap_count(s); in reiserfs_resize()
1928 if (bmap_would_wrap(reiserfs_bmap_count(s)) && in reiserfs_fill_super()1934 reiserfs_bmap_count(s)); in reiserfs_fill_super()
233 for (i = 0; i < reiserfs_bmap_count(sb); i++) { in cleanup_bitmap_list()2692 reiserfs_bmap_count(sb))) in journal_init()2701 reiserfs_bmap_count(sb) + in journal_init()
967 static inline __u32 reiserfs_bmap_count(struct super_block *sb) in reiserfs_bmap_count() function