Home
last modified time | relevance | path

Searched refs:UDF_DEFAULT_PREALLOC_BLOCKS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
H A Dudfdecl.h19 #define UDF_DEFAULT_PREALLOC_BLOCKS 8 macro
H A Dinode.c1005 length += UDF_DEFAULT_PREALLOC_BLOCKS; in udf_prealloc_extents()
1023 next, (UDF_DEFAULT_PREALLOC_BLOCKS > length ? in udf_prealloc_extents()
1024 length : UDF_DEFAULT_PREALLOC_BLOCKS) - in udf_prealloc_extents()
/kernel/linux/linux-6.6/fs/udf/
H A Dudfdecl.h19 #define UDF_DEFAULT_PREALLOC_BLOCKS 8 macro
H A Dinode.c1016 length += UDF_DEFAULT_PREALLOC_BLOCKS; in udf_prealloc_extents()
1034 next, (UDF_DEFAULT_PREALLOC_BLOCKS > length ? in udf_prealloc_extents()
1035 length : UDF_DEFAULT_PREALLOC_BLOCKS) - in udf_prealloc_extents()

Completed in 7 milliseconds