Subversion Repositories HelenOS

Rev

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

Rev 2548 Rev 2549
Line 147... Line 147...
147
extern int vfs_grab_phone(int);
147
extern int vfs_grab_phone(int);
148
extern void vfs_release_phone(int);
148
extern void vfs_release_phone(int);
149
 
149
 
150
extern int fs_name_to_handle(char *name, bool lock);
150
extern int fs_name_to_handle(char *name, bool lock);
151
 
151
 
152
extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result);
152
extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result,
-
 
153
    vfs_node_t *altroot);
153
 
154
 
154
extern void vfs_register(ipc_callid_t, ipc_call_t *);
155
extern void vfs_register(ipc_callid_t, ipc_call_t *);
155
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
156
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
156
 
157
 
157
#endif
158
#endif