Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c146 struct ctl_be_block_lun;
148 typedef void (*cbb_dispatch_t)(struct ctl_be_block_lun *be_lun,
150 typedef uint64_t (*cbb_getattr_t)(struct ctl_be_block_lun *be_lun,
157 struct ctl_be_block_lun { struct
174 SLIST_ENTRY(ctl_be_block_lun) links; argument
193 SLIST_HEAD(, ctl_be_block_lun) lun_list; argument
224 struct ctl_be_block_lun *lun;
239 static void ctl_be_block_flush_file(struct ctl_be_block_lun *be_lun,
241 static void ctl_be_block_dispatch_file(struct ctl_be_block_lun *be_lun,
243 static void ctl_be_block_gls_file(struct ctl_be_block_lun *be_lun,
[all …]