Searched refs:fs_uuids (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dvolumes.c271 * protects the fs_uuids list that tracks all per-fs fs_devices, resulting from
363 static LIST_HEAD(fs_uuids);
366 return &fs_uuids;
429 while (!list_empty(&fs_uuids)) {
430 fs_devices = list_entry(fs_uuids.next,
460 list_for_each_entry(fs_devices, &fs_uuids, fs_list) {
529 list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) {
594 list_for_each_entry(devt_fs_devices, &fs_uuids, fs_list) {
786 list_add(&fs_devices->fs_list, &fs_uuids);
1335 list_for_each_entry(fs_devices, &fs_uuids, fs_lis
[all...]
H A Dsysfs.c1494 struct list_head *fs_uuids = btrfs_get_fs_uuids(); local
1501 list_for_each_entry(fs_devs, fs_uuids, fs_list) {

Completed in 221 milliseconds