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