Searched refs:eof_blk (Results 1 – 1 of 1) sorted by relevance
108 blk64_t eof_blk = 0, cluster_fill = 0; in ext_falloc_helper() local126 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()