Searched refs:is_reusable (Results 1 – 3 of 3) sorted by relevance
/fs/reiserfs/ |
D | bitmap.c | 62 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value) in is_reusable() function 475 if (!is_reusable(s, block, 1)) in reiserfs_free_block() 497 if (!is_reusable(th->t_super, block, 1)) in reiserfs_free_prealloc_block()
|
D | do_balan.c | 1609 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value); 1627 if (!is_reusable(s, dc_block_number(dc), 1)) { in check_internal_node()
|
D | reiserfs.h | 3325 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value);
|