Searched refs:FS_NAME (Results 1 - 6 of 6) 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))
H A Dinit.c113 if (fs->flags & FS_NAME)
163 ((fs->flags & FS_NAME) ? 5 : 0) +
401 if (state.key.invert) fs->flags &= ~FS_NAME;
402 else fs->flags |= FS_NAME;
440 if (fs->flags & FS_NAME) state.call.name++;
985 if (fs->flags & FS_NAME) bprintf(&b, e, " name");
1424 FSINIT("fd", 0, 0, FS_FS|FS_NAME,
H A D3d.h328 #define FS_NAME (1L<<16) macro
H A Dfs.c202 n = FS_ERROR|FS_INIT|FS_LOCK|FS_NAME|FS_ON;
380 if (fs->flags & FS_NAME)
H A Dmap.c413 if (!(fs->flags & FS_NAME) && !state.cache)
H A Dpathreal.c418 if ((mp = getmount(sp, &up)) && (mp->fs->flags & FS_NAME) && (sp = fsreal(mp, MSG_open, (char*)up)) && !LSTAT(sp, st))

Completed in 754 milliseconds