Searched refs:dbAllocCtl (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/jfs/ |
D | jfs_dmap.c | 85 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, 1334 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG() 1447 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAG() 1507 rc = dbAllocCtl(bmp, nblocks, l2nb, blkno, results); in dbAllocAny() 1773 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() function
|