Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c3425 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3521 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3522 if (l1mp == NULL) in dbExtendFS()
3524 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3533 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3534 if (l1mp == NULL) in dbExtendFS()
3537 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3639 release_metapage(l1mp); in dbExtendFS()
3651 write_metapage(l1mp); in dbExtendFS()
3652 l1mp = NULL; in dbExtendFS()
[all …]