Subversion Repositories HelenOS

Rev

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

Rev 2542 Rev 2544
Line 140... Line 140...
140
 
140
 
141
extern atomic_t plb_futex;  /**< Futex protecting plb and plb_head. */
141
extern atomic_t plb_futex;  /**< Futex protecting plb and plb_head. */
142
extern uint8_t *plb;        /**< Path Lookup Buffer */
142
extern uint8_t *plb;        /**< Path Lookup Buffer */
143
extern link_t plb_head;     /**< List of active PLB entries. */
143
extern link_t plb_head;     /**< List of active PLB entries. */
144
 
144
 
-
 
145
extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result);
-
 
146
 
145
extern void vfs_register(ipc_callid_t, ipc_call_t *);
147
extern void vfs_register(ipc_callid_t, ipc_call_t *);
146
extern void vfs_lookup(ipc_callid_t, ipc_call_t *);
148
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
147
 
149
 
148
#endif
150
#endif
149
 
151
 
150
/**
152
/**
151
 * @}
153
 * @}