Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dvndvar.h148 #define VNF_COMP 0x400 /* file is compressed */ macro
Dvnd.c702 if ((obp->b_flags & B_READ) != 0 && (vnd->sc_flags & VNF_COMP)) { in vndthread()
1414 vnd->sc_flags |= VNF_COMP | VNF_READONLY; in vndioctl()
1796 if (vnd->sc_flags & VNF_COMP) { in vndclear()
1813 | VNF_VUNCONF | VNF_COMP | VNF_CLEARING); in vndclear()
/netbsd/src/usr.sbin/vnconfig/
Dvnconfig.c326 vndio.vnd_flags |= VNF_COMP; in config()