Lines Matching defs:vnode
835 * Obtains the contract directory vnode for this contract, if there is
836 * one. The caller must VN_RELE the vnode when they are through using
860 * Sets the contract directory vnode for this contract. We don't hold
861 * a reference on the vnode because we don't want to prevent it from
862 * being freed. The vnode's inactive entry point will take care of
866 contract_vnode_set(contract_t *ct, contract_vnode_t *ctv, vnode_t *vnode)
869 ctv->ctv_vnode = vnode;
877 * Removes this vnode as the contract directory vnode for this
879 * this may return 0 indicating that the vnode gained another reference