Searched refs:FS_GLOBAL (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
H A Dfork3d.c61 switch (mp->fs->flags & (FS_ACTIVE|FS_ERROR|FS_GLOBAL|FS_MONITOR|FS_NAME|FS_ON))
84 case FS_ACTIVE|FS_GLOBAL|FS_MONITOR|FS_ON:
85 case FS_GLOBAL|FS_MONITOR|FS_ON:
H A D3d.h319 #define FS_GLOBAL (1<<7) macro
358 #define fssys(p,c) (fson((p)->fs)&&(((p)->fs->call&MSG_MASK(c))||((p)->fs->flags&FS_GLOBAL)&&(fsmount(p),0)))
H A Dinit.c96 if (fs->flags & FS_GLOBAL)
159 ((fs->flags & FS_GLOBAL) ? ((fs->flags & (FS_ACTIVE|FS_CLOSE)) ? 7 : 22) : 0) +
320 if (state.key.invert) fs->flags &= ~FS_GLOBAL;
321 else fs->flags |= FS_GLOBAL;
974 if (fs->flags & FS_GLOBAL) bprintf(&b, e, " global");
1024 else if (mp->fs->flags & FS_GLOBAL) bprintf(&b, e, " global");
H A Dfs.c543 if (fd < 0 && (fs->flags & (FS_BOUND|FS_ERROR|FS_INIT|FS_ON)) != (FS_BOUND|FS_ON) || state.kernel && (fs->flags & FS_GLOBAL))

Completed in 57 milliseconds