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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h88 struct tmpnode *tn_xattrdp; /* ext. attribute directory */ member in struct:tmpnode
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c854 if (tp->tn_xattrdp == NULL) {
896 tp->tn_xattrdp = xdp;
898 VN_HOLD(tp->tn_xattrdp->tn_vnode);
900 *vpp = TNTOV(tp->tn_xattrdp);
1716 if (tp->tn_xattrdp) {
1717 struct tmpnode *xtp = tp->tn_xattrdp;
1724 tp->tn_xattrdp = NULL;
2405 if (tp->tn_xattrdp) {
2406 rw_enter(&tp->tn_xattrdp->tn_rwlock, RW_READER);
2408 if (tp->tn_xattrdp
[all...]
H A Dtmp_vfsops.c498 tnp->tn_xattrdp = NULL;
517 tm->tm_rootnode->tn_xattrdp = NULL;

Completed in 74 milliseconds