Searched refs:tn_xattrdp (Results 1 – 3 of 3) sorted by relevance
855 if (tp->tn_xattrdp == NULL) { in tmp_lookup()897 tp->tn_xattrdp = xdp; in tmp_lookup()899 VN_HOLD(tp->tn_xattrdp->tn_vnode); in tmp_lookup()901 *vpp = TNTOV(tp->tn_xattrdp); in tmp_lookup()1714 if (tp->tn_xattrdp) { in tmp_inactive()1715 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive()1722 tp->tn_xattrdp = NULL; in tmp_inactive()2403 if (tp->tn_xattrdp) { in tmp_pathconf()2404 rw_enter(&tp->tn_xattrdp->tn_rwlock, RW_READER); in tmp_pathconf()2406 if (tp->tn_xattrdp->tn_dirents > 2) in tmp_pathconf()[all …]
515 tnp->tn_xattrdp = NULL; in tmp_unmount()534 tm->tm_rootnode->tn_xattrdp = NULL; in tmp_unmount()
88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ member