nilfs_vfsops.c | 82 struct _nilfs_devices nilfs_devices; variable in typeref:struct:_nilfs_devices 205 SLIST_INIT(&nilfs_devices); 542 SLIST_REMOVE(&nilfs_devices, nilfsdev, nilfs_device, next_device); 614 SLIST_FOREACH(nilfsdev, &nilfs_devices, next_device) 679 SLIST_INSERT_HEAD(&nilfs_devices, nilfsdev, next_device);
|