Searched refs:getmount (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dlib_3d.h62 #define getmount _3d_getmount macro
H A D3d.h356 #define fsmonitored(p) ((state.path.monitor=getmount((p),NiL))&&(state.path.monitor->fs->flags&(FS_ERROR|FS_MONITOR|FS_ON))==(FS_MONITOR|FS_ON))
570 extern Mount_t* getmount(const char*, const char**);
H A Dlib.c285 getmount(register const char* path, const char** under) function
H A Dfs.c79 if (!(np = getmount(MNTNAM, NiL)) || (nd = fsfd(np->fs)) < 0)
208 if (sp) mp = getmount(sp, &up);
H A Dpathreal.c418 if ((mp = getmount(sp, &up)) && (mp->fs->flags & FS_NAME) && (sp = fsreal(mp, MSG_open, (char*)up)) && !LSTAT(sp, st))
H A Dinit.c1225 if (pathreal(arg, P_PATHONLY|P_ABSOLUTE|P_NOSLASH, NiL) && (mp = getmount(state.path.name, &arg)))
1226 error(0, "getmount: %s: %s + %s", state.path.name, mp->fs->special, *arg ? arg : state.dot);

Completed in 16 milliseconds