Searched refs:v_tag (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_notification.c98 printf("HFS: Vol: %s Very Low Disk: backingstore b_avail %lld, tag %d\n", volname, mp->mnt_vfsstat.f_bavail, hfsmp->hfs_backingfs_rootvp->v_tag);
101 printf("HFS: Very Low Disk: backingstore b_avail %lld, tag %d\n", mp->mnt_vfsstat.f_bavail, hfsmp->hfs_backingfs_rootvp->v_tag);
/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c352 if (vp->v_tag == VT_NFS)
431 if (vp->v_tag == VT_NFS)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c516 if (vp->v_tag == VT_UDF)
1341 nvp->v_tag = VT_NON; /* set this to VT_NON so during aliasing it can be replaced */
1421 if (vp == NULL || vp->v_tag != VT_NON) {
1788 panic("vnode_rele_ext: vp %p usecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_usecount, vp->v_tag, vp->v_type, vp->v_flag);
1792 panic("vnode_rele_ext: vp %p writecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_writecount, vp->v_tag, vp->v_type, vp->v_flag);
1796 panic("vnode_rele_ext: vp %p kusecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_kusecount, vp->v_tag, vp->v_type, vp->v_flag);
1799 panic("vnode_rele_ext: vp %p kusecount(%d) out of balance with usecount(%d). v_tag
[all...]
H A Dvfs_attrlist.c911 ATTR_PACK4(ab, vp->v_tag);
962 if (vp->v_tag == VT_HFS) {
1557 ATTR_PACK4(ab, vp->v_tag);
2328 if (vp->v_tag != VT_HFS) {
2373 if (vp->v_tag == VT_HFS) {
H A Dvfs_lookup.c208 panic("We need to keep going on a continued lookup, but for vp type %d (tag %d)\n", ndp->ni_vp->v_type, ndp->ni_vp->v_tag);
H A Dvfs_vnops.c1060 if ((error == 0) && (vp->v_tag == VT_NFS) && (UBCINFOEXISTS(vp))) {
H A Dvfs_fsevents.c317 if (vp->v_tag == VT_DEVFS) {
H A Dkpi_vfs.c2036 vp->v_tag = tag;
2043 return(vp->v_tag);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h152 uint16_t v_tag; /* type of underlying data */ member in struct:vnode
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c267 (*vpp)->v_tag = VT_FDESC;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1775 if (src_vp->v_tag != VT_HFS) {
1794 if (dst_vp->v_tag != VT_HFS) {
1940 if (vp->v_tag != VT_HFS) {
1998 if (vp->v_tag == VT_HFS) {
/darwin-on-arm/xnu/security/
H A Dmac_vfs.c309 /* XXX: should not inspect v_tag in kernel! */
310 switch (vp->v_tag) {

Completed in 120 milliseconds