Home
last modified time | relevance | path

Searched refs:MAXL0SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.h41 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE) macro
117 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
H A Djfs_dmap.c1510 blkno &= ~(MAXL0SIZE - 1); in dbAllocAG()
3556 /* read in L0 page: (blkno & (MAXL0SIZE - 1)) */ in dbExtendFS()
3564 i = (blkno & (MAXL0SIZE - 1)) >> in dbExtendFS()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.h41 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE) macro
117 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
H A Djfs_dmap.c1442 blkno &= ~(MAXL0SIZE - 1); in dbAllocAG()
3492 /* read in L0 page: (blkno & (MAXL0SIZE - 1)) */ in dbExtendFS()
3500 i = (blkno & (MAXL0SIZE - 1)) >> in dbExtendFS()

Completed in 10 milliseconds