Home
last modified time | relevance | path

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

/Linux-v6.1/fs/jfs/
Djfs_dmap.c3322 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3418 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 …]