Home
last modified time | relevance | path

Searched defs:vnode (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/bsd/sys/
H A Dvnode_internal.h159 struct vnode { struct
160 lck_mtx_t v_lock; /* vnode mutex */ argument
174 void * XNU_PTRAUTH_SIGNED_PTR("vnode.v_owner") v_owner; /* act that owns the vnode */ argument
176 uint8_t v_type; /* vnode type */ argument
178 uint32_t v_id; /* identity of vnode contents */ argument
188 struct klist v_knotes; /* knotes attached to this vnode */ argument
199 * back to the vnode lock for protection argument
203 …uint32_t v_holdcount; /* reference to keep vnode from being freed after reclaim … argument
207 int(**v_op)(void *); /* vnode operations vector */ argument
214 vnode_resolve_t v_resolve; /* trigger vnode resolve info (VDIR only) */ argument
[all …]
/xnu-11215/tools/lldbmacros/
H A Dmemory.py1685 def _GetVnodePathName(vnode, vnodename): argument
1701 def GetVnodePath(vnode): argument
1733 def GetVnodeDevInfo(vnode): argument
1862 def GetVnodeLocksSummary(vnode): argument
2075 def GetVnodeSummary(vnode): argument
/xnu-11215/bsd/kern/
H A Dkern_cs.c1734 cs_entitlements_blob_get_vnode(vnode_t vnode, off_t offset, void **out_start, size_t *out_length) in cs_entitlements_blob_get_vnode()
1763 cs_entitlements_dictionary_copy_vnode(vnode_t vnode, off_t offset, void **entitlements) in cs_entitlements_dictionary_copy_vnode()
H A Dubc_subr.c4287 struct vnode *vnode, in register_code_signature_monitor()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1659 IOVnodeHasEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeHasEntitlement()
1673 IOVnodeGetEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeGetEntitlement()
/xnu-11215/osfmk/kern/
H A Dexclaves.c2437 has_entitlement_vnode(void *vnode, const int64_t off, in has_entitlement_vnode()
2506 exclaves_has_priv_vnode(void *vnode, int64_t off, exclaves_priv_t priv) in exclaves_has_priv_vnode()
H A Dtask.c10107 task_add_conclave(task_t task, void *vnode, int64_t off, const char *task_conclave_id) in task_add_conclave()
10150 task_inherit_conclave(task_t old_task, task_t new_task, void *vnode, int64_t off) in task_inherit_conclave()
/xnu-11215/osfmk/vm/
H A Dvm_fault.c7895 struct vnode *vnode; in vm_page_validate_cs_mapped_slow() local
8054 struct vnode *vnode; in vm_page_validate_cs_mapped_chunk() local
8557 struct vnode *vnode; in revalidate_text_page() local
H A Dvm_shared_region.c4045 void *vnode; in vm_shared_region_root_dir() local
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp1535 IOUserClient::copyClientEntitlementsVnode(vnode_t vnode, off_t offset) in copyClientEntitlementsVnode()
1576 struct vnode *vnode, in copyClientEntitlementVnode()
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c748 vnode_iterate(mount_t mp, int flags, int (*callout)(struct vnode *, void *), in vnode_iterate()