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