Home
last modified time | relevance | path

Searched refs:backing (Results 1 – 25 of 105) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block-bcache5 A write to this file causes the backing device or cache to be
6 unregistered. If a backing device had dirty data in the cache,
9 all associated backing devices before unregistering themselves.
21 For a backing device that has cache, a symlink to
28 For backing devices: integer number of full cache hits,
35 For backing devices: integer number of cache misses.
41 For backing devices: cache hits as a percentage.
47 For backing devices: Threshold past which sequential IO will
63 For backing devices: When on, writeback caching is enabled and
72 For backing devices: when off, dirty data will not be written
[all …]
H A Dsysfs-block-loop15 (RO) The path of the backing file that the loop device maps its
49 (RO) Shows if direct IO is being used to access backing file or
H A Dsysfs-class-bdi23 The default backing dev, used for non-block device backed
53 If set, the backing device requires that all pages comprising a write
H A Dsysfs-block-zram98 The backing_dev file is read-write and set up backing
115 huge page writeback to backing device.
121 The bd_stat file is read-only and represents backing device's
H A Dconfigfs-usb-gadget-mass-storage23 file The path to the backing file for the LUN.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dframebuffer.c284 struct gtt_range *backing; in psbfb_alloc() local
286 backing = psb_gtt_alloc_range(dev, aligned_size, "fb", 1, PAGE_SIZE); in psbfb_alloc()
287 if (backing) { in psbfb_alloc()
288 drm_gem_private_object_init(dev, &backing->gem, aligned_size); in psbfb_alloc()
289 return backing; in psbfb_alloc()
311 struct gtt_range *backing; in psbfb_create() local
337 backing = psbfb_alloc(dev, size); in psbfb_create()
344 } while (backing == NULL && pitch_lines <= 16); in psbfb_create()
349 if (backing == NULL) { in psbfb_create()
365 backing = psbfb_alloc(dev, size); in psbfb_create()
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch39 /* Disable backing store for the focus window */
42 DebugMsg("Disable backing store for the focus window 0x%x\n",
46 /* And enable backing store for all the other children of root */
52 DebugMsg("Enable backing store for window 0x%x\n",
57 /* We only want backing store set for direct children of root */
60 DebugMsg("Reparent window 0x%x from root, disabling backing store\n",
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbcache.rst30 dirty data to the backing device is always done sequentially, scanning from the
48 and backing device must be formatted before use::
54 you format your backing devices and cache device at the same time, you won't
69 Registering the backing device makes the bcache device show up in /dev; you can
73 slow devices as bcache backing devices without a cache, and you can choose to add
101 After your cache device and backing device are registered, the backing device
102 must be attached to your cache set to enable caching. Attaching a backing
109 your bcache devices. If a backing device has data in a cache somewhere, the
114 can force run the backing device::
118 (You need to use /sys/block/sdb (or whatever your backing device is called), not
[all …]
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A DKconfig18 bool "Write back incompressible or idle page to backing device"
22 in memory. Instead, write it out to backing device.
23 For this feature, admin should set up backing device via
27 idle page's writeback to the backing device to save in memory.
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmass-storage.rst41 backing storage for each logical unit. There may be at most
45 *BEWARE* that if a file is used as a backing storage, it may not
53 simulating CD-ROM, block size of the device if the backing file is
64 backing file will be closed to simulate ejection and the logical
65 unit will not be mountable by the host until a new backing file is
69 If a logical unit is not removable (the default), a backing file
96 backing files.
99 backing file could not be opened in read/write mode, the gadget
163 When read it returns the path to the backing file for the given
164 logical unit. If there is no backing file (possible only if the
[all …]
/OK3568_Linux_fs/kernel/fs/romfs/
H A DKconfig20 # Select the backing stores to be supported
23 prompt "RomFS backing stores"
27 Select the backing stores to be supported.
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DREADME.txt38 all times by a backing buffer, which is periodically flushed to the screen.
39 If the underlying window system does not provide a backing buffer for
42 backing buffers. Any drawing to the buffer will be proceeded by a call to
45 backing buffer is returned by the StartDrawing() function and it can
48 Because each frame is assumed to have a backing buffer, the
50 regions of visibility of a frame change on screen. This is similar to backing
51 store, but backing buffers are different in that they always store a copy of
251 * Prepare a frame for direct access to its backing buffer.
254 * pixelData Address of the backing buffer (returned)
255 * bytesPerRow Width in bytes of the backing buffer (returned)
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dzram.rst203 can write out to backing device as 4KB unit
273 The bd_stat file represents a device's backing device statistics. It consists of
277 bd_count size of data written in backing device.
279 bd_reads the number of reads from backing device
281 bd_writes the number of writes to backing device
312 to backing storage rather than keeping it in memory.
313 To use the feature, admin should set up backing device via::
337 If admin want to write a specific page in zram device to backing device,
414 written page to backing store
421 and the block's state is huge so it is written back to the backing
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst45 - If possible, the file mapping will be directly on the backing device
46 if the backing device has the NOMMU_MAP_DIRECT capability and
50 - If the backing device can't or won't permit direct sharing,
64 the mapping's backing pages. The page is then backed by swap instead.
72 pages written back to file; writes to file reflected into pages backing
113 paged aligned in the backing store.
158 allocated if mmap() chooses not to map the backing device directly. An
211 The driver should also provide backing device information with capabilities set
260 Memory backed devices are indicated by the mapping's backing device info having
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst10 without having to touch the true backing block-device. It can also be
11 used to unstripe a hardware RAID-0 to access backing disks.
39 individual backing loop devices. We write data to the newly exposed
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_frags.rst14 network stack and network device drivers to provide a backing region of
18 In order to make use of the page fragment APIs a backing page fragment
/OK3568_Linux_fs/buildroot/package/python-channels-redis/
H A DConfig.in11 backing store, and supports both a single-server and
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Doperations.rst82 the backing filesystem in CacheFiles. Although readpages() does an
99 This is, for example, used by CacheFiles to copy data from a backing fs
100 page to a netfs page after the backing fs has read the page in.
H A Dnetfs-api.rst231 This is called by FS-Cache to indicate that a backing store is being
404 The cache will return -ENOBUFS if there is no backing cache or if there is no
465 backing device directly into the page specified.
548 (2) The function will submit a request to write the data to cache's backing
721 invalidate its state; allocate, read or write backing pages - though it is
733 invalidates any backing objects and waits for cessation of activity on any
750 cookie, will begin the procedure of acquiring backing objects.
756 as enabled if provisional backing objects are allocated.
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-tga/
H A D0001-mibstore.patch33 -/* backing store */
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst20 backing store (usually the block device the filesystem is mounted on) are kept
23 written to files is marked clean as soon as it has been written to backing
28 With ramfs, there is no backing store. Files written into ramfs allocate
43 an area of RAM and used it as backing store for a filesystem. This block
68 should get written to backing store (rather than swap space), but ramfs hasn't
69 got any backing store. Because of this, only root (or a trusted user) should
/OK3568_Linux_fs/kernel/drivers/vfio/
H A DKconfig39 devices without IOMMU backing for the purpose of re-using the VFIO
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dintel_epb.rst39 level, the physical register backing it may be shared by multiple CPUs (for
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DLoadPin.rst18 block device backing the filesystem is not read-only, a sysctl is
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/
H A Dtgt_git.bb31 …NALFD -DUSE_TIMERFD -D_GNU_SOURCE -DTGT_VERSION=\\"1.0.63\\" -DBSDIR=\\"${libdir}/backing-store\\"'

12345