Searched refs:l1mp (Results 1 – 1 of 1) sorted by relevance
3348 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local3444 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3445 if (l1mp == NULL) in dbExtendFS()3447 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3456 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3457 if (l1mp == NULL) in dbExtendFS()3460 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3562 release_metapage(l1mp); in dbExtendFS()3574 write_metapage(l1mp); in dbExtendFS()3575 l1mp = NULL; in dbExtendFS()[all …]