Searched refs:xtp (Results 1 – 2 of 2) sorted by relevance
69 xtpage_t *xtp; in first_extent() local72 xtp = (xtpage_t *)&di->di_btroot; in first_extent()73 jfs.xad = &xtp->xad[2]; in first_extent()74 if (xtp->header.flag & BT_LEAF) { in first_extent()75 jfs.xlastindex = xtp->header.nextindex; in first_extent()
1700 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive() local1702 ASSERT(xtp->tn_flags & ISXATTR); in tmp_inactive()1703 tmpnode_hold(xtp); in tmp_inactive()1704 rw_enter(&xtp->tn_rwlock, RW_WRITER); in tmp_inactive()1705 tdirtrunc(xtp); in tmp_inactive()1706 DECR_COUNT(&xtp->tn_nlink, &xtp->tn_tlock); in tmp_inactive()1708 rw_exit(&xtp->tn_rwlock); in tmp_inactive()1709 tmpnode_rele(xtp); in tmp_inactive()