Home
last modified time | relevance | path

Searched refs:v_un (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c329 if (vp->v_un.vu_specinfo->si_initted == 0) { in spec_init_bsdunit()
331 if (vp->v_un.vu_specinfo->si_initted == 0) { in spec_init_bsdunit()
332 vp->v_un.vu_specinfo->si_isssd = isssd ? 1 : 0; in spec_init_bsdunit()
333 vp->v_un.vu_specinfo->si_devbsdunit = devbsdunit; in spec_init_bsdunit()
334 vp->v_un.vu_specinfo->si_throttle_mask = throttle_mask; in spec_init_bsdunit()
335 vp->v_un.vu_specinfo->si_throttleable = 1; in spec_init_bsdunit()
336 vp->v_un.vu_specinfo->si_initted = 1; in spec_init_bsdunit()
340 caller, vp->v_un.vu_specinfo->si_devbsdunit, in spec_init_bsdunit()
341 vp->v_un.vu_specinfo->si_throttle_mask, in spec_init_bsdunit()
342 vp->v_un.vu_specinfo->si_isssd); in spec_init_bsdunit()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h185 } v_un; member
234 #define v_mountedhere v_un.vu_mountedhere
235 #define v_socket v_un.vu_socket
236 #define v_specinfo v_un.vu_specinfo
237 #define v_fifoinfo v_un.vu_fifoinfo
238 #define v_ubcinfo v_un.vu_ubcinfo
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py2035 if (vtype == 1) and (vnode.v_un.vu_ubcinfo != 0):
2036 cs_blob_ptr = int(vnode.v_un.vu_ubcinfo.cs_blobs)
2151 if (vtype == 1) and (vnode.v_un.vu_ubcinfo != 0):
2152 csblob_version = '{: <6d}'.format(vnode.v_un.vu_ubcinfo.cs_add_gen)
2154 if (vnode.v_un.vu_ubcinfo.ui_flags & 0x8) != 0:
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c2111 amount = vp->v_un.vu_ubcinfo->ui_size - current_offset; in vnode_readable_data_count()
H A Dvfs_cluster.c3891 vp->v_un.vu_ubcinfo->ui_size, NULL, NULL, vm_initiated); in cluster_update_state()