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

  /src/sys/coda/
cnode.h 118 #define C_UNMOUNTING 0X20 /* Set if unmounting */
123 #define IS_UNMOUNTING(cp) ((cp)->c_flags & C_UNMOUNTING)
coda_subr.c 245 cp->c_flags |= C_UNMOUNTING;
265 if (cp && !(cp->c_flags & C_UNMOUNTING)) {
267 cp->c_flags |= C_UNMOUNTING;
coda_psdev.c 206 VTOC(mi->mi_rootvp)->c_flags |= C_UNMOUNTING;

Completed in 12 milliseconds