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

  /src/sys/coda/
cnode.h 123 #define IS_UNMOUNTING(cp) ((cp)->c_flags & C_UNMOUNTING)
coda_subr.c 108 if (vp->v_type == VNON || cp == NULL || IS_UNMOUNTING(cp)) {
coda_vnops.c 329 * XXX The IS_UNMOUNTING part of this is very suspect.
331 if (IS_UNMOUNTING(cp)) {
796 if (IS_UNMOUNTING(cp)) {
863 if (!IS_UNMOUNTING(cp))
1736 if (IS_UNMOUNTING(cp)) {
1739 if (IS_UNMOUNTING(cp))
coda_vfsops.c 312 if (!IS_UNMOUNTING(VTOC(mi->mi_rootvp)))

Completed in 14 milliseconds