Searched refs:l2nb (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/jfs/ ! |
D | jfs_dmap.c | 72 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 77 int l2nb, s64 * results); 81 int l2nb, 83 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, 85 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, 88 static int dbFindBits(u32 word, int l2nb); 89 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno); 90 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx); 703 int l2nb; in dbAlloc() local 714 l2nb = BLKSTOL2(nblocks); in dbAlloc() [all …]
|