Searched refs:__erofs_battach (Results 1 – 1 of 1) sorted by relevance
/external/erofs-utils/lib/ |
D | cache.c | 75 static int __erofs_battach(struct erofs_buffer_block *bb, in __erofs_battach() function 125 return __erofs_battach(bb, NULL, incr, 1, 0, false); in erofs_bh_balloon() 159 ret = __erofs_battach(cur, NULL, size, alignsize, in erofs_balloc() 210 ret = __erofs_battach(bb, bh, size, alignsize, in erofs_balloc() 237 ret = __erofs_battach(bb, nbh, size, alignsize, 0, false); in erofs_battach()
|