Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 64) sorted by relevance

123

/linux-3.4.99/drivers/infiniband/core/
Dumem.c61 if (umem->writable && dirty) in __ib_umem_release()
115 umem->writable = !!(access & ~IB_ACCESS_REMOTE_READ); in ib_umem_get()
155 1, !umem->writable, page_list, vma_list); in ib_umem_get()
/linux-3.4.99/arch/arm/
DKconfig-nommu48 vectors to be mapped to writable memory, say 'n' here.
52 the writable versions located at DRAM_BASE.
/linux-3.4.99/include/rdma/
Dib_umem.h47 int writable; member
/linux-3.4.99/drivers/misc/eeprom/
Dat24.c485 bool writable; in at24_probe() local
580 writable = !(chip.flags & AT24_FLAG_READONLY); in at24_probe()
581 if (writable) { in at24_probe()
632 writable ? "writable" : "read-only", at24->write_max); in at24_probe()
/linux-3.4.99/Documentation/frv/
Dclock.txt13 On all boards, the 'p0' file should also be writable, and either '1' or '0'
23 writable, allowing the CPU core speed (and other clock speeds) to be
/linux-3.4.99/drivers/mfd/
Dwm8400-core.c28 u16 writable; /* Mask of writable bits */ member
148 BUG_ON(!reg_data[reg + i].writable); in wm8400_write()
Dwm8350-core.c163 if (!wm8350_reg_io_map[i].writable) { in wm8350_write()
175 src[i - reg] &= wm8350_reg_io_map[i].writable; in wm8350_write()
178 (wm8350->reg_cache[i] & ~wm8350_reg_io_map[i].writable) in wm8350_write()
/linux-3.4.99/virt/kvm/
Dkvm_main.c1061 bool *async, bool write_fault, bool *writable) in hva_to_pfn() argument
1070 BUG_ON(!write_fault && !writable); in hva_to_pfn()
1072 if (writable) in hva_to_pfn()
1073 *writable = true; in hva_to_pfn()
1081 if (writable) in hva_to_pfn()
1082 *writable = write_fault; in hva_to_pfn()
1099 *writable = true; in hva_to_pfn()
1148 bool write_fault, bool *writable) in __gfn_to_pfn() argument
1161 return hva_to_pfn(kvm, addr, atomic, async, write_fault, writable); in __gfn_to_pfn()
1171 bool write_fault, bool *writable) in gfn_to_pfn_async() argument
[all …]
/linux-3.4.99/kernel/events/
Dinternal.h18 int writable; /* are we writable */ member
Dring_buffer.c23 if (!rb->writable) in perf_output_space()
232 rb->writable = 1; in ring_buffer_init()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-mtd65 0x0400: MTD_WRITEABLE - device is writable
116 Minimal writable flash unit size. This will always be
Dsysfs-bus-pci133 underlying VPD has a writable section then the
134 corresponding section of this file will be writable.
/linux-3.4.99/fs/nilfs2/
DKconfig19 its writable mount, and this feature is convenient for online backup.
/linux-3.4.99/fs/btrfs/
DKconfig10 Btrfs is a new filesystem with extents, writable snapshotting,
/linux-3.4.99/fs/jffs2/
DTODO6 do shared writable mmap, if we can have a fs hook for do_wp_page() to
/linux-3.4.99/Documentation/sound/alsa/
Dpowersave.txt24 The power_save option is exported as writable. This means you can
/linux-3.4.99/drivers/block/drbd/
DKconfig30 DRBD can also be used in dual-Primary mode (device writable on both
/linux-3.4.99/drivers/staging/frontier/
DREADME16 the device and a writable parameter for turning wheel compression on and off.
/linux-3.4.99/Documentation/vm/
Dovercommit-accounting54 Pages made writable copies by mmap
/linux-3.4.99/fs/nfsd/
Dnfs4proc.c60 u32 *bmval, u32 *writable) in check_attr_support() argument
85 if (writable) { in check_attr_support()
86 if ((bmval[0] & ~writable[0]) || (bmval[1] & ~writable[1]) || in check_attr_support()
87 (bmval[2] & ~writable[2])) in check_attr_support()
/linux-3.4.99/drivers/staging/iio/Documentation/
Ddevice.txt43 Raw value writing function. Used for writable device values such
/linux-3.4.99/Documentation/device-mapper/
Dpersistent-data.txt44 The only way you can get hold of a writable block through the
/linux-3.4.99/include/linux/mfd/wm8350/
Dcore.h587 u16 writable; /* Mask of writable bits */ member
/linux-3.4.99/include/linux/
Dkvm_host.h404 bool write_fault, bool *writable);
407 bool *writable);
/linux-3.4.99/Documentation/filesystems/
Dromfs.txt166 a writable file system, thus negating the size advantages. Possible
168 similarly small writable filesystem for RAM disks.

123