Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.h42 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE) macro
117 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
H A Djfs_dmap.c1440 blkno &= ~(MAXL1SIZE - 1); in dbAllocAG()
3468 j = (blkno & (MAXL1SIZE - 1)) >> L2MAXL0SIZE; in dbExtendFS()