Home
last modified time | relevance | path

Searched refs:udf_variable_to_fixed (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dudfdecl.h25 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) macro
Dsuper.c510 int varlastblock = udf_variable_to_fixed(lastblock); in udf_find_anchor()
546 else if (location == udf_variable_to_fixed(last[i]) - UDF_SB_SESSION(sb)) in udf_find_anchor()
549 lastblock = UDF_SB_ANCHOR(sb)[0] = udf_variable_to_fixed(last[i]); in udf_find_anchor()
594 location == udf_variable_to_fixed(last[i]) - 256) in udf_find_anchor()
597 lastblock = udf_variable_to_fixed(last[i]); in udf_find_anchor()