Home
last modified time | relevance | path

Searched refs:v_tag (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/vm/
H A Dvnode_pager.c459 if (vp->v_tag == VT_NFS) { in vnode_pageout()
513 if (vp->v_tag == VT_NFS) { in vnode_pageout()
581 uint64_t tag = vp->v_tag; in ktriage_encode_v_tag_and_error()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c2135 nvp->v_tag = VT_NON; /* set this to VT_NON so during aliasing it can be replaced */ in bdevvp()
2218 if (vp == NULL || vp->v_tag != VT_NON) { in checkalias()
2688 vp, old_usecount - 1, vp->v_tag, vp->v_type, vp->v_flag); in vnode_rele_internal()
2693 … : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_writecount, vp->v_tag, vp->v_type, vp->v… in vnode_rele_internal()
2698 …e : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_kusecount, vp->v_tag, vp->v_type, vp->v… in vnode_rele_internal()
2702 … %d, v_type = %d, v_flag = %x.", vp, vp->v_kusecount, vp->v_usecount, vp->v_tag, vp->v_type, vp->v… in vnode_rele_internal()
3081 if (vp->v_tag == VT_NFS) { in vclean()
3188 vp->v_tag = VT_NON; in vclean()
5353 printf("tag %d, type %d\n", vp->v_tag, vp->v_type); in vn_print_state()
6114 __FUNCTION__, vp, old_holdcount, vp->v_tag, vp->v_type, vp->v_flag); in vnode_hold()
[all …]
H A Dvfs_vnops.c880 if (vp->v_tag == VT_HFS && (flags & FWRITE) && vp->v_writecount == 1) { in vn_close()
1468 if ((error == 0) && (vp->v_tag == VT_NFS) && (UBCINFOEXISTS(vp))) { in vn_write()
H A Dvfs_attrlist.c1331 ATTR_PACK4(ab, vp->v_tag); in getvolattrlist()
1383 if (vp->v_tag == VT_HFS) { in getvolattrlist()
1783 ATTR_PACK4((*abp), vp->v_tag); in attr_pack_common()
4760 if (vp->v_tag != VT_HFS) { in setattrlist_internal()
4812 if (vp->v_tag == VT_HFS) { in setattrlist_internal()
H A Dvfs_lookup.c252 … going on a continued lookup, but for vp type %d (tag %d)", ndp->ni_vp->v_type, ndp->ni_vp->v_tag); in namei()
H A Dkpi_vfs.c2372 vp->v_tag = (uint16_t)tag; in vnode_settag()
2378 return vp->v_tag; in vnode_tag()
H A Dvfs_fsevents.c327 if (vp->v_tag == VT_DEVFS) { in need_fsevent()
H A Dvfs_syscalls.c9017 if (fvp->v_type == VSOCK && fvp->v_tag != VT_FDESC) { in copyfile()
/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c4541 if (src_vp->v_tag != VT_HFS && src_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4560 if (dst_vp->v_tag != VT_HFS && dst_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4675 if (src_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4694 if (dst_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4946 if (vp->v_tag != VT_HFS) { in sys_fcntl_nocancel()
5000 if (vp->v_tag == VT_HFS) { in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h177 uint16_t v_tag; /* type of underlying data */ member
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c270 (*vpp)->v_tag = VT_FDESC; in fdesc_allocvp()
/xnu-12377.41.6/security/
H A Dmac_vfs.c377 switch (vp->v_tag) { in mac_vnode_label_associate()
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py2141 elif int(vnode.v_tag) == 16 :