Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c126 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno,
1485 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1600 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG()
1660 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny()
1817 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() function