Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dudfdecl.h46 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) macro
Dsuper.c1940 lastblock = udf_variable_to_fixed(sbi->s_last_block); in udf_find_anchor()