Searched refs:C_UNMOUNTING (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcnode.h120 #define C_UNMOUNTING 0X20 /* Set if unmounting */ macro
125 #define IS_UNMOUNTING(cp) ((cp)->c_flags & C_UNMOUNTING)
H A Dcoda_subr.c301 cp->c_flags |= C_UNMOUNTING;
320 if (!(cp->c_flags & C_UNMOUNTING)) {
323 cp->c_flags |= C_UNMOUNTING;
H A Dcoda_psdev.c201 VTOC(mi->mi_rootvp)->c_flags |= C_UNMOUNTING;

Completed in 202 milliseconds