Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dinode.c1064 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1069 if (numalloc) { in udf_prealloc_extents()
1072 (numalloc << in udf_prealloc_extents()
1084 (numalloc << in udf_prealloc_extents()
1089 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1095 if (elen > numalloc) { in udf_prealloc_extents()
1097 (numalloc << in udf_prealloc_extents()
1099 numalloc = 0; in udf_prealloc_extents()
1101 numalloc -= elen; in udf_prealloc_extents()
1112 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()