Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_dmap.c85 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results);
737 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
864 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc()
1564 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() function