Lines Matching refs:PSIZE

206 	return read_metapage(inode, xaddr, PSIZE, 1);  in read_index_page()
225 return get_metapage(inode, xaddr, PSIZE, 1); in get_index_page()
267 page_offset = offset & (PSIZE - 1); in find_index()
402 ip->i_size = PSIZE; in add_index()
433 page_offset = offset & (PSIZE - 1); in add_index()
444 ip->i_size += PSIZE; in add_index()
447 memset(mp->data, 0, PSIZE); /* Just looks better */ in add_index()
1009 if (xsize < PSIZE) { in dtSplitUp()
1092 ip->i_size += PSIZE; in dtSplitUp()
1126 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp()
1355 rmp = get_metapage(ip, rbn, PSIZE, 1); in dtSplitPage()
1412 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1463 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
1493 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1661 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage()
2119 nmp, PSIZE, np, rc); in dtDelete()
2296 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp()
2421 ip->i_size -= PSIZE; in dtDeleteUp()
2451 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2480 DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); in dtRelink()
2624 DT_GETPAGE(inode, bn, mp, PSIZE, p, rc); in add_missing_indices()
2778 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3013 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in jfs_readdir()
3188 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3209 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3229 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()
3250 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in dtReadNext()