Searched refs:btrfs_alloc_device (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | volumes.h | 452 struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,
 | 
| D | dev-replace.c | 227 	device = btrfs_alloc_device(NULL, &devid, NULL);  in btrfs_init_dev_replace_tgtdev()
 | 
| D | volumes.c | 985 		device = btrfs_alloc_device(NULL, &devid,  in device_list_add()1130 		device = btrfs_alloc_device(NULL, &orig_dev->devid,  in clone_fs_devices()
 1264 	new_device = btrfs_alloc_device(NULL, &device->devid,  in btrfs_close_one_device()
 2590 	device = btrfs_alloc_device(fs_info, NULL, NULL);  in btrfs_init_new_device()
 6620 	device = btrfs_alloc_device(NULL, &devid, dev_uuid);  in add_missing_dev()
 6647 struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,  in btrfs_alloc_device()  function
 
 |