Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dudf_fs.h39 #define UDF_DEFAULT_PREALLOC_BLOCKS 8 macro
/linux-2.4.37.9/fs/udf/
Dinode.c691 length += UDF_DEFAULT_PREALLOC_BLOCKS; in udf_prealloc_extents()
707 next, (UDF_DEFAULT_PREALLOC_BLOCKS > length ? length : in udf_prealloc_extents()
708 UDF_DEFAULT_PREALLOC_BLOCKS) - currlength); in udf_prealloc_extents()