Searched refs:l2nb (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.c | 113 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 118 int l2nb, s64 * results); 122 int l2nb, 124 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, 126 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, 129 static int dbFindBits(u32 word, int l2nb); 130 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno); 131 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx); 751 int l2nb; in dbAlloc() local 768 l2nb = BLKSTOL2(nblocks); in dbAlloc() [all …]
|