Home
last modified time | relevance | path

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

12345678910>>...38

/linux/Documentation/ABI/testing/
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
82 For backing devices: In writeback mode, when dirty data is
84 backing device, writeback from cache to backing device starts
[all …]
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
A Dsysfs-class-bdi23 The default backing dev, used for non-block device backed
63 If set, the backing device requires that all pages comprising a write
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
A Dconfigfs-usb-gadget-mass-storage23 file The path to the backing file for the LUN.
/linux/drivers/gpu/drm/gma500/
A Dframebuffer.c242 struct gtt_range *backing; in psbfb_alloc() local
245 if (backing) { in psbfb_alloc()
246 backing->gem.funcs = &psb_gem_object_funcs; in psbfb_alloc()
248 return backing; in psbfb_alloc()
271 struct gtt_range *backing; in psbfb_create() local
289 backing = psbfb_alloc(dev, size); in psbfb_create()
290 if (backing == NULL) in psbfb_create()
293 memset(dev_priv->vram_addr + backing->offset, 0, size); in psbfb_create()
303 fb = psb_framebuffer_create(dev, &mode_cmd, &backing->gem); in psbfb_create()
319 info->screen_base = dev_priv->vram_addr + backing->offset; in psbfb_create()
[all …]
/linux/arch/x86/kernel/cpu/sgx/
A Dmain.c160 struct sgx_backing *backing) in __sgx_encl_ewb() argument
170 backing->pcmd_offset; in __sgx_encl_ewb()
175 backing->pcmd_offset)); in __sgx_encl_ewb()
225 struct sgx_backing *backing) in sgx_encl_ewb() argument
243 ret = __sgx_encl_ewb(epc_page, va_slot, backing); in sgx_encl_ewb()
251 ret = __sgx_encl_ewb(epc_page, va_slot, backing); in sgx_encl_ewb()
278 struct sgx_backing *backing) in sgx_reclaimer_write() argument
287 sgx_encl_ewb(epc_page, backing); in sgx_reclaimer_write()
325 struct sgx_backing backing[SGX_NR_TO_SCAN]; in sgx_reclaim_pages() local
394 sgx_reclaimer_write(epc_page, &backing[i]); in sgx_reclaim_pages()
[all …]
A Dencl.c430 if (encl->backing) in sgx_encl_release()
431 fput(encl->backing); in sgx_encl_release()
578 struct sgx_backing *backing) in sgx_encl_get_backing() argument
594 backing->page_index = page_index; in sgx_encl_get_backing()
595 backing->contents = contents; in sgx_encl_get_backing()
596 backing->pcmd = pcmd; in sgx_encl_get_backing()
597 backing->pcmd_offset = in sgx_encl_get_backing()
612 set_page_dirty(backing->pcmd); in sgx_encl_put_backing()
613 set_page_dirty(backing->contents); in sgx_encl_put_backing()
616 put_page(backing->pcmd); in sgx_encl_put_backing()
[all …]
A Dioctl.c64 struct file *backing; in sgx_encl_create() local
77 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()
79 if (IS_ERR(backing)) { in sgx_encl_create()
80 ret = PTR_ERR(backing); in sgx_encl_create()
84 encl->backing = backing; in sgx_encl_create()
125 fput(encl->backing); in sgx_encl_create()
126 encl->backing = NULL; in sgx_encl_create()
A Dencl.h63 struct file *backing; member
109 struct sgx_backing *backing);
110 void sgx_encl_put_backing(struct sgx_backing *backing, bool do_write);
/linux/Documentation/admin-guide/
A Dbcache.rst48 and backing device must be formatted before use::
101 After your cache device and backing device are registered, the backing device
114 can force run the backing device::
133 the backing devices to passthrough mode.
136 backing device.
233 start backing device with missing cache::
403 Sysfs - backing device
462 backing device has likely been corrupted.
488 Sysfs - backing device stats
523 Symlink to each of the attached backing devices.
[all …]
/linux/drivers/block/zram/
A DKconfig58 bool "Write back incompressible or idle page to backing device"
62 in memory. Instead, write it out to backing device.
63 For this feature, admin should set up backing device via
67 idle page's writeback to the backing device to save in memory.
/linux/Documentation/usb/
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 …]
/linux/fs/romfs/
A DKconfig20 # Select the backing stores to be supported
23 prompt "RomFS backing stores"
27 Select the backing stores to be supported.
/linux/Documentation/admin-guide/blockdev/
A Dzram.rst203 can write out to backing device as 4KB unit
274 The bd_stat file represents a device's backing device statistics. It consists of
278 bd_count size of data written in backing device.
280 bd_reads the number of reads from backing device
282 bd_writes the number of writes to backing device
313 to backing storage rather than keeping it in memory.
314 To use the feature, admin should set up backing device via::
346 If admin want to write a specific page in zram device to backing device,
423 written page to backing store
430 and the block's state is huge so it is written back to the backing
/linux/Documentation/admin-guide/mm/
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
/linux/Documentation/admin-guide/device-mapper/
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
/linux/Documentation/vm/
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
/linux/Documentation/filesystems/caching/
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.
/linux/Documentation/virt/kvm/
A Ds390-diag.rst108 However, on the host the real cpu backing the vcpu may itself not be
111 the backing cpu will hopefully cause that cpu, and thus subsequently
/linux/drivers/media/i2c/ccs/
A Dccs-data.h224 void *backing; member
/linux/mm/
A Dbuilt-in.a18 backing-dev.o/
A D.backing-dev.o.cmd1backing-dev.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/…
3 source_mm/backing-dev.o := mm/backing-dev.c
5 deps_mm/backing-dev.o := \
634 include/linux/backing-dev.h \
922 include/linux/backing-dev-defs.h \
1222 mm/backing-dev.o: $(deps_mm/backing-dev.o)
1224 $(deps_mm/backing-dev.o):
/linux/Documentation/filesystems/
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
/linux/drivers/vfio/
A DKconfig38 devices without IOMMU backing for the purpose of re-using the VFIO

Completed in 23 milliseconds

12345678910>>...38