Searched refs:udf_fixed_to_variable (Results 1 – 3 of 3) sorted by relevance
52 return sb_getblk(sb, udf_fixed_to_variable(block)); in udf_tgetblk()61 return sb_bread(sb, udf_fixed_to_variable(block)); in udf_tread()
24 #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) ) macro
2218 return udf_fixed_to_variable(ret); in udf_block_map()