Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
Dinode.c1032 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1037 if (numalloc) { in udf_prealloc_extents()
1040 (numalloc << in udf_prealloc_extents()
1052 (numalloc << in udf_prealloc_extents()
1057 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1063 if (elen > numalloc) { in udf_prealloc_extents()
1065 (numalloc << in udf_prealloc_extents()
1067 numalloc = 0; in udf_prealloc_extents()
1069 numalloc -= elen; in udf_prealloc_extents()
1080 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()