Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c114 if (cp->c_unldvp == NULL) in cachefs_cnode_idle()
118 unldvp = cp->c_unldvp; in cachefs_cnode_idle()
121 cp->c_unldvp = NULL; in cachefs_cnode_idle()
141 if (cp->c_unldvp == NULL) { in cachefs_cnode_idle()
142 cp->c_unldvp = unldvp; in cachefs_cnode_idle()
383 if (cp->c_unldvp) { in cachefs_cnode_inactive()
H A Dcachefs_vnops.c591 if (cp->c_unldvp != NULL) { in cachefs_close()
4660 if (cp->c_unldvp) { in cachefs_remove_backfs_nfsv4()
4661 VN_RELE(cp->c_unldvp); in cachefs_remove_backfs_nfsv4()
4664 cp->c_unldvp = NULL; in cachefs_remove_backfs_nfsv4()
10097 if (cp->c_unldvp) { in cachefs_remove_dolink()
10098 VN_RELE(cp->c_unldvp); in cachefs_remove_dolink()
10104 cp->c_unldvp = dvp; in cachefs_remove_dolink()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h918 vnode_t *c_unldvp; /* dir to unlink in */ member