HomeSort by relevance Sort by last modified time
    Searched defs:v_type (Results 1 - 5 of 5) sorted by null

  /netvirt/usr/src/uts/common/io/
lofi.c 473 (lsp->ls_vp->v_type != VCHR)) {
1147 enum vtype v_type; local
    [all...]
  /netvirt/usr/src/cmd/tip/
tip.h 89 char v_type; /* for interpreting set's */ member in struct:__anon1664
  /netvirt/usr/src/head/
archives.h 172 int v_type; /* does tape have nblocks field? */ member in struct:volcopy_label
  /netvirt/usr/src/uts/common/fs/nfs/
nfs4_srv.c 1146 if (cs->vp->v_type != VDIR) {
6607 vtype_t v_type = cs->vp->v_type; local
    [all...]
  /netvirt/usr/src/uts/common/sys/
vnode.h 216 * v_type
234 enum vtype v_type; /* vnode type */ member in struct:vnode
270 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
683 #define MANDLOCK(vp, mode) ((vp)->v_type == VREG && MANDMODE(mode))
    [all...]

Completed in 360 milliseconds