Home
last modified time | relevance | path

Searched refs:reiserfs_bmap_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dbitmap.c65 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()
H A Dresize.c69 (reiserfs_bmap_count(s) - 1) * s->s_blocksize * 8; in reiserfs_resize()
81 bmap_nr = reiserfs_bmap_count(s); in reiserfs_resize()
H A Dsuper.c2121 if (bmap_would_wrap(reiserfs_bmap_count(s)) && in reiserfs_fill_super()
2127 reiserfs_bmap_count(s)); in reiserfs_fill_super()
H A Djournal.c230 for (i = 0; i < reiserfs_bmap_count(sb); i++) { in cleanup_bitmap_list()
2741 reiserfs_bmap_count(sb))) in journal_init()
2750 reiserfs_bmap_count(sb) + in journal_init()
H A Dreiserfs.h1158 static inline __u32 reiserfs_bmap_count(struct super_block *sb) in reiserfs_bmap_count() function