• Home
  • Raw
  • Download

Lines Matching refs:PSIZE

219 	return read_metapage(inode, xaddr, PSIZE, 1);  in read_index_page()
238 return get_metapage(inode, xaddr, PSIZE, 1); in get_index_page()
280 page_offset = offset & (PSIZE - 1); in find_index()
415 ip->i_size = PSIZE; in add_index()
446 page_offset = offset & (PSIZE - 1); in add_index()
457 ip->i_size += PSIZE; in add_index()
460 memset(mp->data, 0, PSIZE); /* Just looks better */ in add_index()
1021 if (xsize < PSIZE) { in dtSplitUp()
1104 ip->i_size += PSIZE; in dtSplitUp()
1138 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp()
1367 rmp = get_metapage(ip, rbn, PSIZE, 1); in dtSplitPage()
1424 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1475 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
1505 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1673 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage()
2131 nmp, PSIZE, np, rc); in dtDelete()
2308 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp()
2433 ip->i_size -= PSIZE; in dtDeleteUp()
2486 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate()
2499 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate()
2510 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2728 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtSearchNode()
2761 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2790 DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); in dtRelink()
2934 DT_GETPAGE(inode, bn, mp, PSIZE, p, rc); in add_missing_indices()
3088 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3323 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3498 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3519 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3539 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3560 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()