Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
98
static inline struct block_device *
99
bdev_whole(struct block_device *bdev)
100
{
101
return (bdev->bd_contains);
102
}
103
#endif
104
105
/*
Callers
2
bdev_max_capacity
Function · 0.85
vdev_disk_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected