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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c139 struct ctl_be_block_lun;
141 typedef void (*cbb_dispatch_t)(struct ctl_be_block_lun *be_lun,
143 typedef uint64_t (*cbb_getattr_t)(struct ctl_be_block_lun *be_lun,
150 struct ctl_be_block_lun { struct
167 SLIST_ENTRY(ctl_be_block_lun) links;
188 SLIST_HEAD(, ctl_be_block_lun) lun_list;
214 struct ctl_be_block_lun *lun;
231 static void ctl_be_block_flush_file(struct ctl_be_block_lun *be_lun,
233 static void ctl_be_block_dispatch_file(struct ctl_be_block_lun *be_lun,
235 static void ctl_be_block_gls_file(struct ctl_be_block_lun *be_lu
[all...]

Completed in 102 milliseconds