Searched refs:blkdev (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
| /linux/drivers/mtd/devices/ |
| A D | block2mtd.c | 40 struct block_device *blkdev; member 58 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase() 120 page = page_read(dev->blkdev->bd_inode->i_mapping, index); in block2mtd_read() 142 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write() 197 sync_blockdev(dev->blkdev); in block2mtd_sync() 209 if (dev->blkdev) { in block2mtd_free_device() 210 invalidate_mapping_pages(dev->blkdev->bd_inode->i_mapping, in block2mtd_free_device() 212 blkdev_put(dev->blkdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL); in block2mtd_free_device() 268 dev->blkdev = bdev; in add_device() 275 if ((long)dev->blkdev->bd_inode->i_size % erase_size) { in add_device() [all …]
|
| /linux/fs/pstore/ |
| A D | blk.c | 63 static char blkdev[80] = CONFIG_PSTORE_BLK_BLKDEV; variable 64 module_param_string(blkdev, blkdev, 80, 0400); 65 MODULE_PARM_DESC(blkdev, "block device for pstore storage"); 244 strncpy(info->device, blkdev, 80); in pstore_blk_get_config() 295 if (!blkdev[0]) { in __best_effort_init() 308 early_boot_devpath(blkdev)); in __best_effort_init() 313 blkdev, best_effort_dev->zone.total_size); in __best_effort_init()
|
| /linux/Documentation/block/ |
| A D | cmdline-partition.rst | 15 blkdevparts=<blkdev-def>[;<blkdev-def>] 16 <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>] 19 <blkdev-id>
|
| A D | request.rst | 40 <linux/blkdev.h>
|
| /linux/Documentation/admin-guide/ |
| A D | pstore-blk.rst | 38 pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y 42 blkdev subsection 48 When pstore/blk is built as a module, "blkdev" accepts the following variants: 56 When pstore/blk is built into the kernel, "blkdev" accepts the following variants:
|
| /linux/Documentation/filesystems/ |
| A D | f2fs.rst | 840 5. open(blkdev) 841 6. write(blkdev, address)
|
| /linux/fs/squashfs/ |
| A D | .block.o.cmd | 22 include/linux/blkdev.h \
|
| A D | .super.o.cmd | 22 include/linux/blkdev.h \
|
| /linux/drivers/mmc/core/ |
| A D | .sdio_io.o.cmd | 1143 include/linux/blkdev.h \
|
| A D | .sdio_irq.o.cmd | 1148 include/linux/blkdev.h \
|
| /linux/drivers/mmc/host/ |
| A D | .cqhci-core.o.cmd | 1164 include/linux/blkdev.h \
|
| A D | .dw_mmc-pltfm.o.cmd | 1148 include/linux/blkdev.h \
|
| A D | .dw_mmc-rockchip.o.cmd | 1151 include/linux/blkdev.h \
|
| A D | .mmci_qcom_dml.o.cmd | 1166 include/linux/blkdev.h \
|
| A D | .mmci_stm32_sdmmc.o.cmd | 1159 include/linux/blkdev.h \
|
| /linux/drivers/mtd/ |
| A D | .mtd_blkdevs.o.cmd | 953 include/linux/blkdev.h \
|
| /linux/drivers/block/ |
| A D | .virtio_blk.o.cmd | 594 include/linux/blkdev.h \
|
| /linux/block/ |
| A D | .bio-integrity.o.cmd | 31 include/linux/blkdev.h \
|
| A D | .blk-exec.o.cmd | 1130 include/linux/blkdev.h \
|
| A D | .blk-flush.o.cmd | 1130 include/linux/blkdev.h \
|
| A D | .blk-ia-ranges.o.cmd | 213 include/linux/blkdev.h \
|
| A D | .blk-ioc.o.cmd | 1130 include/linux/blkdev.h \
|
| A D | .blk-lib.o.cmd | 1130 include/linux/blkdev.h \
|
| A D | .blk-map.o.cmd | 1130 include/linux/blkdev.h \
|
| /linux/drivers/scsi/ |
| A D | .sd_dif.o.cmd | 31 include/linux/blkdev.h \
|
Completed in 62 milliseconds
12345678910>>...12