Home
last modified time | relevance | path

Searched refs:blkdev (Results 1 - 25 of 1136) sorted by relevance

12345678910>>...46

/kernel/linux/linux-5.10/fs/pstore/
H A Dblk.c12 #include <linux/blkdev.h>
68 * blkdev - the block device to use for pstore storage
72 * blkdev accepts the following variants:
91 static char blkdev[80] = CONFIG_PSTORE_BLK_BLKDEV; variable
92 module_param_string(blkdev, blkdev, 80, 0400);
93 MODULE_PARM_DESC(blkdev, "block device for pstore storage");
241 if (!blkdev[0]) in psblk_get_bdev()
246 bdev = blkdev_get_by_path(blkdev, mode, holder); in psblk_get_bdev()
250 devt = name_to_dev_t(blkdev); in psblk_get_bdev()
[all...]
/kernel/liteos_a/drivers/char/bch/include/
H A Dblockproxy.h41 int bchdev_register(const char *blkdev, const char *chardev, bool readonly);
43 int block_proxy(const char *blkdev, int oflags);
45 int bchdev_unregister(const char *blkdev);
/kernel/linux/linux-6.6/fs/pstore/
H A Dblk.c11 #include <linux/blkdev.h>
60 * blkdev - the block device to use for pstore storage
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()
294 /* Reject an empty blkdev. */ in __best_effort_init()
295 if (!blkdev[0]) { in __best_effort_init()
296 pr_err("blkdev empt in __best_effort_init()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dblock2mtd.c22 #include <linux/blkdev.h>
37 struct block_device *blkdev; member
55 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase()
117 page = page_read(dev->blkdev->bd_inode->i_mapping, index); in block2mtd_read()
139 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write()
194 sync_blockdev(dev->blkdev); in block2mtd_sync()
206 if (dev->blkdev) { in block2mtd_free_device()
207 invalidate_mapping_pages(dev->blkdev->bd_inode->i_mapping, in block2mtd_free_device()
209 blkdev_put(dev->blkdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL); in block2mtd_free_device()
265 dev->blkdev in add_device()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dblock2mtd.c22 #include <linux/blkdev.h>
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, NULL); in block2mtd_free_device()
284 dev->blkdev in add_device()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-mq-debugfs-zoned.c6 #include <linux/blkdev.h>
H A Dblk-mq-pci.c6 #include <linux/blkdev.h>
/kernel/linux/linux-6.6/block/
H A Dblk-mq-debugfs-zoned.c6 #include <linux/blkdev.h>
H A Dblk-mq-pci.c6 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/arch/c6x/mm/
H A Dinit.c13 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/drivers/hyperhold/
H A Dhp_device.h12 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/include/linux/
H A Dt10-pi.h6 #include <linux/blkdev.h>
H A Dcmdline-parser.h11 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_tcq.h5 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.h3 #include <linux/blkdev.h>
/kernel/linux/linux-6.6/fs/udf/
H A Dlowlevel.c18 #include <linux/blkdev.h>
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_tcq.h5 #include <linux/blkdev.h>
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_iblock.h7 #include <linux/blkdev.h>
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_device.h12 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Drkt.c19 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib_dma.c6 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/tools/testing/nvdimm/
H A Dpmem-dax.c6 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/fs/nfsd/
H A Dblocklayoutxdr.h5 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/fs/udf/
H A Dlowlevel.c22 #include <linux/blkdev.h>
/kernel/linux/linux-5.10/fs/proc/
H A Ddevices.c6 #include <linux/blkdev.h>

Completed in 7 milliseconds

12345678910>>...46