|
PatchworkOS
|
Helper structure for lists with a lock. More...
#include <vfs.h>
Data Fields | |
| list_t | list |
| rwlock_t | lock |
| list_t vfs_list_t::list |
Definition at line 56 of file vfs.h.
Referenced by vfs_get_fs(), vfs_list_init(), vfs_register_fs(), vfs_remove_superblock(), and vfs_unregister_fs().
| rwlock_t vfs_list_t::lock |
Definition at line 57 of file vfs.h.
Referenced by vfs_get_fs(), vfs_list_init(), vfs_register_fs(), vfs_remove_superblock(), and vfs_unregister_fs().