Changeset 84b86dcb in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-28T13:42:04Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12a56fa
Parents:
13125d3
Message:

VFS work.
Add fs_name_to_handle() function to abstract away the details of walking the
list of registered file systems, and in order to avoid code duplication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r13125d3 r84b86dcb  
    148148extern void vfs_release_phone(int);
    149149
     150extern int fs_name_to_handle(char *name, bool lock);
     151
    150152extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result);
    151153
Note: See TracChangeset for help on using the changeset viewer.