Searched refs:fs_list (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | volumes.c | 386 INIT_LIST_HEAD(&fs_devs->fs_list); in alloc_fs_devices() 428 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 429 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 442 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 468 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 483 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 557 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 584 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 685 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_inprogress() 712 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_changed() [all …]
|
D | volumes.h | 294 struct list_head fs_list; member
|
D | sysfs.c | 1377 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|