Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-thin-metadata.c863 unsigned open_devices = 0; in dm_pool_metadata_close() local
869 open_devices++; in dm_pool_metadata_close()
877 if (open_devices) { in dm_pool_metadata_close()
879 open_devices); in dm_pool_metadata_close()
/linux-4.1.27/fs/btrfs/
Dvolumes.c379 fs_info->fs_devices->open_devices > 1) { in run_scheduled_bios()
648 fs_devices->open_devices--; in btrfs_close_extra_devices()
708 fs_devices->open_devices--; in __btrfs_close_devices()
737 WARN_ON(fs_devices->open_devices); in __btrfs_close_devices()
832 fs_devices->open_devices++; in __btrfs_open_devices()
847 if (fs_devices->open_devices == 0) { in __btrfs_open_devices()
1708 device->fs_devices->open_devices--; in btrfs_rm_device()
1719 if (cur_devices->open_devices == 0) { in btrfs_rm_device()
1837 fs_devices->open_devices--; in btrfs_rm_dev_replace_remove_srcdev()
1881 fs_info->fs_devices->open_devices--; in btrfs_destroy_dev_replace_tgtdev()
[all …]
Dvolumes.h226 u64 open_devices; member
Dsuper.c1678 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
1681 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
Ddisk-io.c776 info->fs_devices->open_devices); in btrfs_async_submit_limit()