Home
last modified time | relevance | path

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

/fs/udf/
Dinode.c1022 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1027 if (numalloc) { in udf_prealloc_extents()
1030 (numalloc << in udf_prealloc_extents()
1042 (numalloc << in udf_prealloc_extents()
1047 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1053 if (elen > numalloc) { in udf_prealloc_extents()
1055 (numalloc << in udf_prealloc_extents()
1057 numalloc = 0; in udf_prealloc_extents()
1059 numalloc -= elen; in udf_prealloc_extents()
1070 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()