Home
last modified time | relevance | path

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

/fs/udf/
Dinode.c1021 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1026 if (numalloc) { in udf_prealloc_extents()
1029 (numalloc << in udf_prealloc_extents()
1041 (numalloc << in udf_prealloc_extents()
1046 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1052 if (elen > numalloc) { in udf_prealloc_extents()
1054 (numalloc << in udf_prealloc_extents()
1056 numalloc = 0; in udf_prealloc_extents()
1058 numalloc -= elen; in udf_prealloc_extents()
1069 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()