Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dvdisk.c38 static int vdisk_open(struct open_file *, ...);
48 .dv_open = vdisk_open,
67 uint32_t vdisk_open; /* reference counter */ member
224 if (vd->vdisk_open != 0) { in command_unmapvd()
293 vdisk_open(struct open_file *f, ...) in vdisk_open() function
313 vd->vdisk_open++; in vdisk_open()
330 vd->vdisk_open--; in vdisk_close()