HomeSort by: relevance | last modified time | path
    Searched defs:nilfs_devices (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nilfs/
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);
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);

Completed in 22 milliseconds