Searched defs:mkmount (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcs/
H A Dcsopen.c51 mkmount(register Cs_t* state, int mode, int uid, int gid, char* endserv, char* endhost, char* endtype) function
100 messagef((state->id, NiL, -1, "mkmount: %s: cannot access physical mount directory", state->mount));
1020 mkmount(state, S_IRWXU|S_IRWXG|S_IRWXO, -1, -1, NiL, NiL, NiL);
1124 if ((op & CS_OPEN_CREATE) && mkmount(state, mode, uid, gid, endserv, endhost, endtype))

Completed in 12 milliseconds