Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c3430 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3526 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3527 if (l1mp == NULL) in dbExtendFS()
3529 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3538 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3539 if (l1mp == NULL) in dbExtendFS()
3542 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3644 release_metapage(l1mp); in dbExtendFS()
3656 write_metapage(l1mp); in dbExtendFS()
3657 l1mp in dbExtendFS()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c3366 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3462 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3463 if (l1mp == NULL) in dbExtendFS()
3465 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3474 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3475 if (l1mp == NULL) in dbExtendFS()
3478 l1dcp = (struct dmapctl *) l1mp->data; in dbExtendFS()
3580 release_metapage(l1mp); in dbExtendFS()
3592 write_metapage(l1mp); in dbExtendFS()
3593 l1mp in dbExtendFS()
[all...]

Completed in 9 milliseconds