Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/DocBook/
Dkernel-locking.xml.db11 API-fault-in-user-writeable
/linux-4.4.14/include/linux/mfd/
Daat2870.h128 bool writeable; member
/linux-4.4.14/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.4.14/drivers/mfd/
Daat2870-core.c147 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
483 if (reg->writeable) in aat2870_i2c_resume()
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/linux-4.4.14/fs/btrfs/
Dvolumes.c793 if (device->writeable) { in btrfs_close_extra_devices()
795 device->writeable = 0; in btrfs_close_extra_devices()
929 device->writeable = 0; in __btrfs_open_devices()
931 device->writeable = !bdev_read_only(bdev); in __btrfs_open_devices()
947 if (device->writeable && in __btrfs_open_devices()
1793 if (device->writeable && root->fs_info->fs_devices->rw_devices == 1) { in btrfs_rm_device()
1798 if (device->writeable) { in btrfs_rm_device()
1943 if (device->writeable) { in btrfs_rm_device()
1974 if (srcdev->writeable) { in btrfs_rm_dev_replace_remove_srcdev()
2309 device->writeable = 1; in btrfs_init_new_device()
[all …]
Dvolumes.h73 int writeable; member
Ddisk-io.c3480 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3496 if (!dev->in_fs_metadata || !dev->writeable) in barrier_all_devices()
3630 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
3668 if (!dev->in_fs_metadata || !dev->writeable) in write_all_supers()
Dscrub.c3845 if (!is_dev_replace && !readonly && !dev->writeable) { in btrfs_scrub_dev()
Dioctl.c1532 if (!device->writeable) { in btrfs_ioctl_resize()
Dextent_io.c2130 if (!dev || !dev->bdev || !dev->writeable) { in repair_io_failure()
Dextent-tree.c10577 if (!device->writeable) in btrfs_trim_free_extents()
/linux-4.4.14/Documentation/cgroups/
Dnet_prio.txt43 writeable 'net_prio.ifpriomap' file that can be used to set a system default
Dunified-hierarchy.txt399 For a writeable file, the format for writing should generally match
/linux-4.4.14/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.4.14/drivers/misc/mic/scif/
Dscif_rma.c120 int writeable = pin->prot & SCIF_PROT_WRITE; in scif_destroy_pinned_pages() local
125 if (writeable) in scif_destroy_pinned_pages()
/linux-4.4.14/include/uapi/linux/
Dkvm.h392 __u8 writeable; member
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt46 mask: Bit string: If 'n'th bit is set, then trip point 'n' is writeable.
/linux-4.4.14/Documentation/filesystems/
DLocking558 about to become writeable. The filesystem again must ensure that there are
Dproc.txt469 wr - writeable
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt391 - if the spte will be writeable, the large page frame may not overlap any
Dapi.txt392 __u8 writeable;
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES206 when archive dos attribute not set and we are changing mode back to writeable
/linux-4.4.14/arch/x86/kvm/
Dx86.c7159 tr->writeable = 1; in kvm_arch_vcpu_ioctl_translate()