Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/block/
Ddasd_genhd.c137 bdev_file = bdev_file_open_by_dev(disk_devt(block->gdp), BLK_OPEN_READ, in dasd_scan_partitions()
/linux-6.12.1/block/
Dbdev.c993 struct file *bdev_file_open_by_dev(dev_t dev, blk_mode_t mode, void *holder, in bdev_file_open_by_dev() function
1027 EXPORT_SYMBOL(bdev_file_open_by_dev);
1041 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.c367 file = bdev_file_open_by_dev(disk_devt(disk), mode & ~BLK_OPEN_EXCL, in disk_scan_partitions()
/linux-6.12.1/drivers/mtd/devices/
Dblock2mtd.c252 bdev_file = bdev_file_open_by_dev(devt, mode, dev, NULL); in mdtblock_early_get_bdev()
/linux-6.12.1/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.12.1/fs/nfs/blocklayout/
Ddev.c306 bdev_file = bdev_file_open_by_dev(dev, BLK_OPEN_READ | BLK_OPEN_WRITE, in bl_parse_simple()
/linux-6.12.1/drivers/block/xen-blkback/
Dxenbus.c494 bdev_file = bdev_file_open_by_dev(vbd->pdevice, vbd->readonly ? in xen_vbd_create()
/linux-6.12.1/include/linux/
Dblkdev.h1592 struct file *bdev_file_open_by_dev(dev_t dev, blk_mode_t mode, void *holder,
/linux-6.12.1/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.12.1/fs/
Dsuper.c1554 bdev_file = bdev_file_open_by_dev(sb->s_dev, mode, sb, &fs_holder_ops); in setup_bdev_super()
/linux-6.12.1/fs/jfs/
Djfs_logmgr.c1103 bdev_file = bdev_file_open_by_dev(sbi->logdev, in lmLogOpen()
/linux-6.12.1/fs/ocfs2/cluster/
Dheartbeat.c1798 reg->hr_bdev_file = bdev_file_open_by_dev(fd_file(f)->f_mapping->host->i_rdev, in o2hb_region_dev_store()
/linux-6.12.1/drivers/md/bcache/
Dsuper.c2562 bdev_file2 = bdev_file_open_by_dev(file_bdev(bdev_file)->bd_dev, in register_bcache()
/linux-6.12.1/drivers/md/
Ddm.c740 bdev_file = bdev_file_open_by_dev(dev, mode, _dm_claim_ptr, NULL); in open_table_device()
Dmd.c3672 rdev->bdev_file = bdev_file_open_by_dev(newdev, in md_import_device()
/linux-6.12.1/fs/reiserfs/
Djournal.c2619 journal->j_bdev_file = bdev_file_open_by_dev(jdev, blkdev_mode, in journal_init_dev()
/linux-6.12.1/fs/ext4/
Dsuper.c5841 bdev_file = bdev_file_open_by_dev(j_dev, in ext4_get_journal_blkdev()