Home
last modified time | relevance | path

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

/linux-4.4.14/fs/udf/
Dsuper.c76 #define UDF_DEFAULT_BLOCKSIZE 2048 macro
2141 if (ret == -EAGAIN && uopt.blocksize != UDF_DEFAULT_BLOCKSIZE) { in udf_fill_super()
2144 UDF_DEFAULT_BLOCKSIZE); in udf_fill_super()
2147 uopt.blocksize = UDF_DEFAULT_BLOCKSIZE; in udf_fill_super()