Searched refs:l1mp (Results 1 – 1 of 1) sorted by relevance
3458 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3459 if (l1mp == NULL) in dbExtendFS()3461 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3470 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()3471 if (l1mp == NULL) in dbExtendFS()3474 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()3576 release_metapage(l1mp); in dbExtendFS()3588 write_metapage(l1mp); in dbExtendFS()3589 l1mp = NULL; in dbExtendFS()3610 if (l1mp) in dbExtendFS()[all …]