Searched refs:bd_holders (Results 1 - 2 of 2) sorted by relevance

/linux-master/block/
H A Dbdev.c594 * Note that for a whole device bd_holders will be incremented twice,
597 whole->bd_holders++;
599 bdev->bd_holders++;
636 WARN_ON_ONCE(--bdev->bd_holders < 0);
637 WARN_ON_ONCE(--whole->bd_holders < 0);
638 if (!bdev->bd_holders) {
646 if (!whole->bd_holders)
662 WARN_ON_ONCE(bdev->bd_holders);
/linux-master/include/linux/
H A Dblk_types.h66 int bd_holders; member in struct:block_device

Completed in 396 milliseconds