Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h54 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE) macro
130 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
Djfs_dmap.c1516 blkno &= ~(MAXL0SIZE - 1); in dbAllocAG()
3559 i = (blkno & (MAXL0SIZE - 1)) >> in dbExtendFS()