Subversion Repositories HelenOS

Rev

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

Rev 2589 Rev 2590
Line 170... Line 170...
170
extern void vfs_release_phone(int);
170
extern void vfs_release_phone(int);
171
 
171
 
172
extern int fs_name_to_handle(char *, bool);
172
extern int fs_name_to_handle(char *, bool);
173
 
173
 
174
extern int vfs_lookup_internal(char *, size_t, vfs_triplet_t *, vfs_pair_t *);
174
extern int vfs_lookup_internal(char *, size_t, vfs_triplet_t *, vfs_pair_t *);
-
 
175
extern vfs_node_t *vfs_node_get(vfs_triplet_t *);
175
 
176
 
176
#define MAX_OPEN_FILES  128 
177
#define MAX_OPEN_FILES  128 
177
 
178
 
178
extern void vfs_register(ipc_callid_t, ipc_call_t *);
179
extern void vfs_register(ipc_callid_t, ipc_call_t *);
179
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
180
extern void vfs_mount(ipc_callid_t, ipc_call_t *);