Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dinode.c1056 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1061 if (numalloc) { in udf_prealloc_extents()
1064 (numalloc << in udf_prealloc_extents()
1076 (numalloc << in udf_prealloc_extents()
1081 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1087 if (elen > numalloc) { in udf_prealloc_extents()
1089 (numalloc << in udf_prealloc_extents()
1091 numalloc = 0; in udf_prealloc_extents()
1093 numalloc -= elen; in udf_prealloc_extents()
1104 numalloc << inode->i_sb->s_blocksize_bits; in udf_prealloc_extents()