Searched refs:udf_variable_to_fixed (Results 1 – 2 of 2) sorted by relevance
46 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) macro
1940 lastblock = udf_variable_to_fixed(sbi->s_last_block); in udf_find_anchor()