Home
last modified time | relevance | path

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

/linux-4.1.27/fs/udf/
Dsuper.c76 #define UDF_DEFAULT_BLOCKSIZE 2048 macro
2134 if (ret == -EAGAIN && uopt.blocksize != UDF_DEFAULT_BLOCKSIZE) { in udf_fill_super()
2137 UDF_DEFAULT_BLOCKSIZE); in udf_fill_super()
2140 uopt.blocksize = UDF_DEFAULT_BLOCKSIZE; in udf_fill_super()