Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-thin-metadata.c997 unsigned int open_devices = 0; in dm_pool_metadata_close() local
1003 open_devices++; in dm_pool_metadata_close()
1011 if (open_devices) { in dm_pool_metadata_close()
1013 open_devices); in dm_pool_metadata_close()
/linux-6.15/fs/btrfs/
H A Dvolumes.h381 u64 open_devices; member
H A Dvolumes.c711 fs_devices->open_devices++; in btrfs_open_one_device()
1076 fs_devices->open_devices--; in __btrfs_free_extra_devids()
1143 fs_devices->open_devices--; in btrfs_close_one_device()
1186 WARN_ON(fs_devices->open_devices); in close_fs_devices()
1250 if (fs_devices->open_devices == 0) { in open_fs_devices()
2282 cur_devices->open_devices--; in btrfs_rm_device()
2366 fs_devices->open_devices--; in btrfs_rm_dev_replace_remove_srcdev()
2405 fs_devices->open_devices--; in btrfs_destroy_dev_replace_tgtdev()
2599 fs_devices->open_devices = 0; in btrfs_setup_sprout()
2797 fs_devices->open_devices++; in btrfs_init_new_device()
[all …]
H A Dsuper.c1615 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
1618 nr_devices = fs_info->fs_devices->open_devices; in btrfs_calc_avail_data_space()
H A Ddev-replace.c323 fs_devices->open_devices++; in btrfs_init_dev_replace_tgtdev()