drivers/s390/block/dasd_fba.c
Source file repositories/reference/linux-study-clean/drivers/s390/block/dasd_fba.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/s390/block/dasd_fba.c- Extension
.c- Size
- 22428 bytes
- Lines
- 812
- Domain
- Driver Families
- Bucket
- drivers/s390
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Allocates kernel memory; connect allocation flags and lifetime to context constraints.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/stddef.hlinux/kernel.hasm/debug.hlinux/slab.hlinux/hdreg.hlinux/bio.hlinux/module.hlinux/init.hlinux/io.hasm/idals.hasm/ebcdic.hasm/ccwdev.hdasd_int.hdasd_fba.h
Detected Declarations
struct dasd_fba_privatefunction dasd_fba_set_onlinefunction define_extentfunction locate_recordfunction dasd_fba_check_characteristicsfunction dasd_fba_do_analysisfunction dasd_fba_fill_geometryfunction dasd_fba_erp_actionfunction dasd_fba_erp_postactionfunction dasd_fba_check_for_device_changefunction ccw_write_no_datafunction ccw_write_zerofunction count_ccwsfunction dasd_fba_free_cpfunction dasd_fba_handle_terminated_requestfunction dasd_fba_fill_infofunction dasd_fba_dump_sense_dbffunction dasd_fba_dump_sensefunction dasd_fba_max_sectorsfunction dasd_fba_pe_handlerfunction dasd_fba_initfunction dasd_fba_cleanupmodule init dasd_fba_init
Annotated Snippet
module_init(dasd_fba_init);
module_exit(dasd_fba_cleanup);
Annotation
- Immediate include surface: `linux/stddef.h`, `linux/kernel.h`, `asm/debug.h`, `linux/slab.h`, `linux/hdreg.h`, `linux/bio.h`, `linux/module.h`, `linux/init.h`.
- Detected declarations: `struct dasd_fba_private`, `function dasd_fba_set_online`, `function define_extent`, `function locate_record`, `function dasd_fba_check_characteristics`, `function dasd_fba_do_analysis`, `function dasd_fba_fill_geometry`, `function dasd_fba_erp_action`, `function dasd_fba_erp_postaction`, `function dasd_fba_check_for_device_change`.
- Atlas domain: Driver Families / drivers/s390.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.