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() 429 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 430 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 443 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 469 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 484 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_with_metadata_uuid() 601 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 628 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 731 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_inprogress() 758 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid_changed() [all …]
|
D | volumes.h | 237 struct list_head fs_list; member
|
D | sysfs.c | 1192 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|