Lines Matching refs:VDIR
80 ASSERT((*vpp)->v_type == VDIR); in devfs_open()
96 ASSERT(vp->v_type == VDIR); in devfs_close()
113 ASSERT(vp->v_type == VDIR); in devfs_read()
128 ASSERT(vp->v_type == VDIR); in devfs_write()
143 ASSERT(vp->v_type == VDIR); in devfs_ioctl()
176 if (!(vp->v_type == VDIR || vp->v_type == VCHR || vp->v_type == VBLK)) { in devfs_getattr()
233 ASSERT(vp->v_type == VDIR); in devfs_setattr_dir()
364 if (!(vp->v_type == VDIR || vp->v_type == VCHR || vp->v_type == VBLK)) { in devfs_setattr()
404 if (vp->v_type == VDIR) { in devfs_setattr()
460 ASSERT(vp->v_type != VDIR); in devfs_setattr()
622 ASSERT(vp->v_type == VDIR || vp->v_type == VCHR || vp->v_type == VBLK); in devfs_getsecattr()
656 ASSERT(vp->v_type == VDIR || vp->v_type == VCHR || vp->v_type == VBLK); in devfs_setsecattr()
814 ASSERT(dvp->v_type == VDIR); in devfs_lookup()
842 else if (vp->v_type == VDIR && (mode & VWRITE)) in devfs_create()
891 if (dvp->v_type != VDIR) in devfs_readdir()
1133 ASSERT(vp->v_type == VDIR); in devfs_seek()