MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bdev_whole

Function bdev_whole

freebsd/contrib/openzfs/module/os/linux/zfs/vdev_disk.c:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97#if !defined(HAVE_BDEV_WHOLE)
98static inline struct block_device *
99bdev_whole(struct block_device *bdev)
100{
101 return (bdev->bd_contains);
102}
103#endif
104
105/*

Callers 2

bdev_max_capacityFunction · 0.85
vdev_disk_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected