Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 76 of 76) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dlivepatch.c42 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/
Dgrant_table.h86 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/
Dgrant-table.c108 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 …]
Dgntalloc.c124 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/
Dsysfs-driver-ppi24 This file is readonly.
43 This file is readonly.
53 This file is readonly.
64 This file is readonly.
75 This file is readonly.
Dconfigfs-usb-gadget-phonet6 This item contains just one readonly attribute: ifname.
Dsysfs-driver-hid-roccat-kone18 This file is readonly.
25 This file is readonly.
36 This file is readonly.
105 This file is readonly.
Dconfigfs-usb-gadget-acm6 This item contains just one readonly attribute: port_num.
Dconfigfs-usb-gadget-obex6 This item contains just one readonly attribute: port_num.
Dconfigfs-usb-gadget-serial6 This item contains just one readonly attribute: port_num.
/linux-4.4.14/drivers/hwmon/
Djc42.c395 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/
Dsysfs-driver-hid-roccat-kovaplus7 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.
Dsysfs-driver-hid-roccat-pyra15 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.
Dsysfs-driver-hid-roccat-koneplus32 This file is readonly.
78 This file is readonly.
107 This file is readonly.
144 This file is readonly.
Dsysfs-driver-hid-roccat-arvo28 This file is readonly.
Dsysfs-driver-hid-roccat-konepure104 This file is readonly.
Dsysfs-driver-hid-roccat-isku17 This file is readonly.
Dsysfs-driver-hid-roccat-ryos119 This file is readonly.
/linux-4.4.14/drivers/mtd/
Dsm_ftl.c326 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()
Dsm_ftl.h40 bool readonly; /* is FS readonly */ member
Dmtdblock_ro.c61 dev->readonly = 1; in mtdblock_add_mtd()
Dmtd_blkdevs.c374 new->readonly = 1; in add_mtd_blktrans_dev()
436 if (new->readonly) in add_mtd_blktrans_dev()
Dmtdblock.c354 dev->mbd.readonly = 1; in mtdblock_add_mtd()
Dssfdc.c309 ssfdc->mbd.readonly = 1; in ssfdcr_add_mtd()
Drfd_ftl.c785 part->mbd.readonly = 1; in rfd_ftl_add_mtd()
789 part->mbd.readonly = 1; in rfd_ftl_add_mtd()
Dmtdswap.c1522 mbd_dev->readonly = 1; in mtdswap_add_mtd()
/linux-4.4.14/drivers/mtd/nand/
Dr852.c610 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()
Dr852.h137 int readonly; /* card is readonly */ member
/linux-4.4.14/drivers/block/xen-blkback/
Dxenbus.c373 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()
Dcommon.h234 unsigned char readonly; member
Dblkback.c491 if ((operation != READ) && vbd->readonly) in xen_vbd_translate()
/linux-4.4.14/fs/freevxfs/
DKconfig9 Currently only readonly access is supported.
/linux-4.4.14/include/linux/mtd/
Dblktrans.h42 int readonly; member
/linux-4.4.14/drivers/s390/block/
Ddasd_fba.c132 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()
Ddasd_eckd.c1701 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()
Ddasd_devmap.c804 static DEVICE_ATTR(readonly, 0644, dasd_ro_show, dasd_ro_store);
/linux-4.4.14/fs/ceph/
Dxattr.c50 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/
DKconfig10 However, keep in mind that this currently is a readonly driver!
/linux-4.4.14/arch/arm/nwfpe/
Dfpa11.inl34 /* the sysid byte in the status register is readonly */
/linux-4.4.14/init/
Ddo_mounts.c54 static int __init readonly(char *str) in readonly() function
70 __setup("ro", readonly);
/linux-4.4.14/Documentation/input/
Dedt-ft5x06.txt36 (readonly) contains the number of sensor fields in X- and
/linux-4.4.14/fs/btrfs/
Dtransaction.h147 bool readonly; member
Dioctl.c651 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()
Dscrub.c184 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()
Dextent-tree.c3764 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()
Dvolumes.c4950 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()
Dtransaction.c1407 if (pending->readonly) in create_pending_snapshot()
Dctree.h4333 int readonly, int is_dev_replace);
/linux-4.4.14/drivers/nvmem/
DKconfig32 If you say Y here, you will get readonly access to the
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt66 export readonly=y
/linux-4.4.14/drivers/misc/eeprom/
DKconfig13 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt9 Files denoted with a RO postfix are readonly and the RW postfix means
/linux-4.4.14/Documentation/
Ddell_rbu.txt90 Also the driver provides /sys/devices/platform/dell_rbu/data readonly file to
Drtc.txt119 * /sys/class/rtc/rtcN ... sysfs attributes support readonly
Dmd.txt277 readonly
281 like readonly, but behaves like 'clean' on a write request.
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt155 # dmsetup create vroot --readonly --table \
/linux-4.4.14/Documentation/virtual/kvm/
Dlocking.txt118 If the spte is updated from writable to readonly, we should flush all TLBs,
/linux-4.4.14/Documentation/cris/
DREADME130 VFS: Mounted root (cramfs filesystem) readonly.
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c1493 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()
Di915_drv.h3003 bool readonly);
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt102 generating userfaults for readonly guest regions.
/linux-4.4.14/Documentation/isdn/
DREADME263 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/
Dafs.txt98 The name of the volume can be suffixes with ".backup" or ".readonly" to
Dvfat.txt170 option also mounts the filesystem readonly.
Dhpfs.txt27 change it in the source. Original readonly HPFS contained some strange
/linux-4.4.14/drivers/hwmon/pmbus/
Dpmbus_core.c888 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/
Dxfs_log.c691 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/
DCHANGES205 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
DREADME145 delete readonly = yes
/linux-4.4.14/fs/ext4/
Dsuper.c78 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()
Dext4.h1735 EXT4_FEATURE_RO_COMPAT_FUNCS(readonly, READONLY) in EXT4_FEATURE_COMPAT_FUNCS()
/linux-4.4.14/Documentation/x86/
Dboot.txt162 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/
Dconfigfs.txt401 readonly. Not happy.
/linux-4.4.14/arch/powerpc/
DKconfig620 to set access permissions (read/write, readonly, or no access)
/linux-4.4.14/drivers/md/
Dmd.c3855 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/
DUserModeLinux-HOWTO.txt1931 Once a filesystem is being used as a readonly backing file for a COW