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

  /src/sys/fs/nilfs/
nilfs.h 160 SLIST_ENTRY(nilfs_device) next_device;
nilfs_vfsops.c 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 13 milliseconds