Home
last modified time | relevance | path

Searched refs:is_same_device (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dvolumes.c692 static bool is_same_device(struct btrfs_device *device, const char *new_path) in is_same_device() function
927 } else if (!device->name || !is_same_device(device, path)) { in device_list_add()