Home
last modified time | relevance | path

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

1234

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h53 bool readonly:1; member
206 bool readonly, in i915_vma_resource_init() argument
222 vma_res->bi.readonly = readonly; in i915_vma_resource_init()
/linux/Documentation/ABI/testing/
H A 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.
H A Dsysfs-driver-hid-roccat-kone22 This file is readonly.
30 This file is readonly.
42 This file is readonly.
124 This file is readonly.
H A Dconfigfs-usb-gadget-phonet6 This item contains just one readonly attribute: ifname.
H A Dconfigfs-usb-gadget-acm6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-obex6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-serial6 This item contains just one readonly attribute: port_num.
/linux/include/xen/
H A Dgrant_table.h91 int readonly);
150 unsigned long frame, int readonly);
155 struct page *page, int readonly) in gnttab_page_grant_foreign_access_ref_one() argument
158 readonly); in gnttab_page_grant_foreign_access_ref_one()
/linux/Documentation/ABI/obsolete/
H A 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.
H A Dsysfs-driver-hid-roccat-pyra18 This file is readonly.
27 This file is readonly.
39 This file is readonly.
74 This file is readonly.
103 This file is readonly.
124 This file is readonly.
H A Dsysfs-driver-hid-roccat-koneplus32 This file is readonly.
78 This file is readonly.
107 This file is readonly.
144 This file is readonly.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages() argument
192 if (!readonly) in amdgpu_hmm_range_get_pages()
H A Damdgpu_hmm.h35 uint64_t start, uint64_t npages, bool readonly,
/linux/fs/btrfs/
H A Dscrub.h14 int readonly, int is_dev_replace);
/linux/drivers/mtd/
H A Dsm_ftl.c330 BUG_ON(ftl->readonly); in sm_write_sector()
477 BUG_ON(ftl->readonly); in sm_erase_block()
569 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info()
594 if (!ftl->readonly) in sm_get_media_info()
1066 BUG_ON(ftl->readonly); in sm_write()
1186 trans->readonly = ftl->readonly; in sm_add_mtd()
H A Dsm_ftl.h37 bool readonly; /* is FS readonly */ member
H A Dmtdblock_ro.c49 dev->readonly = 1; in mtdblock_add_mtd()
/linux/drivers/mtd/nand/raw/
H A Dr852.c604 int readonly; in r852_update_media_status() local
613 readonly = r852_read_reg(dev, R852_CARD_STA) & R852_CARD_STA_RO; in r852_update_media_status()
619 readonly ? "readonly" : "writeable"); in r852_update_media_status()
621 dev->readonly = readonly; in r852_update_media_status()
637 if (dev->readonly) in r852_register_nand_device()
H A Dr852.h134 int readonly; /* card is readonly */ member
/linux/drivers/block/rnbd/
H A Drnbd-srv.h55 bool readonly; member
H A Drnbd-srv.c225 if (!sess_dev->readonly) in rnbd_destroy_sess_dev()
563 struct file *bdev_file, bool readonly, in rnbd_srv_create_set_sess_dev() argument
578 sdev->readonly = readonly; in rnbd_srv_create_set_sess_dev()
/linux/drivers/xen/
H A Dgntalloc.c124 int i, rc, readonly; in add_grefs() local
129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE); in add_grefs()
149 readonly); in add_grefs()
/linux/include/linux/mtd/
H A Dblktrans.h27 int readonly; member
/linux/fs/qnx6/
H A DKconfig12 However, keep in mind that this currently is a readonly driver!
/linux/init/
H A Ddo_mounts.c44 static int __init readonly(char *str) in readonly() function
60 __setup("ro", readonly);

1234