Searched refs:udf_fixed_to_variable (Results 1 – 4 of 4) sorted by relevance
35 return sb_getblk(sb, udf_fixed_to_variable(block)); in udf_tgetblk()43 return sb_bread(sb, udf_fixed_to_variable(block)); in udf_tread()
45 #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) ) macro
1589 udf_fixed_to_variable(block) >= in udf_check_anchor_block()
2161 return udf_fixed_to_variable(ret); in udf_block_map()