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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend_block.c137 struct ctl_be_block_lun;
139 typedef void (*cbb_dispatch_t)(struct ctl_be_block_lun *be_lun,
146 struct ctl_be_block_lun { struct
166 STAILQ_ENTRY(ctl_be_block_lun) links;
184 STAILQ_HEAD(, ctl_be_block_lun) lun_list;
209 struct ctl_be_block_lun *lun;
224 static void ctl_be_block_flush_file(struct ctl_be_block_lun *be_lun,
226 static void ctl_be_block_dispatch_file(struct ctl_be_block_lun *be_lun,
228 static void ctl_be_block_flush_dev(struct ctl_be_block_lun *be_lun,
230 static void ctl_be_block_dispatch_dev(struct ctl_be_block_lun *be_lu
[all...]

Completed in 52 milliseconds