dbAllocAG          83 fs/jfs/jfs_dmap.c static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb,
dbAllocAG         834 fs/jfs/jfs_dmap.c 	if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC)
dbAllocAG         850 fs/jfs/jfs_dmap.c 	if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC)
dbAllocAG        1643 fs/jfs/jfs_dmap.c 		rc = dbAllocAG(bmp, agno, nblocks, l2nb, &blkno);