Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
Dvolumes.c794 if (device->writeable) { in btrfs_close_extra_devices()
796 device->writeable = 0; in btrfs_close_extra_devices()
930 device->writeable = 0; in __btrfs_open_devices()
932 device->writeable = !bdev_read_only(bdev); in __btrfs_open_devices()
948 if (device->writeable && in __btrfs_open_devices()
1794 if (device->writeable && root->fs_info->fs_devices->rw_devices == 1) { in btrfs_rm_device()
1799 if (device->writeable) { in btrfs_rm_device()
1944 if (device->writeable) { in btrfs_rm_device()
1975 if (srcdev->writeable) { in btrfs_rm_dev_replace_remove_srcdev()
2310 device->writeable = 1; in btrfs_init_new_device()
[all …]
Dvolumes.h80 int writeable; member
Ddisk-io.c3412 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3428 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3562 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
3600 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
Dscrub.c3846 if (!is_dev_replace && !readonly && !dev->writeable) { in btrfs_scrub_dev()
Dioctl.c1542 if (!device->writeable) { in btrfs_ioctl_resize()
Dextent_io.c2130 if (!dev || !dev->bdev || !dev->writeable) { in repair_io_failure()
Dextent-tree.c10754 if (!device->writeable) in btrfs_trim_free_extents()