Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dfallocate.c108 blk64_t eof_blk = 0, cluster_fill = 0; in ext_falloc_helper() local
152 cluster_fill = EXT2FS_CLUSTER_RATIO(fs) - in ext_falloc_helper()
154 cluster_fill &= EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
155 if (cluster_fill == 0) in ext_falloc_helper()
158 if (cluster_fill > fillable) in ext_falloc_helper()
159 cluster_fill = fillable; in ext_falloc_helper()
165 __func__, x, x + cluster_fill, eof_blk); in ext_falloc_helper()
166 if (eof_blk >= x && eof_blk <= x + cluster_fill) in ext_falloc_helper()
167 cluster_fill = eof_blk - x; in ext_falloc_helper()
168 if (cluster_fill == 0) in ext_falloc_helper()
[all …]