Searched refs:sDeviceFileSystem (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp178 static struct devfs* sDeviceFileSystem = NULL; variable in typeref:struct:devfs
385 notify_entry_created(sDeviceFileSystem->id, dir->id, vnode->name,
387 notify_stat_changed(sDeviceFileSystem->id, get_parent_id(dir), dir->id,
414 notify_entry_removed(sDeviceFileSystem->id, dir->id, vnode->name,
416 notify_stat_changed(sDeviceFileSystem->id, get_parent_id(dir),
639 publish_node(sDeviceFileSystem, dir, vnode);
741 if (sDeviceFileSystem == NULL) {
787 RecursiveLocker _(sDeviceFileSystem->lock);
904 if (sDeviceFileSystem) {
948 sDeviceFileSystem
[all...]

Completed in 42 milliseconds