Lines Matching defs:vtyp
792 __enum_uint8(vtype) vtyp,
804 if ((err = fuse_internal_checkentry(feo, vtyp))) {
807 err = fuse_vnode_get(mp, feo, feo->nodeid, dvp, vpp, cnp, vtyp);
898 __enum_uint8(vtype) vtyp;
919 vtyp = IFTOVT(fao->attr.mode);
936 if (vtyp != vnode_vtype(vp)) {
1136 __enum_uint8(vtype) vtyp;
1212 vtyp = IFTOVT(((struct fuse_attr_out *)fdi.answ)->attr.mode);
1214 if (vnode_vtype(vp) != vtyp) {
1215 if (vnode_vtype(vp) == VNON && vtyp != VNON) {