Subversion Repositories HelenOS

Rev

Rev 2552 | Rev 2587 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2552 Rev 2560
Line 150... Line 150...
150
 
150
 
151
extern int fs_name_to_handle(char *, bool);
151
extern int fs_name_to_handle(char *, bool);
152
 
152
 
153
extern int vfs_lookup_internal(char *, size_t, vfs_node_t *, vfs_node_t *);
153
extern int vfs_lookup_internal(char *, size_t, vfs_node_t *, vfs_node_t *);
154
 
154
 
-
 
155
#define MAX_OPEN_FILES  128 
-
 
156
 
-
 
157
extern bool vfs_conn_open_files_init(void);
-
 
158
 
155
extern void vfs_register(ipc_callid_t, ipc_call_t *);
159
extern void vfs_register(ipc_callid_t, ipc_call_t *);
156
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
160
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
-
 
161
extern void vfs_open(ipc_callid_t, ipc_call_t *);
157
 
162
 
158
#endif
163
#endif
159
 
164
 
160
/**
165
/**
161
 * @}
166
 * @}