Changeset 19f24fd in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2010-02-05T22:25:52Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dafa2d04
- Parents:
- 83349b03 (diff), d42976c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r83349b03 r19f24fd 177 177 vfs_pair_t *, ...); 178 178 extern int vfs_open_node_internal(vfs_lookup_res_t *); 179 extern int vfs_close_internal(vfs_file_t *); 179 180 180 181 extern bool vfs_nodes_init(void); 181 182 extern vfs_node_t *vfs_node_get(vfs_lookup_res_t *); 182 183 extern void vfs_node_put(vfs_node_t *); 184 extern void vfs_node_forget(vfs_node_t *); 185 extern unsigned vfs_nodes_refcount_sum_get(fs_handle_t, dev_handle_t); 186 183 187 184 188 #define MAX_OPEN_FILES 128 185 189 186 190 extern bool vfs_files_init(void); 191 extern void vfs_files_done(void); 187 192 extern vfs_file_t *vfs_file_get(int); 188 193 extern int vfs_fd_assign(vfs_file_t *file, int fd); … … 198 203 extern void vfs_register(ipc_callid_t, ipc_call_t *); 199 204 extern void vfs_mount(ipc_callid_t, ipc_call_t *); 205 extern void vfs_unmount(ipc_callid_t, ipc_call_t *); 200 206 extern void vfs_open(ipc_callid_t, ipc_call_t *); 201 207 extern void vfs_open_node(ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.