Lines Matching refs:inline_ext
131 unsigned int inline_ext, in erofs_bfind_for_attach() argument
140 used0 = ((size + required_ext) & (blksiz - 1)) + inline_ext; in erofs_bfind_for_attach()
154 if (size + required_ext + inline_ext >= blksiz) in erofs_bfind_for_attach()
158 (size + required_ext + inline_ext), alignsize); in erofs_bfind_for_attach()
178 required_ext + inline_ext, true); in erofs_bfind_for_attach()
185 used = ret + required_ext + inline_ext; in erofs_bfind_for_attach()
210 required_ext + inline_ext, true); in erofs_bfind_for_attach()
214 used = ((ret + required_ext) & (blksiz - 1)) + inline_ext; in erofs_bfind_for_attach()
239 unsigned int inline_ext) in erofs_balloc() argument
254 ret = erofs_bfind_for_attach(bmgr, type, size, required_ext, inline_ext, in erofs_balloc()
289 required_ext + inline_ext, false); in erofs_balloc()