Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1715 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive() local
1717 ASSERT(xtp->tn_flags & ISXATTR); in tmp_inactive()
1718 tmpnode_hold(xtp); in tmp_inactive()
1719 rw_enter(&xtp->tn_rwlock, RW_WRITER); in tmp_inactive()
1720 tdirtrunc(xtp); in tmp_inactive()
1721 DECR_COUNT(&xtp->tn_nlink, &xtp->tn_tlock); in tmp_inactive()
1723 rw_exit(&xtp->tn_rwlock); in tmp_inactive()
1724 tmpnode_rele(xtp); in tmp_inactive()