Home
last modified time | relevance | path

Searched refs:MAXL1SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/jfs/
Djfs_dmap.h55 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE) macro
130 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
Djfs_dmap.c1484 blkno &= ~(MAXL1SIZE - 1); in dbAllocAG()
3389 j = (blkno & (MAXL1SIZE - 1)) >> L2MAXL0SIZE; in dbExtendFS()