Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c1021 int numalloc = udf_prealloc_blocks(inode->i_sb, inode, in udf_prealloc_extents() local
1026 if (numalloc) { in udf_prealloc_extents()
1029 (numalloc << in udf_prealloc_extents()
1041 (numalloc << in udf_prealloc_extents()
1046 for (i = start + 1; numalloc && i < *endnum; i++) { in udf_prealloc_extents()
1052 if (elen > numalloc) { in udf_prealloc_extents()
1054 (numalloc << in udf_prealloc_extents()
1056 numalloc = 0; in udf_prealloc_extents()
1058 numalloc -= elen; in udf_prealloc_extents()
1069 numalloc << inod in udf_prealloc_extents()
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A 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 << inod in udf_prealloc_extents()
[all...]

Completed in 5 milliseconds