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

/linux-master/block/
H A Dbdev.c574 * Note that for a whole device bd_holders will be incremented twice,
577 whole->bd_holders++;
579 bdev->bd_holders++;
616 WARN_ON_ONCE(--bdev->bd_holders < 0);
617 WARN_ON_ONCE(--whole->bd_holders < 0);
618 if (!bdev->bd_holders) {
626 if (!whole->bd_holders)
642 WARN_ON_ONCE(bdev->bd_holders);
/linux-master/include/linux/
H A Dblk_types.h61 int bd_holders; member in struct:block_device

Completed in 146 milliseconds