open_devices      936 drivers/md/dm-thin-metadata.c 	unsigned open_devices = 0;
open_devices      942 drivers/md/dm-thin-metadata.c 			open_devices++;
open_devices      950 drivers/md/dm-thin-metadata.c 	if (open_devices) {
open_devices      952 drivers/md/dm-thin-metadata.c 		       open_devices);
open_devices      263 fs/btrfs/dev-replace.c 	fs_info->fs_devices->open_devices++;
open_devices     1917 fs/btrfs/super.c 	nr_devices = fs_info->fs_devices->open_devices;
open_devices     1920 fs/btrfs/super.c 		nr_devices = fs_info->fs_devices->open_devices;
open_devices      650 fs/btrfs/volumes.c 		    fs_info->fs_devices->open_devices > 1) {
open_devices      837 fs/btrfs/volumes.c 	fs_devices->open_devices++;
open_devices     1252 fs/btrfs/volumes.c 			fs_devices->open_devices--;
open_devices     1296 fs/btrfs/volumes.c 		fs_devices->open_devices--;
open_devices     1340 fs/btrfs/volumes.c 	WARN_ON(fs_devices->open_devices);
open_devices     1388 fs/btrfs/volumes.c 	if (fs_devices->open_devices == 0) {
open_devices     2238 fs/btrfs/volumes.c 		cur_devices->open_devices--;
open_devices     2259 fs/btrfs/volumes.c 	if (cur_devices->open_devices == 0) {
open_devices     2311 fs/btrfs/volumes.c 		fs_devices->open_devices--;
open_devices     2364 fs/btrfs/volumes.c 		fs_devices->open_devices--;
open_devices     2500 fs/btrfs/volumes.c 	fs_devices->open_devices = 0;
open_devices     2689 fs/btrfs/volumes.c 	fs_devices->open_devices++;
open_devices     2783 fs/btrfs/volumes.c 	fs_info->fs_devices->open_devices--;
open_devices      228 fs/btrfs/volumes.h 	u64 open_devices;