Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c85 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno,
1364 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1477 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1537 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny()
1805 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() function