Searched refs:c_unldvp (Results 1 – 3 of 3) sorted by relevance
114 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()
591 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()
918 vnode_t *c_unldvp; /* dir to unlink in */ member