Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_subr.c462 vp->v_tag = tag; in getnewvnode()
583 if (vp == NULL || !(vp->v_tag == VT_NON && vp->v_type == VBLK)) { in checkalias()
623 vp->v_tag = nvp->v_tag; in checkalias()
1104 vp->v_tag = VT_NON; in vclean()
2264 (u_int)vp->v_tag >= nitems(vtags)? "<unk>":vtags[vp->v_tag], in vfs_vnode_print()
2265 vp->v_tag, in vfs_vnode_print()
H A Dkern_sysctl.c1373 kf->v_tag = vp->v_tag; in fill_file()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_extern.h145 #define IS_EXT2_VNODE(vp) (vp->v_tag == VT_EXT2FS)
/openbsd/lib/libkvm/
H A Dkvm_file2.c524 kf->v_tag = vp->v_tag; in fill_file()
902 switch (vp->v_tag) { in filestat()
/openbsd/sys/sys/
H A Dvnode.h99 enum vtagtype v_tag; /* type of underlying data */ member
H A Dsysctl.h774 uint32_t v_tag; /* ENUM: type of underlying data */ member
/openbsd/usr.bin/fstat/
H A Dfstat.c437 else if (kf->v_tag == VT_NON && !(kf->v_flag & VCLONE)) in vtrans()
/openbsd/usr.sbin/procmap/
H A Dprocmap.c702 switch (D(vp, vnode)->v_tag) { in dump_vm_map_entry()