Home
last modified time | relevance | path

Searched refs:tn_xattrdp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c855 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 …]
H A Dtmp_vfsops.c514 tnp->tn_xattrdp = NULL; in tmp_unmount()
533 tm->tm_rootnode->tn_xattrdp = NULL; in tmp_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ member