Searched refs:fs_list (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | volumes.h | 218 struct list_head fs_list; member
|
D | volumes.c | 267 INIT_LIST_HEAD(&fs_devs->fs_list); in alloc_fs_devices() 313 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 314 list_del(&fs_devices->fs_list); in btrfs_cleanup_fs_uuids() 361 list_for_each_entry(fs_devices, &fs_uuids, fs_list) { in find_fsid() 625 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { in btrfs_free_stale_devices() 660 list_del(&fs_devices->fs_list); in btrfs_free_stale_devices() 761 list_add(&fs_devices->fs_list, &fs_uuids); in device_list_add() 2238 list_add(&old_devices->fs_list, &fs_uuids); in btrfs_prepare_sprout()
|
D | sysfs.c | 622 list_for_each_entry(fs_devs, fs_uuids, fs_list) { in btrfs_sysfs_remove_fsid()
|