Home
last modified time | relevance | path

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

/linux-4.1.27/sound/usb/
Dclock.c360 bool writeable; in set_sample_rate_v2() local
372 writeable = uac2_control_is_writeable(cs_desc->bmControls, UAC2_CS_CONTROL_SAM_FREQ - 1); in set_sample_rate_v2()
373 if (writeable) { in set_sample_rate_v2()
393 if (!writeable) { in set_sample_rate_v2()
/linux-4.1.27/Documentation/laptops/
Dtoshiba_haps.txt69 protection_level - The protection_level is readable and writeable, and
74 reset_protection - The reset_protection entry is writeable only, being "1"
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-power6 This file is writeable and can be used to set the current
18 This file is writeable and can be used to set the assumed
/linux-4.1.27/drivers/scsi/
Dsr.h39 unsigned writeable : 1; member
Dsr.c441 if (!cd->writeable) in sr_init_command()
930 cd->writeable = 1; in get_capabilities()
/linux-4.1.27/include/linux/mfd/
Daat2870.h128 bool writeable; member
/linux-4.1.27/drivers/mfd/
Daat2870-core.c147 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
483 if (reg->writeable) in aat2870_i2c_resume()
/linux-4.1.27/fs/btrfs/
Dvolumes.c650 if (device->writeable) { in btrfs_close_extra_devices()
652 device->writeable = 0; in btrfs_close_extra_devices()
710 if (device->writeable && in __btrfs_close_devices()
815 device->writeable = 0; in __btrfs_open_devices()
817 device->writeable = !bdev_read_only(bdev); in __btrfs_open_devices()
833 if (device->writeable && in __btrfs_open_devices()
1649 if (device->writeable && root->fs_info->fs_devices->rw_devices == 1) { in btrfs_rm_device()
1654 if (device->writeable) { in btrfs_rm_device()
1799 if (device->writeable) { in btrfs_rm_device()
1830 if (srcdev->writeable) { in btrfs_rm_dev_replace_remove_srcdev()
[all …]
Dvolumes.h73 int writeable; member
Ddisk-io.c3394 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3410 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3539 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
3577 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
Dscrub.c3666 if (!is_dev_replace && !readonly && !dev->writeable) { in btrfs_scrub_dev()
Dioctl.c1523 if (!device->writeable) { in btrfs_ioctl_resize()
Dextent_io.c2062 if (!dev || !dev->bdev || !dev->writeable) { in repair_io_failure()
/linux-4.1.27/Documentation/cgroups/
Dnet_prio.txt43 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/linux-4.1.27/Documentation/hwmon/
Dzl6100103 driver provides a writeable module parameter, 'delay', which can be used to set
Ddme1737274 writeable if the associated PWM is in
/linux-4.1.27/include/uapi/linux/
Dkvm.h383 __u8 writeable; member
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt46 mask: Bit string: If 'n'th bit is set, then trip point 'n' is writeable.
/linux-4.1.27/Documentation/filesystems/
DLocking557 about to become writeable. The filesystem again must ensure that there are
Dproc.txt450 wr - writeable
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt385 - if the spte will be writeable, the large page frame may not overlap any
Dapi.txt387 __u8 writeable;
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES206 when archive dos attribute not set and we are changing mode back to writeable
/linux-4.1.27/arch/x86/kvm/
Dx86.c6970 tr->writeable = 1; in kvm_arch_vcpu_ioctl_translate()