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

/ast/src/lib/libast/misc/
H A Dfs3d.c31 #define mount ______mount macro
35 #undef mount macro
57 if (!fsview && (!getenv("LD_PRELOAD") || mount("", "", 0, NiL)))
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
91 if (v && mount(v, NiL, FS3D_VIEW, NiL))
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
103 * this restricts the various "standard" mount prototype conflicts to this spot
104 * this means that code that includes <fs3d.h> cannot access the real mount
108 #undef mount macro
[all...]
/ast/src/lib/libast/include/
H A Dfs3d.h93 * mount(2) ops
104 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/ast/src/lib/libcs/
H A Dcss.h108 char mount[PATH_MAX];/* service mount path */ member in struct:Css_s
109 char* control; /* CS_MNT_* in css.mount */
H A Dcs.h83 #define CS_MNT_MAX 14 /* max mount file name length */
86 #define CS_MNT_TAIL "-cs.mnt" /* mount file name tail */
89 #define CS_MNT_LOCK 'X' /* mount lock */
117 #define CS_OPEN_MOUNT (1<<3) /* no open, mount namespace only*/
127 #define CS_VAR_LOCAL 0 /* csvar for local mount dir */
129 #define CS_VAR_SHARE 2 /* csvar for share mount dir */
196 char* control; /* CS_MNT_* in cs.mount */
201 char mount[PATH_MAX];/* current mount path */ member in struct:Cs_s
/ast/src/cmd/3d/
H A D3d.h43 __STDPP__directive pragma pp:hide fchown ftruncate mount readlink sbrk strmode truncate utimes __utimes
49 #undef mount
50 #define mount ______mount
92 #undef mount macro
93 #define mount ______mount macro
95 #undef mount macro
100 __STDPP__directive pragma pp:nohide fchown ftruncate mount readlink sbrk strmode truncate utimes __utimes
104 #undef mount
213 Mount_t* mount; member in struct:__anon2
345 #define monitored() ((state.path.monitor&&!state.path.mount)
391 char* mount; member in struct:__anon5
526 Mount_t mount[2 * TABSIZE]; member in struct:__anon7
[all...]

Completed in 153 milliseconds