Home
last modified time | relevance | path

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

/linux/block/
A Dbdev.c506 if (bdev->bd_holder) { in bd_may_claim()
510 if (bdev->bd_holder == holder) { in bd_may_claim()
523 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim()
605 whole->bd_holder = bd_may_claim; in bd_finish_claiming()
608 bdev->bd_holder = holder; in bd_finish_claiming()
642 WARN_ON_ONCE(bdev->bd_holder != holder); in bd_end_claim()
647 bdev->bd_holder = NULL; in bd_end_claim()
654 whole->bd_holder = NULL; in bd_end_claim()
A Dholder.c86 WARN_ON_ONCE(!bdev->bd_holder); in bd_link_disk_holder()
/linux/include/linux/
A Dblk_types.h63 void * bd_holder; member
/linux/Documentation/filesystems/
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).
/linux/fs/
A Dsuper.c1376 struct super_block *sb = bdev->bd_holder; in bdev_super_lock()

Completed in 16 milliseconds