Home
last modified time | relevance | path

Searched refs:bdev_file_open_by_dev (Results 1 – 17 of 17) sorted by relevance

/linux-6.14.4/drivers/s390/block/
Ddasd_genhd.c136 bdev_file = bdev_file_open_by_dev(disk_devt(block->gdp), BLK_OPEN_READ, in dasd_scan_partitions()
/linux-6.14.4/block/
Dbdev.c992 struct file *bdev_file_open_by_dev(dev_t dev, blk_mode_t mode, void *holder, in bdev_file_open_by_dev() function
1026 EXPORT_SYMBOL(bdev_file_open_by_dev);
1040 file = bdev_file_open_by_dev(dev, mode, holder, hops); in bdev_file_open_by_path()
Dioctl.c543 excl_file = bdev_file_open_by_dev(dev, mode, &dev, NULL); in blkdev_bszset()
Dgenhd.c374 file = bdev_file_open_by_dev(disk_devt(disk), mode & ~BLK_OPEN_EXCL, in disk_scan_partitions()
/linux-6.14.4/drivers/mtd/devices/
Dblock2mtd.c252 bdev_file = bdev_file_open_by_dev(devt, mode, dev, NULL); in mdtblock_early_get_bdev()
/linux-6.14.4/kernel/power/
Dswap.c365 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_swap_check()
1569 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_check()
/linux-6.14.4/fs/nfs/blocklayout/
Ddev.c304 bdev_file = bdev_file_open_by_dev(dev, BLK_OPEN_READ | BLK_OPEN_WRITE, in bl_parse_simple()
/linux-6.14.4/drivers/block/xen-blkback/
Dxenbus.c494 bdev_file = bdev_file_open_by_dev(vbd->pdevice, vbd->readonly ? in xen_vbd_create()
/linux-6.14.4/include/linux/
Dblkdev.h1644 struct file *bdev_file_open_by_dev(dev_t dev, blk_mode_t mode, void *holder,
/linux-6.14.4/drivers/block/
Dpktcdvd.c2176 bdev_file = bdev_file_open_by_dev(file_bdev(pd->bdev_file)->bd_dev, in pkt_open_dev()
2508 bdev_file = bdev_file_open_by_dev(dev, BLK_OPEN_READ | BLK_OPEN_NDELAY, in pkt_new_dev()
/linux-6.14.4/fs/
Dsuper.c1554 bdev_file = bdev_file_open_by_dev(sb->s_dev, mode, sb, &fs_holder_ops); in setup_bdev_super()
/linux-6.14.4/fs/jfs/
Djfs_logmgr.c1103 bdev_file = bdev_file_open_by_dev(sbi->logdev, in lmLogOpen()
/linux-6.14.4/fs/ocfs2/cluster/
Dheartbeat.c1800 reg->hr_bdev_file = bdev_file_open_by_dev(fd_file(f)->f_mapping->host->i_rdev, in o2hb_region_dev_store()
/linux-6.14.4/drivers/md/bcache/
Dsuper.c2562 bdev_file2 = bdev_file_open_by_dev(file_bdev(bdev_file)->bd_dev, in register_bcache()
/linux-6.14.4/drivers/md/
Ddm.c740 bdev_file = bdev_file_open_by_dev(dev, mode, _dm_claim_ptr, NULL); in open_table_device()
Dmd.c3678 rdev->bdev_file = bdev_file_open_by_dev(newdev, in md_import_device()
/linux-6.14.4/fs/ext4/
Dsuper.c5874 bdev_file = bdev_file_open_by_dev(j_dev, in ext4_get_journal_blkdev()