Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dmap.c3458 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 …]