Searched refs:l2nb (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_dmap.c | 85 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 90 int l2nb, s64 * results); 94 int l2nb, 96 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, 98 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, 101 static int dbFindBits(u32 word, int l2nb); 102 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno); 103 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx); 739 int l2nb; in dbAlloc() local 750 l2nb = BLKSTOL2(nblocks); in dbAlloc() [all …]
|