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()
1022 if (xsize < PSIZE) { in dtSplitUp()
1105 ip->i_size += PSIZE; in dtSplitUp()
1139 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp()
1368 rmp = get_metapage(ip, rbn, PSIZE, 1); in dtSplitPage()
1425 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1476 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
1506 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1674 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage()
2132 nmp, PSIZE, np, rc); in dtDelete()
2309 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp()
2434 ip->i_size -= PSIZE; in dtDeleteUp()
2487 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate()
2500 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate()
2511 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2729 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtSearchNode()
2762 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2791 DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); in dtRelink()
2935 DT_GETPAGE(inode, bn, mp, PSIZE, p, rc); in add_missing_indices()
3089 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3324 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3499 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3520 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3540 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3561 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()