Searched refs:fs_devices (Results 1 - 4 of 4) sorted by last modified time

/u-boot/fs/btrfs/
H A Dvolumes.c144 * Find a device specified by @devid or @uuid in the list of @fs_devices, or
150 static struct btrfs_device *find_device(struct btrfs_fs_devices *fs_devices, argument
153 struct list_head *head = &fs_devices->devices;
167 struct btrfs_fs_devices *fs_devices; local
169 list_for_each_entry(fs_devices, &fs_uuids, list) {
170 if (metadata_uuid && (memcmp(fsid, fs_devices->fsid,
172 (memcmp(metadata_uuid, fs_devices->metadata_uuid,
174 return fs_devices;
175 } else if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0){
176 return fs_devices;
188 struct btrfs_fs_devices *fs_devices; local
270 btrfs_close_devices(struct btrfs_fs_devices *fs_devices) argument
307 struct btrfs_fs_devices *fs_devices; local
316 btrfs_open_devices(struct btrfs_fs_devices *fs_devices) argument
[all...]
H A Ddisk-io.c37 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices;
55 while (fs_devices) {
61 if (fs_devices == fs_info->fs_devices &&
64 fs_devices->metadata_uuid,
69 fs_devices->fsid,
78 fs_devices = fs_devices->seed;
100 uuid_unparse(fs_info->fs_devices
36 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; local
909 btrfs_scan_fs_devices(struct blk_desc *desc, struct disk_partition *part, struct btrfs_fs_devices **fs_devices) argument
996 struct btrfs_fs_devices *fs_devices = NULL; local
[all...]
H A Dctree.h119 struct btrfs_fs_devices *fs_devices; member in struct:btrfs_fs_info
H A Dvolumes.h14 struct btrfs_fs_devices *fs_devices; member in struct:btrfs_device
187 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices);
188 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices);

Completed in 65 milliseconds