Searched refs:blkdev (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/fs/pstore/ |
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-6.8/Documentation/block/ |
D | cmdline-partition.rst | 15 blkdevparts=<blkdev-def>[;<blkdev-def>] 16 <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>] 19 <blkdev-id>
|
/linux-6.8/Documentation/admin-guide/ |
D | pstore-blk.rst | 38 pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y 42 blkdev section in Configurations for user 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-6.8/Documentation/filesystems/ |
D | f2fs.rst | 802 5. open(blkdev) 803 6. write(blkdev, address)
|