Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c124 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb,
909 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) in dbAlloc()
929 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
1443 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() function