HomeSort by: relevance | last modified time | path
    Searched refs:VNF_COMP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
vndvar.h 102 #define VNDIOF_COMP 0x0400 /* must stay the same as VNF_COMP */
148 #define VNF_COMP 0x400 /* file is compressed */
vnd.c 702 if ((obp->b_flags & B_READ) != 0 && (vnd->sc_flags & VNF_COMP)) {
1414 vnd->sc_flags |= VNF_COMP | VNF_READONLY;
1796 if (vnd->sc_flags & VNF_COMP) {
1813 | VNF_VUNCONF | VNF_COMP | VNF_CLEARING);
  /src/usr.sbin/vnconfig/
vnconfig.c 326 vndio.vnd_flags |= VNF_COMP;

Completed in 13 milliseconds