Subversion Repositories HelenOS

Rev

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

Rev 2546 Rev 2548
Line 145... Line 145...
145
extern link_t plb_head;     /**< List of active PLB entries. */
145
extern link_t plb_head;     /**< List of active PLB entries. */
146
 
146
 
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);
-
 
151
 
150
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);
151
 
153
 
152
extern void vfs_register(ipc_callid_t, ipc_call_t *);
154
extern void vfs_register(ipc_callid_t, ipc_call_t *);
153
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
155
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
154
 
156