Home
last modified time | relevance | path

Searched refs:xtp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c69 xtpage_t *xtp; in first_extent() local
72 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()
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1700 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive() local
1702 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()