Searched refs:v_tag (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vnode_pager.c | 459 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 D | vfs_subr.c | 2135 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 D | vfs_vnops.c | 880 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 D | vfs_attrlist.c | 1331 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 D | vfs_lookup.c | 252 … 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 D | kpi_vfs.c | 2372 vp->v_tag = (uint16_t)tag; in vnode_settag() 2378 return vp->v_tag; in vnode_tag()
|
| H A D | vfs_fsevents.c | 327 if (vp->v_tag == VT_DEVFS) { in need_fsevent()
|
| H A D | vfs_syscalls.c | 9017 if (fvp->v_type == VSOCK && fvp->v_tag != VT_FDESC) { in copyfile()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 4541 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 D | vnode_internal.h | 177 uint16_t v_tag; /* type of underlying data */ member
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 270 (*vpp)->v_tag = VT_FDESC; in fdesc_allocvp()
|
| /xnu-12377.41.6/security/ |
| H A D | mac_vfs.c | 377 switch (vp->v_tag) { in mac_vnode_label_associate()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | memory.py | 2141 elif int(vnode.v_tag) == 16 :
|