Searched defs:vnode (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | vnode_internal.h | 159 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 D | memory.py | 1685 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 D | kern_cs.c | 1734 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 D | ubc_subr.c | 4287 struct vnode *vnode, in register_code_signature_monitor()
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1659 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 D | exclaves.c | 2437 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 D | task.c | 10107 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 D | vm_fault.c | 7895 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 D | vm_shared_region.c | 4045 void *vnode; in vm_shared_region_root_dir() local
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 1535 IOUserClient::copyClientEntitlementsVnode(vnode_t vnode, off_t offset) in copyClientEntitlementsVnode() 1576 struct vnode *vnode, in copyClientEntitlementVnode()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 748 vnode_iterate(mount_t mp, int flags, int (*callout)(struct vnode *, void *), in vnode_iterate()
|