Changeset 63a3276 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2019-08-06T19:20:35Z (5 years ago)
- Children:
- 3f05ef7
- Parents:
- 72c8f77
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-06-17 23:02:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:20:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r72c8f77 r63a3276 176 176 extern void vfs_exchange_release(async_exch_t *); 177 177 178 extern fs_handle_t fs_name_to_handle( unsigned int instance, const char *, bool);178 extern fs_handle_t fs_name_to_handle(const char *, unsigned int instance, bool); 179 179 extern vfs_info_t *fs_handle_to_info(fs_handle_t); 180 extern errno_t vfs_get_fstypes(vfs_fstypes_t*);180 extern errno_t fs_unit_name(const char *, unsigned int, char **); 181 181 182 182 extern errno_t vfs_lookup_internal(vfs_node_t *, char *, int, vfs_lookup_res_t *);
Note:
See TracChangeset
for help on using the changeset viewer.