Searched refs:foundobj (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | vfs_lookup.c | 717 namei_atsymlink(struct namei_state *state, struct vnode *foundobj) 720 return (foundobj->v_type == VLNK) && 730 * Unlocks foundobj on success (ugh) in namei_follow() 734 struct vnode *searchdir, struct vnode *foundobj, in namei_follow() 751 vn_lock(foundobj, LK_EXCLUSIVE | LK_RETRY); in namei_follow() 752 if (foundobj->v_mount->mnt_flag & MNT_SYMPERM) { in namei_follow() 753 error = VOP_ACCESS(foundobj, VEXEC, cnp->cn_cred); in namei_follow() 755 VOP_UNLOCK(foundobj); in namei_follow() 770 error = VOP_READLINK(foundobj, &auio, cnp->cn_cred); in namei_follow() 771 VOP_UNLOCK(foundobj); in namei_follow() 707 namei_atsymlink(struct namei_state * state,struct vnode * foundobj) namei_atsymlink() argument 723 namei_follow(struct namei_state * state,int inhibitmagic,struct vnode * searchdir,struct vnode * foundobj,struct vnode ** newsearchdir_ret) namei_follow() argument 916 struct vnode *foundobj, *vp; lookup_crossmount() local 1062 struct vnode *foundobj; /* result */ lookup_once() local 1260 struct vnode *foundobj, *searchdir; lookup_fastforward() local 1489 struct vnode *searchdir, *foundobj; namei_oneroot() local 2016 struct vnode *foundobj; do_lookup_for_nfsd_index() local [all...] |
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dsl_dir.c | 202 uint64_t foundobj; in dsl_dir_hold_obj() local 207 sizeof (foundobj), 1, &foundobj); in dsl_dir_hold_obj() 208 ASSERT(err || foundobj == ddobj); in dsl_dir_hold_obj()
|