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

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_extern.h145 #define IS_EXT2_VNODE(vp) (vp->v_tag == VT_EXT2FS)
/openbsd-current/sys/kern/
H A Dvfs_subr.c462 vp->v_tag = tag;
583 if (vp == NULL || !(vp->v_tag == VT_NON && vp->v_type == VBLK)) {
623 vp->v_tag = nvp->v_tag;
1104 vp->v_tag = VT_NON;
2276 (u_int)vp->v_tag >= nitems(vtags)? "<unk>":vtags[vp->v_tag],
2277 vp->v_tag,
H A Dkern_sysctl.c1257 kf->v_tag = vp->v_tag;
/openbsd-current/lib/libkvm/
H A Dkvm_file2.c524 kf->v_tag = vp->v_tag;
902 switch (vp->v_tag) {
/openbsd-current/sys/sys/
H A Dvnode.h63 * Note that v_tag is actually used to tell MFS from FFS, and EXT2FS from
99 enum vtagtype v_tag; /* type of underlying data */ member in struct:vnode
/openbsd-current/usr.bin/fstat/
H A Dfstat.c437 else if (kf->v_tag == VT_NON && !(kf->v_flag & VCLONE))
/openbsd-current/usr.sbin/procmap/
H A Dprocmap.c702 switch (D(vp, vnode)->v_tag) {

Completed in 95 milliseconds