Searched refs:get_bit_address (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/reiserfs/ |
D | bitmap.c | 48 static inline void get_bit_address(struct super_block *s, in get_bit_address() function 72 get_bit_address(s, block, &bmap, &offset); in is_reusable() 329 get_bit_address(s, *start, &bm, &off); in scan_bitmap() 330 get_bit_address(s, finish, &end_bm, &end_off); in scan_bitmap() 361 get_bit_address(s, *start, &bm, &off); in scan_bitmap() 398 get_bit_address(s, block, &nr, &offset); in _reiserfs_free_block()
|