Lines Matching refs:vnode_t

237 static vnode_t cache_lookup_locked(vnode_t dvp, struct componentname *cnp, uint32_t *vidp);
238 static vnode_t cache_lookup_smr(vnode_t dvp, struct componentname *cnp, uint32_t *vidp);
242 static void cache_enter_locked(vnode_t dvp, vnode_t vp, struct componentname *cnp, const char *strn…
243 static void cache_purge_locked(vnode_t vp, kauth_cred_t *credp);
298 cache_check_vnode_issubdir(vnode_t vp, vnode_t dvp, boolean_t *is_subdir, in cache_check_vnode_issubdir()
299 vnode_t *next_vp) in cache_check_vnode_issubdir()
301 vnode_t tvp = vp; in cache_check_vnode_issubdir()
366 vnode_issubdir(vnode_t vp, vnode_t dvp, int *is_subdir, vfs_context_t ctx) in vnode_issubdir()
368 vnode_t start_vp, tvp; in vnode_issubdir()
369 vnode_t vp_with_iocount; in vnode_issubdir()
385 vnode_t pvp; in vnode_issubdir()
513 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent()
516 vnode_t vp, tvp; in build_path_with_parent()
517 vnode_t vp_with_iocount; in build_path_with_parent()
518 vnode_t proc_root_dir_vp; in build_path_with_parent()
708 vnode_t dvp; in build_path_with_parent()
919 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path()
929 vnode_getparent_and_name(vnode_t vp, vnode_t *out_pvp, const char **out_name) in vnode_getparent_and_name()
931 vnode_t pvp = NULLVP; in vnode_getparent_and_name()
986 vnode_t
987 vnode_getparent(vnode_t vp) in vnode_getparent()
989 vnode_t pvp = NULLVP; in vnode_getparent()
999 __private_extern__ vnode_t
1000 vnode_getparent_if_different(vnode_t vp, vnode_t pvp) in vnode_getparent_if_different()
1002 vnode_t real_pvp = NULLVP; in vnode_getparent_if_different()
1043 vnode_getname(vnode_t vp) in vnode_getname()
1062 vnode_getname_printable(vnode_t vp) in vnode_getname_printable()
1121 vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashva… in vnode_update_identity()
1124 vnode_t old_parentvp = NULLVP; in vnode_update_identity()
1166 vnode_t old_fvp = vp->v_fmlink; in vnode_update_identity()
1253 vnode_t vreclaims = NULLVP; in vnode_update_identity()
1342 vnode_setasfirmlink(vnode_t vp, vnode_t target_vp) in vnode_setasfirmlink()
1345 vnode_t old_target_vp = NULLVP; in vnode_setasfirmlink()
1346 vnode_t old_target_vp_v_fmlink = NULLVP; in vnode_setasfirmlink()
1424 vnode_getfirmlink(vnode_t vp, vnode_t *target_vp) in vnode_getfirmlink()
1435 vnode_t tvp = vp->v_fmlink; in vnode_getfirmlink()
1461 vnode_setasfirmlink(__unused vnode_t vp, __unused vnode_t src_vp) in vnode_setasfirmlink()
1467 vnode_getfirmlink(__unused vnode_t vp, __unused vnode_t *target_vp) in vnode_getfirmlink()
1484 vnode_setmultipath(vnode_t vp) in vnode_setmultipath()
1510 vnode_uncache_credentials(vnode_t vp) in vnode_uncache_credentials()
1528 vnode_uncache_authorized_action(vnode_t vp, kauth_action_t action) in vnode_uncache_authorized_action()
1556 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action) in vnode_cache_is_authorized()
1606 vnode_cache_authorized_action(vnode_t vp, vfs_context_t ctx, kauth_action_t action) in vnode_cache_authorized_action()
1677 vnode_cache_is_stale(vnode_t vp) in vnode_cache_is_stale()
1737 vid_is_same(vnode_t vp, uint32_t vid) in vid_is_same()
1743 can_check_v_mountedhere(vnode_t vp) in can_check_v_mountedhere()
1757 cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, in cache_lookup_path()
1758 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path()
1764 vnode_t vp = NULLVP; in cache_lookup_path()
1765 vnode_t tdp = NULLVP; in cache_lookup_path()
1766 vnode_t start_dp = dp; in cache_lookup_path()
1780 vnode_t trigger_vp; in cache_lookup_path()
1891 vnode_t v_fmlink = dp->v_fmlink; in cache_lookup_path()
2011 vnode_t tvp = dp; in cache_lookup_path()
2071 vnode_t v_fmlink = vp->v_fmlink; in cache_lookup_path()
2127 vnode_t tmp_vp; in cache_lookup_path()
2382 static vnode_t
2383 cache_lookup_locked(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_locked()
2420 static vnode_t
2421 cache_lookup_smr(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_smr()
2426 vnode_t vp = NULLVP; in cache_lookup_smr()
2540 vnode_t vp; in cache_lookup_fallback()
2646 vnode_t vp; in cache_lookup_ext()
2763 cache_enter_create(vnode_t dvp, vnode_t vp, struct componentname *cnp) in cache_enter_create()
3207 vnode_t vp = ncp->nc_vp; in cache_delete()
3230 cache_purge_locked(vnode_t vp, kauth_cred_t *credp) in cache_purge_locked()
3263 cache_purge(vnode_t vp) in cache_purge()
3293 cache_purge_negatives(vnode_t vp) in cache_purge_negatives()