Searched refs:l1mp (Results 1 – 1 of 1) sorted by relevance
3371 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local3467 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3468 if (l1mp == NULL) in dbExtendFS()3470 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3479 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3480 if (l1mp == NULL) in dbExtendFS()3483 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3585 release_metapage(l1mp); in dbExtendFS()3597 write_metapage(l1mp); in dbExtendFS()3598 l1mp = NULL; in dbExtendFS()[all …]