Searched refs:l1mp (Results 1 – 1 of 1) sorted by relevance
3322 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local3418 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3419 if (l1mp == NULL) in dbExtendFS()3421 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3430 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3431 if (l1mp == NULL) in dbExtendFS()3434 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3536 release_metapage(l1mp); in dbExtendFS()3548 write_metapage(l1mp); in dbExtendFS()3549 l1mp = NULL; in dbExtendFS()[all …]