/linux-4.1.27/arch/x86/kernel/ |
D | livepatch.c | 42 bool readonly; in klp_write_module_reloc() local 74 readonly = true; in klp_write_module_reloc() 76 readonly = false; in klp_write_module_reloc() 81 if (readonly) in klp_write_module_reloc() 86 if (readonly) in klp_write_module_reloc()
|
/linux-4.1.27/drivers/xen/ |
D | grant-table.c | 108 int (*end_foreign_access_ref)(grant_ref_t ref, int readonly); 237 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument 240 GTF_permit_access | (readonly ? GTF_readonly : 0)); in gnttab_grant_foreign_access_ref() 245 int readonly) in gnttab_grant_foreign_access() argument 253 gnttab_grant_foreign_access_ref(ref, domid, frame, readonly); in gnttab_grant_foreign_access() 270 static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v1() argument 286 static inline int _gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in _gnttab_end_foreign_access_ref() argument 288 return gnttab_interface->end_foreign_access_ref(ref, readonly); in _gnttab_end_foreign_access_ref() 291 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref() argument 293 if (_gnttab_end_foreign_access_ref(ref, readonly)) in gnttab_end_foreign_access_ref() [all …]
|
D | gntalloc.c | 124 int i, rc, readonly; in add_grefs() local 129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE); in add_grefs() 145 pfn_to_mfn(page_to_pfn(gref->page)), readonly); in add_grefs()
|
/linux-4.1.27/include/xen/ |
D | grant_table.h | 84 int readonly); 91 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly); 99 void gnttab_end_foreign_access(grant_ref_t ref, int readonly, 130 unsigned long frame, int readonly);
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 19 This file is readonly. 38 This file is readonly. 48 This file is readonly. 59 This file is readonly. 70 This file is readonly.
|
D | configfs-usb-gadget-phonet | 6 This item contains just one readonly attribute: ifname.
|
D | sysfs-driver-hid-roccat-kone | 18 This file is readonly. 25 This file is readonly. 36 This file is readonly. 105 This file is readonly.
|
D | configfs-usb-gadget-acm | 6 This item contains just one readonly attribute: port_num.
|
D | configfs-usb-gadget-serial | 6 This item contains just one readonly attribute: port_num.
|
D | configfs-usb-gadget-obex | 6 This item contains just one readonly attribute: port_num.
|
D | sysfs-driver-hid-roccat-arvo | 28 This file is readonly.
|
D | sysfs-driver-hid-roccat-koneplus | 95 This file is readonly.
|
D | sysfs-driver-hid-roccat-konepure | 104 This file is readonly.
|
D | sysfs-driver-hid-roccat-isku | 17 This file is readonly.
|
D | sysfs-driver-hid-roccat-ryos | 119 This file is readonly.
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 7 This file is readonly. 17 This file is readonly. 27 This file is readonly. 39 This file is readonly. 51 This file is readonly. 64 This file is readonly.
|
D | sysfs-driver-hid-roccat-pyra | 15 This file is readonly. 24 This file is readonly. 36 This file is readonly. 48 This file is readonly. 61 This file is readonly. 71 This file is readonly.
|
D | sysfs-driver-hid-roccat-koneplus | 21 This file is readonly. 33 This file is readonly. 46 This file is readonly.
|
/linux-4.1.27/drivers/hwmon/ |
D | jc42.c | 395 bool readonly; in jc42_attribute_mode() local 398 readonly = config & JC42_CFG_TCRIT_LOCK; in jc42_attribute_mode() 401 readonly = config & JC42_CFG_EVENT_LOCK; in jc42_attribute_mode() 403 readonly = config & (JC42_CFG_EVENT_LOCK | JC42_CFG_TCRIT_LOCK); in jc42_attribute_mode() 405 readonly = true; in jc42_attribute_mode() 407 return S_IRUGO | (readonly ? 0 : S_IWUSR); in jc42_attribute_mode()
|
/linux-4.1.27/drivers/mtd/ |
D | sm_ftl.c | 326 BUG_ON(ftl->readonly); in sm_write_sector() 471 BUG_ON(ftl->readonly); in sm_erase_block() 576 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info() 601 if (!ftl->readonly) in sm_get_media_info() 1063 BUG_ON(ftl->readonly); in sm_write() 1184 trans->readonly = ftl->readonly; in sm_add_mtd()
|
D | sm_ftl.h | 40 bool readonly; /* is FS readonly */ member
|
D | mtdblock_ro.c | 61 dev->readonly = 1; in mtdblock_add_mtd()
|
D | mtd_blkdevs.c | 378 new->readonly = 1; in add_mtd_blktrans_dev() 440 if (new->readonly) in add_mtd_blktrans_dev()
|
D | mtdblock.c | 354 dev->mbd.readonly = 1; in mtdblock_add_mtd()
|
D | ssfdc.c | 309 ssfdc->mbd.readonly = 1; in ssfdcr_add_mtd()
|
D | rfd_ftl.c | 785 part->mbd.readonly = 1; in rfd_ftl_add_mtd() 789 part->mbd.readonly = 1; in rfd_ftl_add_mtd()
|
D | mtdswap.c | 1522 mbd_dev->readonly = 1; in mtdswap_add_mtd()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | xenbus.c | 409 blkdev_put(vbd->bdev, vbd->readonly ? FMODE_READ : FMODE_WRITE); in xen_vbd_free() 414 unsigned major, unsigned minor, int readonly, in xen_vbd_create() argument 423 vbd->readonly = readonly; in xen_vbd_create() 428 bdev = blkdev_get_by_dev(vbd->pdevice, vbd->readonly ? in xen_vbd_create() 823 (be->blkif->vbd.readonly ? VDISK_READONLY : 0)); in connect()
|
D | common.h | 224 unsigned char readonly; member
|
D | blkback.c | 484 if ((operation != READ) && vbd->readonly) in xen_vbd_translate()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | r852.c | 610 int readonly; in r852_update_media_status() local 619 readonly = r852_read_reg(dev, R852_CARD_STA) & R852_CARD_STA_RO; in r852_update_media_status() 625 readonly ? "readonly" : "writeable"); in r852_update_media_status() 627 dev->readonly = readonly; in r852_update_media_status() 648 if (dev->readonly) in r852_register_nand_device()
|
D | r852.h | 137 int readonly; /* card is readonly */ member
|
/linux-4.1.27/include/linux/mtd/ |
D | blktrans.h | 42 int readonly; member
|
/linux-4.1.27/fs/freevxfs/ |
D | Kconfig | 9 Currently only readonly access is supported.
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_fba.c | 132 int readonly; in dasd_fba_check_characteristics() local 175 readonly = dasd_device_is_ro(device); in dasd_fba_check_characteristics() 176 if (readonly) in dasd_fba_check_characteristics() 189 readonly ? ", read-only device" : ""); in dasd_fba_check_characteristics()
|
D | dasd_eckd.c | 1673 int readonly; in dasd_eckd_check_characteristics() local 1782 readonly = dasd_device_is_ro(device); in dasd_eckd_check_characteristics() 1783 if (readonly) in dasd_eckd_check_characteristics() 1795 readonly ? ", read-only device" : ""); in dasd_eckd_check_characteristics()
|
D | dasd_devmap.c | 804 static DEVICE_ATTR(readonly, 0644, dasd_ro_show, dasd_ro_store);
|
/linux-4.1.27/fs/ceph/ |
D | xattr.c | 50 bool readonly, hidden; member 215 .readonly = true, \ 224 .readonly = false, \ 234 .readonly = false, 261 .readonly = false, 928 if (vxattr && vxattr->readonly) in __ceph_setxattr() 1056 if (vxattr && vxattr->readonly) in __ceph_removexattr()
|
/linux-4.1.27/fs/qnx6/ |
D | Kconfig | 10 However, keep in mind that this currently is a readonly driver!
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | fpa11.inl | 34 /* the sysid byte in the status register is readonly */
|
/linux-4.1.27/init/ |
D | do_mounts.c | 54 static int __init readonly(char *str) in readonly() function 70 __setup("ro", readonly);
|
/linux-4.1.27/fs/btrfs/ |
D | transaction.h | 142 bool readonly; member
|
D | ioctl.c | 650 u64 *async_transid, bool readonly, in create_snapshot() argument 696 pending_snapshot->readonly = readonly; in create_snapshot() 821 u64 *async_transid, bool readonly, in btrfs_mksubvol() argument 862 async_transid, readonly, inherit); in btrfs_mksubvol() 1607 u64 *transid, bool readonly, in btrfs_ioctl_snap_create_transid() argument 1631 NULL, transid, readonly, inherit); in btrfs_ioctl_snap_create_transid() 1654 transid, readonly, inherit); in btrfs_ioctl_snap_create_transid() 1690 bool readonly = false; in btrfs_ioctl_snap_create_v2() local 1708 readonly = true; in btrfs_ioctl_snap_create_v2() 1723 readonly, inherit); in btrfs_ioctl_snap_create_v2()
|
D | scrub.c | 183 int readonly; member 1046 if (sctx->readonly) { in scrub_handle_errored_block() 3610 int readonly, int is_dev_replace) in btrfs_scrub_dev() argument 3666 if (!is_dev_replace && !readonly && !dev->writeable) { in btrfs_scrub_dev() 3708 sctx->readonly = readonly; in btrfs_scrub_dev()
|
D | extent-tree.c | 3647 int readonly = 0; in btrfs_extent_readonly() local 3651 readonly = 1; in btrfs_extent_readonly() 3654 return readonly; in btrfs_extent_readonly() 5985 bool readonly; in unpin_extent_range() local 5988 readonly = false; in unpin_extent_range() 6016 readonly = true; in unpin_extent_range() 6019 if (!readonly && global_rsv->space_info == space_info) { in unpin_extent_range()
|
D | volumes.c | 4682 int readonly = 0; in btrfs_chunk_readonly() local 4700 readonly = 1; in btrfs_chunk_readonly() 4711 readonly = 1; in btrfs_chunk_readonly() 4714 return readonly; in btrfs_chunk_readonly()
|
D | transaction.c | 1356 if (pending->readonly) in create_pending_snapshot()
|
D | ctree.h | 4185 int readonly, int is_dev_replace);
|
/linux-4.1.27/Documentation/input/ |
D | edt-ft5x06.txt | 36 (readonly) contains the number of sensor fields in X- and
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 66 export readonly=y
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | Kconfig | 13 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
|
/linux-4.1.27/Documentation/block/ |
D | queue-sysfs.txt | 9 Files denoted with a RO postfix are readonly and the RW postfix means
|
/linux-4.1.27/Documentation/ |
D | dell_rbu.txt | 90 Also the driver provides /sys/devices/platform/dell_rbu/data readonly file to
|
D | rtc.txt | 119 * /sys/class/rtc/rtcN ... sysfs attributes support readonly
|
D | md.txt | 277 readonly 281 like readonly, but behaves like 'clean' on a write request.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | locking.txt | 118 If the spte is updated from writable to readonly, we should flush all TLBs,
|
/linux-4.1.27/Documentation/cris/ |
D | README | 130 VFS: Mounted root (cramfs filesystem) readonly.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | verity.txt | 155 # dmsetup create vroot --readonly --table \
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 263 20 0 Bit coded register (readonly) 266 21 0 Bit coded register (readonly) 270 22 0 Bit coded register (readonly)
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 98 The name of the volume can be suffixes with ".backup" or ".readonly" to
|
D | vfat.txt | 170 option also mounts the filesystem readonly.
|
D | hpfs.txt | 27 change it in the source. Original readonly HPFS contained some strange
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 880 bool update, bool readonly) in pmbus_add_sensor() argument 897 readonly ? S_IRUGO : S_IRUGO | S_IWUSR, in pmbus_add_sensor()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 45 bool readonly); 1383 bool readonly) in i915_gem_object_wait_rendering() argument 1388 req = readonly ? obj->last_write_req : obj->last_read_req; in i915_gem_object_wait_rendering() 1405 bool readonly) in i915_gem_object_wait_rendering__nonblocking() argument 1416 req = readonly ? obj->last_write_req : obj->last_read_req; in i915_gem_object_wait_rendering__nonblocking()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log.c | 694 int readonly = (mp->m_flags & XFS_MOUNT_RDONLY); in xfs_log_mount() local 696 if (readonly) in xfs_log_mount() 701 if (readonly) in xfs_log_mount()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 205 Allow setting of attribute back to ATTR_NORMAL (removing readonly dos attribute 769 Fix mount options for ro (readonly), uid, gid and file and directory mode. 791 Fix delete of readonly file to Windows servers. Reflect 884 a readonly file handle could be incorrectly used to attempt to write out
|
D | README | 145 delete readonly = yes
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 80 static int ext4_feature_set_ok(struct super_block *sb, int readonly); 2795 static int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() argument 2806 if (readonly) in ext4_feature_set_ok() 2845 !readonly) { in ext4_feature_set_ok()
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 162 01F2/2 ALL root_flags If set, the root is mounted readonly 252 If this field is nonzero, the root defaults to readonly. The use of
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 417 readonly. Not happy.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 617 to set access permissions (read/write, readonly, or no access)
|
/linux-4.1.27/drivers/md/ |
D | md.c | 3755 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator 3778 st = readonly; in array_state_show() 3861 case readonly: in array_state_store()
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1931 Once a filesystem is being used as a readonly backing file for a COW
|