Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.c106 static int dbInitDmapCtl(struct dmapctl * dcp, int level, int i);
1271 * height of the dmapctl dmtree at which the nodes distinctly
1315 struct dmapctl *dcp; in dbAllocAG()
1372 dcp = (struct dmapctl *) mp->data; in dbAllocAG()
1376 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAllocAG()
1393 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAllocAG()
1559 * - we write two times to the dmapctl and dmap pages
1685 struct dmapctl *dcp; in dbFindCtl()
1702 dcp = (struct dmapctl *) mp->data; in dbFindCtl()
1707 "Corrupt dmapctl pag in dbFindCtl()
[all...]
H A Djfs_dmap.h20 #define CTLTREESIZE (1024+256+64+16+4+1) /* size of a dmapctl tree */
21 #define CTLLEAFIND (256+64+16+4+1) /* idx of 1st leaf of a dmapctl tree */
22 #define LPERCTL 1024 /* num of leaves per dmapctl tree */
23 #define L2LPERCTL 10 /* l2 num of leaves per dmapctl tree */
32 * maximum l2 number of disk blocks at the various dmapctl levels.
39 * maximum number of disk blocks at the various dmapctl levels.
77 * dmapctl describing the disk block. s is the log2(number of logical blocks
92 * dmapctl describing the disk block. s is the log2(number of logical blocks
106 * convert disk block number to the logical block number of the dmapctl
113 * convert aggregate map size to the zero origin dmapctl leve
162 struct dmapctl { global() struct
168 streedmapctl global() argument
173 paddmapctl global() argument
[all...]