Home
last modified time | relevance | path

Searched refs:L2BPERDMAP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.h19 #define L2BPERDMAP 13 /* l2 num of blks per dmap */ macro
34 #define L2MAXL0SIZE (L2BPERDMAP + 1 * L2LPERCTL)
35 #define L2MAXL1SIZE (L2BPERDMAP + 2 * L2LPERCTL)
36 #define L2MAXL2SIZE (L2BPERDMAP + 3 * L2LPERCTL)
H A Dresize.c162 t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >> L2BPERDMAP) in jfs_extendfs()
163 << L2BPERDMAP; in jfs_extendfs()
H A Djfs_dmap.c1880 if (l2nb <= L2BPERDMAP) { in dbAllocCtl()
1920 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2029 assert(l2nb <= L2BPERDMAP); in dbAllocDmapLev()
3565 L2BPERDMAP; in dbExtendFS()
3757 bmp->db_agl2size - (L2BPERDMAP + bmp->db_aglevel * L2LPERCTL); in dbFinalizeBmap()
4017 dcp->budmin = L2BPERDMAP + L2LPERCTL * level; in dbInitDmapCtl()
4050 return (L2BPERDMAP); in dbGetL2AGSize()
4127 nblocks = ndmaps << L2BPERDMAP; in dbMapFileSizeToMapSize()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.h19 #define L2BPERDMAP 13 /* l2 num of blks per dmap */ macro
34 #define L2MAXL0SIZE (L2BPERDMAP + 1 * L2LPERCTL)
35 #define L2MAXL1SIZE (L2BPERDMAP + 2 * L2LPERCTL)
36 #define L2MAXL2SIZE (L2BPERDMAP + 3 * L2LPERCTL)
H A Dresize.c161 t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >> L2BPERDMAP) in jfs_extendfs()
162 << L2BPERDMAP; in jfs_extendfs()
H A Djfs_dmap.c1812 if (l2nb <= L2BPERDMAP) { in dbAllocCtl()
1852 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
1961 assert(l2nb <= L2BPERDMAP); in dbAllocDmapLev()
3501 L2BPERDMAP; in dbExtendFS()
3693 bmp->db_agl2size - (L2BPERDMAP + bmp->db_aglevel * L2LPERCTL); in dbFinalizeBmap()
3953 dcp->budmin = L2BPERDMAP + L2LPERCTL * level; in dbInitDmapCtl()
3986 return (L2BPERDMAP); in dbGetL2AGSize()
4063 nblocks = ndmaps << L2BPERDMAP; in dbMapFileSizeToMapSize()

Completed in 11 milliseconds