Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dlivepatch.c42 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/
Dgrant-table.c108 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 …]
Dgntalloc.c124 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/
Dgrant_table.h84 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/
Dsysfs-driver-ppi19 This file is readonly.
38 This file is readonly.
48 This file is readonly.
59 This file is readonly.
70 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-serial6 This item contains just one readonly attribute: port_num.
Dconfigfs-usb-gadget-obex6 This item contains just one readonly attribute: port_num.
Dsysfs-driver-hid-roccat-arvo28 This file is readonly.
Dsysfs-driver-hid-roccat-koneplus95 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.1.27/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus7 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.
Dsysfs-driver-hid-roccat-pyra15 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.
Dsysfs-driver-hid-roccat-koneplus21 This file is readonly.
33 This file is readonly.
46 This file is readonly.
/linux-4.1.27/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.1.27/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.c378 new->readonly = 1; in add_mtd_blktrans_dev()
440 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.1.27/drivers/block/xen-blkback/
Dxenbus.c409 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()
Dcommon.h224 unsigned char readonly; member
Dblkback.c484 if ((operation != READ) && vbd->readonly) in xen_vbd_translate()
/linux-4.1.27/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()
648 if (dev->readonly) in r852_register_nand_device()
Dr852.h137 int readonly; /* card is readonly */ member
/linux-4.1.27/include/linux/mtd/
Dblktrans.h42 int readonly; member
/linux-4.1.27/fs/freevxfs/
DKconfig9 Currently only readonly access is supported.
/linux-4.1.27/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.c1673 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()
Ddasd_devmap.c804 static DEVICE_ATTR(readonly, 0644, dasd_ro_show, dasd_ro_store);
/linux-4.1.27/fs/ceph/
Dxattr.c50 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/
DKconfig10 However, keep in mind that this currently is a readonly driver!
/linux-4.1.27/arch/arm/nwfpe/
Dfpa11.inl34 /* the sysid byte in the status register is readonly */
/linux-4.1.27/init/
Ddo_mounts.c54 static int __init readonly(char *str) in readonly() function
70 __setup("ro", readonly);
/linux-4.1.27/fs/btrfs/
Dtransaction.h142 bool readonly; member
Dioctl.c650 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()
Dscrub.c183 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()
Dextent-tree.c3647 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()
Dvolumes.c4682 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()
Dtransaction.c1356 if (pending->readonly) in create_pending_snapshot()
Dctree.h4185 int readonly, int is_dev_replace);
/linux-4.1.27/Documentation/input/
Dedt-ft5x06.txt36 (readonly) contains the number of sensor fields in X- and
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt66 export readonly=y
/linux-4.1.27/drivers/misc/eeprom/
DKconfig13 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt9 Files denoted with a RO postfix are readonly and the RW postfix means
/linux-4.1.27/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.1.27/Documentation/virtual/kvm/
Dlocking.txt118 If the spte is updated from writable to readonly, we should flush all TLBs,
/linux-4.1.27/Documentation/cris/
DREADME130 VFS: Mounted root (cramfs filesystem) readonly.
/linux-4.1.27/Documentation/device-mapper/
Dverity.txt155 # dmsetup create vroot --readonly --table \
/linux-4.1.27/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.1.27/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.1.27/drivers/hwmon/pmbus/
Dpmbus_core.c880 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/
Di915_gem.c45 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/
Dxfs_log.c694 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/
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.1.27/fs/ext4/
Dsuper.c80 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/
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.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt417 readonly. Not happy.
/linux-4.1.27/arch/powerpc/
DKconfig617 to set access permissions (read/write, readonly, or no access)
/linux-4.1.27/drivers/md/
Dmd.c3755 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/
DUserModeLinux-HOWTO.txt1931 Once a filesystem is being used as a readonly backing file for a COW