Searched refs:alloc_fs_devices (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 338 * alloc_fs_devices - allocate struct btrfs_fs_devices 346 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices() function 850 fs_devices = alloc_fs_devices(disk_super->fsid, in device_list_add() 853 fs_devices = alloc_fs_devices(disk_super->fsid, NULL); in device_list_add() 1046 fs_devices = alloc_fs_devices(orig->fsid, NULL); in clone_fs_devices() 2455 seed_devices = alloc_fs_devices(NULL, NULL); in btrfs_prepare_sprout() 6836 fs_devices = alloc_fs_devices(fsid, NULL); in open_seed_devices()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.c | 360 * alloc_fs_devices - allocate struct btrfs_fs_devices 368 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices() function 815 fs_devices = alloc_fs_devices(disk_super->fsid, in device_list_add() 1000 fs_devices = alloc_fs_devices(orig->fsid, NULL); in clone_fs_devices() 2454 seed_devices = alloc_fs_devices(NULL, NULL); in btrfs_init_sprout() 6905 fs_devices = alloc_fs_devices(fsid, NULL); in open_seed_devices()
|
Completed in 18 milliseconds