Home
last modified time | relevance | path

Searched refs:dn_type (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/dirfs/
HDdirfs_subr.c252 vp->v_type = dnp->dn_type; in dirfs_alloc_vp()
258 switch (dnp->dn_type) { in dirfs_alloc_vp()
276 dnp, vp, dnp->dn_type); in dirfs_alloc_vp()
366 dnp->dn_type = dirfs_nodetype(&st); in dirfs_node_stat()
583 if (dnp->dn_type & VDIR) { in dirfs_open_helper()
HDdirfs.h98 s->dn_uid, s->dn_gid, s->dn_type, \
133 enum vtype dn_type; /* Node type. Same as vnode member
HDdirfs_vfsops.c266 dnp->dn_type = VDIR; in dirfs_root()
HDdirfs_vnops.c402 vap->va_type = dnp->dn_type; in dirfs_getattr()
/dragonfly/stand/boot/pc32/libi386/
HDbiospnp.c71 u_int8_t dn_type[3]; member