Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c3386 struct metapage *mp, *l2mp, *l1mp = NULL, *l0mp = NULL; in dbExtendFS() local
3514 l0mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3515 if (l0mp == NULL) in dbExtendFS()
3517 l0dcp = (struct dmapctl *) l0mp->data; in dbExtendFS()
3528 l0mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS()
3529 if (l0mp == NULL) in dbExtendFS()
3532 l0dcp = (struct dmapctl *) l0mp->data; in dbExtendFS()
3588 write_metapage(l0mp); in dbExtendFS()
3589 l0mp = NULL; in dbExtendFS()
3632 if (l0mp) in dbExtendFS()
[all …]