Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dtmpnode.h88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ member
/titanic_50/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c853 if (tp->tn_xattrdp == NULL) { in tmp_lookup()
895 tp->tn_xattrdp = xdp; in tmp_lookup()
897 VN_HOLD(tp->tn_xattrdp->tn_vnode); in tmp_lookup()
899 *vpp = TNTOV(tp->tn_xattrdp); in tmp_lookup()
1699 if (tp->tn_xattrdp) { in tmp_inactive()
1700 struct tmpnode *xtp = tp->tn_xattrdp; in tmp_inactive()
1707 tp->tn_xattrdp = NULL; in tmp_inactive()
2388 if (tp->tn_xattrdp) { in tmp_pathconf()
2389 rw_enter(&tp->tn_xattrdp->tn_rwlock, RW_READER); in tmp_pathconf()
2391 if (tp->tn_xattrdp->tn_dirents > 2) in tmp_pathconf()
[all …]
H A Dtmp_vfsops.c482 tnp->tn_xattrdp = NULL; in tmp_unmount()
501 tm->tm_rootnode->tn_xattrdp = NULL; in tmp_unmount()