/linux-4.4.14/arch/x86/kernel/ |
D | livepatch.c | 42 bool readonly; in klp_write_module_reloc() local 72 readonly = false; in klp_write_module_reloc() 76 readonly = true; in klp_write_module_reloc() 82 if (readonly) in klp_write_module_reloc() 87 if (readonly) in klp_write_module_reloc()
|
/linux-4.4.14/include/xen/ |
D | grant_table.h | 86 int readonly); 93 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly); 101 void gnttab_end_foreign_access(grant_ref_t ref, int readonly, 132 unsigned long frame, int readonly); 137 struct page *page, int readonly) in gnttab_page_grant_foreign_access_ref_one() argument 140 readonly); in gnttab_page_grant_foreign_access_ref_one()
|
/linux-4.4.14/drivers/xen/ |
D | grant-table.c | 108 int (*end_foreign_access_ref)(grant_ref_t ref, int readonly); 236 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument 239 GTF_permit_access | (readonly ? GTF_readonly : 0)); in gnttab_grant_foreign_access_ref() 244 int readonly) in gnttab_grant_foreign_access() argument 252 gnttab_grant_foreign_access_ref(ref, domid, frame, readonly); in gnttab_grant_foreign_access() 269 static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v1() argument 285 static inline int _gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in _gnttab_end_foreign_access_ref() argument 287 return gnttab_interface->end_foreign_access_ref(ref, readonly); in _gnttab_end_foreign_access_ref() 290 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref() argument 292 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() 146 readonly); in add_grefs()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 24 This file is readonly. 43 This file is readonly. 53 This file is readonly. 64 This file is readonly. 75 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-obex | 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.
|
/linux-4.4.14/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.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 7 This file is readonly. 28 This file is readonly. 38 This file is readonly. 50 This file is readonly. 85 This file is readonly. 114 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. 71 This file is readonly. 100 This file is readonly. 121 This file is readonly.
|
D | sysfs-driver-hid-roccat-koneplus | 32 This file is readonly. 78 This file is readonly. 107 This file is readonly. 144 This file is readonly.
|
D | sysfs-driver-hid-roccat-arvo | 28 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.4.14/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 | 374 new->readonly = 1; in add_mtd_blktrans_dev() 436 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.4.14/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() 647 if (dev->readonly) in r852_register_nand_device()
|
D | r852.h | 137 int readonly; /* card is readonly */ member
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 373 blkdev_put(vbd->bdev, vbd->readonly ? FMODE_READ : FMODE_WRITE); in xen_vbd_free() 378 unsigned major, unsigned minor, int readonly, in xen_vbd_create() argument 387 vbd->readonly = readonly; in xen_vbd_create() 392 bdev = blkdev_get_by_dev(vbd->pdevice, vbd->readonly ? in xen_vbd_create() 792 (be->blkif->vbd.readonly ? VDISK_READONLY : 0)); in connect()
|
D | common.h | 234 unsigned char readonly; member
|
D | blkback.c | 491 if ((operation != READ) && vbd->readonly) in xen_vbd_translate()
|
/linux-4.4.14/fs/freevxfs/ |
D | Kconfig | 9 Currently only readonly access is supported.
|
/linux-4.4.14/include/linux/mtd/ |
D | blktrans.h | 42 int readonly; member
|
/linux-4.4.14/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 | 1701 int readonly; in dasd_eckd_check_characteristics() local 1810 readonly = dasd_device_is_ro(device); in dasd_eckd_check_characteristics() 1811 if (readonly) in dasd_eckd_check_characteristics() 1823 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.4.14/fs/ceph/ |
D | xattr.c | 50 bool readonly, hidden; member 215 .readonly = true, \ 224 .readonly = false, \ 234 .readonly = false, 261 .readonly = false, 931 if (vxattr && vxattr->readonly) in __ceph_setxattr() 1084 if (vxattr && vxattr->readonly) in __ceph_removexattr()
|
/linux-4.4.14/fs/qnx6/ |
D | Kconfig | 10 However, keep in mind that this currently is a readonly driver!
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | fpa11.inl | 34 /* the sysid byte in the status register is readonly */
|
/linux-4.4.14/init/ |
D | do_mounts.c | 54 static int __init readonly(char *str) in readonly() function 70 __setup("ro", readonly);
|
/linux-4.4.14/Documentation/input/ |
D | edt-ft5x06.txt | 36 (readonly) contains the number of sensor fields in X- and
|
/linux-4.4.14/fs/btrfs/ |
D | transaction.h | 147 bool readonly; member
|
D | ioctl.c | 651 u64 *async_transid, bool readonly, in create_snapshot() argument 697 pending_snapshot->readonly = readonly; in create_snapshot() 822 u64 *async_transid, bool readonly, in btrfs_mksubvol() argument 863 async_transid, readonly, inherit); in btrfs_mksubvol() 1616 u64 *transid, bool readonly, in btrfs_ioctl_snap_create_transid() argument 1640 NULL, transid, readonly, inherit); in btrfs_ioctl_snap_create_transid() 1663 transid, readonly, inherit); in btrfs_ioctl_snap_create_transid() 1699 bool readonly = false; in btrfs_ioctl_snap_create_v2() local 1717 readonly = true; in btrfs_ioctl_snap_create_v2() 1732 readonly, inherit); in btrfs_ioctl_snap_create_v2()
|
D | scrub.c | 184 int readonly; member 1033 if (sctx->readonly) { in scrub_handle_errored_block() 3789 int readonly, int is_dev_replace) in btrfs_scrub_dev() argument 3845 if (!is_dev_replace && !readonly && !dev->writeable) { in btrfs_scrub_dev() 3887 sctx->readonly = readonly; in btrfs_scrub_dev()
|
D | extent-tree.c | 3764 int readonly = 0; in btrfs_extent_readonly() local 3768 readonly = 1; in btrfs_extent_readonly() 3771 return readonly; in btrfs_extent_readonly() 6251 bool readonly; in unpin_extent_range() local 6254 readonly = false; in unpin_extent_range() 6303 readonly = true; in unpin_extent_range() 6306 if (!readonly && global_rsv->space_info == space_info) { in unpin_extent_range()
|
D | volumes.c | 4950 int readonly = 0; in btrfs_chunk_readonly() local 4968 readonly = 1; in btrfs_chunk_readonly() 4979 readonly = 1; in btrfs_chunk_readonly() 4982 return readonly; in btrfs_chunk_readonly()
|
D | transaction.c | 1407 if (pending->readonly) in create_pending_snapshot()
|
D | ctree.h | 4333 int readonly, int is_dev_replace);
|
/linux-4.4.14/drivers/nvmem/ |
D | Kconfig | 32 If you say Y here, you will get readonly access to the
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 66 export readonly=y
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | Kconfig | 13 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
|
/linux-4.4.14/Documentation/block/ |
D | queue-sysfs.txt | 9 Files denoted with a RO postfix are readonly and the RW postfix means
|
/linux-4.4.14/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.4.14/Documentation/device-mapper/ |
D | verity.txt | 155 # dmsetup create vroot --readonly --table \
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 118 If the spte is updated from writable to readonly, we should flush all TLBs,
|
/linux-4.4.14/Documentation/cris/ |
D | README | 130 VFS: Mounted root (cramfs filesystem) readonly.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1493 bool readonly) in i915_gem_object_wait_rendering() argument 1500 if (readonly) { in i915_gem_object_wait_rendering() 1549 bool readonly) in i915_gem_object_wait_rendering__nonblocking() argument 1569 if (readonly) { in i915_gem_object_wait_rendering__nonblocking() 3218 const bool readonly = obj->base.pending_write_domain == 0; in i915_gem_object_sync() local 3226 return i915_gem_object_wait_rendering(obj, readonly); in i915_gem_object_sync() 3229 if (readonly) { in i915_gem_object_sync()
|
D | i915_drv.h | 3003 bool readonly);
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 102 generating userfaults for readonly guest regions.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 888 bool update, bool readonly) in pmbus_add_sensor() argument 905 readonly ? S_IRUGO : S_IRUGO | S_IWUSR, in pmbus_add_sensor()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log.c | 691 int readonly = (mp->m_flags & XFS_MOUNT_RDONLY); in xfs_log_mount() local 693 if (readonly) in xfs_log_mount() 698 if (readonly) in xfs_log_mount()
|
/linux-4.4.14/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.4.14/fs/ext4/ |
D | super.c | 78 static int ext4_feature_set_ok(struct super_block *sb, int readonly); 2476 static int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() argument 2487 if (readonly) in ext4_feature_set_ok() 2524 if (ext4_has_feature_quota(sb) && !readonly) { in ext4_feature_set_ok()
|
D | ext4.h | 1735 EXT4_FEATURE_RO_COMPAT_FUNCS(readonly, READONLY) in EXT4_FEATURE_COMPAT_FUNCS()
|
/linux-4.4.14/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.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 401 readonly. Not happy.
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 620 to set access permissions (read/write, readonly, or no access)
|
/linux-4.4.14/drivers/md/ |
D | md.c | 3855 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator 3878 st = readonly; in array_state_show() 3961 case readonly: in array_state_store()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1931 Once a filesystem is being used as a readonly backing file for a COW
|