Home
last modified time | relevance | path

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

/Linux-v4.19/fs/udf/
Dinode.c988 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
993 if (numalloc) { in udf_prealloc_extents()
996 (numalloc << in udf_prealloc_extents()
1008 (numalloc << in udf_prealloc_extents()
1013 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1019 if (elen > numalloc) { in udf_prealloc_extents()
1021 (numalloc << in udf_prealloc_extents()
1023 numalloc = 0; in udf_prealloc_extents()
1025 numalloc -= elen; in udf_prealloc_extents()
1036 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()