Changes in uspace/srv/vfs/vfs.h [9d58539:4979403] in mainline


Ignore:
File:
1 edited

Legend:

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

    r9d58539 r4979403  
    150150extern list_t fs_list;          /**< List of registered file systems. */
    151151
    152 extern fibril_mutex_t fs_mntlist_lock;
    153 extern list_t fs_mntlist;       /**< List of mounted file systems. */
    154 
    155152extern vfs_pair_t rootfs;       /**< Root file system. */
    156153
     
    165162extern uint8_t *plb;            /**< Path Lookup Buffer */
    166163extern list_t plb_entries;      /**< List of active PLB entries. */
     164
     165#define MAX_MNTOPTS_LEN         256
    167166
    168167/** Holding this rwlock prevents changes in file system namespace. */
     
    220219extern void vfs_rename(ipc_callid_t, ipc_call_t *);
    221220extern void vfs_wait_handle(ipc_callid_t, ipc_call_t *);
    222 extern void vfs_get_mtab(ipc_callid_t, ipc_call_t *);
    223221
    224222#endif
Note: See TracChangeset for help on using the changeset viewer.