Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-thin-metadata.c865 unsigned open_devices = 0; in dm_pool_metadata_close() local
871 open_devices++; in dm_pool_metadata_close()
879 if (open_devices) { in dm_pool_metadata_close()
881 open_devices); in dm_pool_metadata_close()
/linux-4.4.14/fs/btrfs/
Dvolumes.c461 fs_info->fs_devices->open_devices > 1) { in run_scheduled_bios()
791 fs_devices->open_devices--; in btrfs_close_extra_devices()
851 WARN_ON(fs_devices->open_devices); in __btrfs_close_devices()
946 fs_devices->open_devices++; in __btrfs_open_devices()
961 if (fs_devices->open_devices == 0) { in __btrfs_open_devices()
1852 device->fs_devices->open_devices--; in btrfs_rm_device()
1863 if (cur_devices->open_devices == 0) { in btrfs_rm_device()
1981 fs_devices->open_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2028 fs_info->fs_devices->open_devices--; in btrfs_destroy_dev_replace_tgtdev()
2149 fs_devices->open_devices = 0; in btrfs_prepare_sprout()
[all …]
Dvolumes.h226 u64 open_devices; member
Dsuper.c1812 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
1815 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
Ddisk-io.c775 info->fs_devices->open_devices); in btrfs_async_submit_limit()