Searched refs:udf_variable_to_fixed (Results 1 – 2 of 2) sorted by relevance
/fs/udf/ | ||
D | udfdecl.h | 38 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) macro |
D | super.c | 1948 lastblock = udf_variable_to_fixed(sbi->s_last_block); in udf_find_anchor() |