Lines Matching refs:xd
1206 data->xd = rpxd; /* child page xd */ in dtSplitUp()
3321 pxd_t *xd; in dtReadFirst() local
3362 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3365 bn = addressPXD(xd); in dtReadFirst()
3366 psize = lengthPXD(xd) << JFS_SBI(ip->i_sb)->l2bsize; in dtReadFirst()
3400 pxd_t *xd; in dtReadNext() local
3499 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3500 bn = addressPXD(xd); in dtReadNext()
3881 pxd_t *xd; in dtInsertEntry() local
3923 xd = (pxd_t *) ih; in dtInsertEntry()
3924 *xd = data->xd; in dtInsertEntry()
4555 pxd_t *xd; in dtDisplayTree() local
4659 xd = (pxd_t *) & p->slot[stbl[index]]; in dtDisplayTree()
4666 bn = addressPXD(xd); in dtDisplayTree()
4667 psize = lengthPXD(xd) << ip->i_ipmnt->i_l2bsize; in dtDisplayTree()
4692 pxd_t *xd; in dtDisplayPage() local
4721 xd = (pxd_t *) ih; in dtDisplayPage()
4722 bn = addressPXD(xd); in dtDisplayPage()