Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-thin-metadata.c963 unsigned open_devices = 0; in dm_pool_metadata_close() local
969 open_devices++; in dm_pool_metadata_close()
977 if (open_devices) { in dm_pool_metadata_close()
979 open_devices); in dm_pool_metadata_close()
/Linux-v6.1/fs/btrfs/
Dvolumes.c648 fs_devices->open_devices++; in btrfs_open_one_device()
1065 fs_devices->open_devices--; in __btrfs_free_extra_devids()
1132 fs_devices->open_devices--; in btrfs_close_one_device()
1174 WARN_ON(fs_devices->open_devices); in close_fs_devices()
1222 if (fs_devices->open_devices == 0) in open_fs_devices()
2177 cur_devices->open_devices--; in btrfs_rm_device()
2263 fs_devices->open_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2302 fs_devices->open_devices--; in btrfs_destroy_dev_replace_tgtdev()
2497 fs_devices->open_devices = 0; in btrfs_setup_sprout()
2707 fs_devices->open_devices++; in btrfs_init_new_device()
[all …]
Dvolumes.h306 u64 open_devices; member
Dsuper.c2227 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
2230 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
Ddev-replace.c336 fs_devices->open_devices++; in btrfs_init_dev_replace_tgtdev()