Searched refs:dbAdjCtl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 70 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, 2073 * by a call to dbAdjCtl() for the L0 dmap control page that 2110 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap() 2129 * dbAdjCtl() for the L0 dmap control page that covers this dmap. 2165 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap() 2495 * NAME: dbAdjCtl() 2536 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl() function 2620 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl() 3399 if ((rc = dbAdjCtl(bmp, blkno, tp->stree[ROOT], 1, 0))) in dbAllocDmapBU()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 70 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, 2005 * by a call to dbAdjCtl() for the L0 dmap control page that 2042 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap() 2061 * dbAdjCtl() for the L0 dmap control page that covers this dmap. 2097 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap() 2427 * NAME: dbAdjCtl() 2468 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl() function 2556 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl() 3335 if ((rc = dbAdjCtl(bmp, blkno, tp->stree[ROOT], 1, 0))) in dbAllocDmapBU()
|
Completed in 9 milliseconds