Changes in uspace/srv/vfs/vfs.h [4979403:76a67ce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r4979403 r76a67ce 150 150 extern list_t fs_list; /**< List of registered file systems. */ 151 151 152 extern fibril_mutex_t fs_mntlist_lock; 153 extern list_t fs_mntlist; /**< List of mounted file systems. */ 154 152 155 extern vfs_pair_t rootfs; /**< Root file system. */ 153 156 … … 162 165 extern uint8_t *plb; /**< Path Lookup Buffer */ 163 166 extern list_t plb_entries; /**< List of active PLB entries. */ 164 165 #define MAX_MNTOPTS_LEN 256166 167 167 168 /** Holding this rwlock prevents changes in file system namespace. */ … … 219 220 extern void vfs_rename(ipc_callid_t, ipc_call_t *); 220 221 extern void vfs_wait_handle(ipc_callid_t, ipc_call_t *); 222 extern void vfs_get_mtab(ipc_callid_t, ipc_call_t *); 221 223 222 224 #endif
Note:
See TracChangeset
for help on using the changeset viewer.