Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c83 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb,
842 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
858 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
1361 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() function
1651 rc = dbAllocAG(bmp, agno, nblocks, l2nb, &blkno); in dbDiscardAG()