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

/ast/src/cmd/3d/
H A Dfs.c81 else if (!(np->fs->flags & FS_LOCK) && WRITE(nd, MNTFD, sizeof(MNTFD) - 1) == sizeof(MNTFD) - 1)
83 np->fs->flags |= FS_LOCK;
86 np->fs->flags &= ~FS_LOCK;
202 n = FS_ERROR|FS_INIT|FS_LOCK|FS_NAME|FS_ON;
209 n = FS_ERROR|FS_INIT|FS_LOCK|FS_ON;
236 else if (((fs = mp->fs)->flags & (FS_ERROR|FS_INIT|FS_LOCK|FS_ON)) != FS_ON)
290 fs->flags |= FS_LOCK;
392 fs->flags |= FS_LOCK;
523 fs->flags &= ~FS_LOCK;
H A D3d.h325 #define FS_LOCK (1<<13) macro
H A Dinit.c982 if (fs->flags & FS_LOCK) bprintf(&b, e, " lock");

Completed in 34 milliseconds