Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c3377 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3473 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3474 if (l1mp == NULL) in dbExtendFS()
3476 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3485 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3486 if (l1mp == NULL) in dbExtendFS()
3489 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3591 release_metapage(l1mp); in dbExtendFS()
3603 write_metapage(l1mp); in dbExtendFS()
3604 l1mp = NULL; in dbExtendFS()
[all …]