Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dudfdecl.h38 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) macro
H A Dsuper.c1949 lastblock = udf_variable_to_fixed(sbi->s_last_block); in udf_find_anchor()