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

/ast/src/lib/libast/include/
H A Dmnt.h33 #undef MNT_REMOTE /* aix clash */ macro
34 #define MNT_REMOTE (1<<0) /* remote mount */ macro
/ast/src/lib/libast/port/
H A Dmnt.c77 hp->mnt.flags |= MNT_REMOTE;
87 hp->mnt.flags |= MNT_REMOTE;
92 hp->mnt.flags |= MNT_REMOTE;
130 #undef MNT_REMOTE
/ast/src/cmd/std/
H A Ddf.c594 if ((!state.type || strmatch(df->mnt->type, state.type)) && (!state.local || !(df->mnt->flags & MNT_REMOTE)))

Completed in 208 milliseconds