Home
last modified time | relevance | path

Searched refs:eof_blk (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
126 eof_blk = EXT2_I_SIZE(inode) / fs->blocksize; 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()
354 __func__, x, x + fillable, eof_blk); in ext_falloc_helper()
355 if (eof_blk >= x && eof_blk <= x + fillable) in ext_falloc_helper()
356 fillable = eof_blk - x; in ext_falloc_helper()