Home
last modified time | relevance | path

Searched refs:bd_holder (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/block/
H A Dbdev.c467 if (bdev->bd_holder) { in bd_may_claim()
471 if (bdev->bd_holder == holder) { in bd_may_claim()
484 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim()
566 whole->bd_holder = bd_may_claim; in bd_finish_claiming()
569 bdev->bd_holder = holder; in bd_finish_claiming()
603 WARN_ON_ONCE(bdev->bd_holder != holder); in bd_end_claim()
608 bdev->bd_holder = NULL; in bd_end_claim()
615 whole->bd_holder = NULL; in bd_end_claim()
H A Dholder.c84 WARN_ON_ONCE(!bdev->bd_holder); in bd_link_disk_holder()
/openbmc/linux/include/linux/
H A Dblk_types.h56 void * bd_holder; member
/openbmc/linux/fs/
H A Dsuper.c1453 struct super_block *sb = bdev->bd_holder; in fs_bdev_mark_dead()
1473 struct super_block *sb = bdev->bd_holder; in fs_bdev_sync()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst1009 superblock (the bd_holder point may still be set to the filesystem type).
1036 superblock and grab ownership of the block device (the bd_holder pointer of
1043 all associated block devices (the bd_holder pointer is NULL).