Lines Matching refs:vnode_t

161 static vnode_t cache_lookup_locked(vnode_t dvp, struct componentname *cnp);
165 static void cache_enter_locked(vnode_t dvp, vnode_t vp, struct componentname *cnp, const char *strname);
208 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx)
210 vnode_t vp, tvp;
211 vnode_t vp_with_iocount;
212 vnode_t proc_root_dir_vp;
363 vnode_t dvp;
540 vnode_t
541 vnode_getparent(vnode_t vp)
543 vnode_t pvp = NULLVP;
567 vnode_getname(vnode_t vp)
589 vnode_getname_printable(vnode_t vp)
646 vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashval, int flags)
649 vnode_t old_parentvp = NULLVP;
842 void vnode_setmultipath(vnode_t vp)
867 void vnode_uncache_credentials(vnode_t vp)
884 void vnode_uncache_authorized_action(vnode_t vp, kauth_action_t action)
910 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action)
955 void vnode_cache_authorized_action(vnode_t vp, vfs_context_t ctx, kauth_action_t action)
1019 boolean_t vnode_cache_is_stale(vnode_t vp)
1042 cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp,
1043 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp)
1048 vnode_t vp = NULLVP;
1049 vnode_t tdp = NULLVP;
1058 vnode_t trigger_vp;
1400 static vnode_t
1401 cache_lookup_locked(vnode_t dvp, struct componentname *cnp)
1486 vnode_t vp;
1574 cache_enter_create(vnode_t dvp, vnode_t vp, struct componentname *cnp)
1965 cache_purge(vnode_t vp)
2008 cache_purge_negatives(vnode_t vp)