Searched defs:be_lun (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 464 struct ctl_be_block_lun *be_lun; in ctl_be_block_move_done() local 521 struct ctl_be_block_lun *be_lun = beio->lun; in ctl_be_block_biodone() local 608 ctl_be_block_flush_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_flush_file() 652 ctl_be_block_dispatch_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_dispatch_file() 810 ctl_be_block_gls_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_gls_file() 851 ctl_be_block_getattr_file(struct ctl_be_block_lun *be_lun, const char *attrname) in ctl_be_block_getattr_file() 879 ctl_be_block_unmap_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_unmap_file() 957 ctl_be_block_dispatch_zvol(struct ctl_be_block_lun *be_lun, in ctl_be_block_dispatch_zvol() 1060 ctl_be_block_gls_zvol(struct ctl_be_block_lun *be_lun, in ctl_be_block_gls_zvol() 1109 ctl_be_block_flush_dev(struct ctl_be_block_lun *be_lun, in ctl_be_block_flush_dev() [all …]
|
H A D | ctl_backend_ramdisk.c | 210 ctl_backend_ramdisk_getpage(struct ctl_be_ramdisk_lun *be_lun, off_t pn, in ctl_backend_ramdisk_getpage() 272 ctl_backend_ramdisk_unmappage(struct ctl_be_ramdisk_lun *be_lun, off_t pn) in ctl_backend_ramdisk_unmappage() 302 ctl_backend_ramdisk_anchorpage(struct ctl_be_ramdisk_lun *be_lun, off_t pn) in ctl_backend_ramdisk_anchorpage() 365 struct ctl_be_ramdisk_lun *be_lun = (struct ctl_be_ramdisk_lun *)cbe_lun; in ctl_backend_ramdisk_cmp() local 396 struct ctl_be_ramdisk_lun *be_lun = in ctl_backend_ramdisk_move_done() local 449 struct ctl_be_ramdisk_lun *be_lun = (struct ctl_be_ramdisk_lun *)cbe_lun; in ctl_backend_ramdisk_rw() local 527 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_worker() local 558 struct ctl_be_ramdisk_lun *be_lun = (struct ctl_be_ramdisk_lun *)cbe_lun; in ctl_backend_ramdisk_gls() local 612 struct ctl_be_ramdisk_lun *be_lun = (struct ctl_be_ramdisk_lun *)cbe_lun; in ramdisk_namespace_data() local 695 struct ctl_be_ramdisk_lun *be_lun = (struct ctl_be_ramdisk_lun *)cbe_lun; in ctl_backend_ramdisk_delete() local [all …]
|
H A D | ctl.c | 4444 ctl_add_lun(struct ctl_be_lun *be_lun) in ctl_add_lun() 4816 ctl_start_lun(struct ctl_be_lun *be_lun) in ctl_start_lun() 4827 ctl_stop_lun(struct ctl_be_lun *be_lun) in ctl_stop_lun() 4838 ctl_lun_no_media(struct ctl_be_lun *be_lun) in ctl_lun_no_media() 4849 ctl_lun_has_media(struct ctl_be_lun *be_lun) in ctl_lun_has_media() 4877 ctl_lun_ejected(struct ctl_be_lun *be_lun) in ctl_lun_ejected() 4888 ctl_lun_primary(struct ctl_be_lun *be_lun) in ctl_lun_primary() 4901 ctl_lun_secondary(struct ctl_be_lun *be_lun) in ctl_lun_secondary() 4920 ctl_remove_lun(struct ctl_be_lun *be_lun) in ctl_remove_lun() 4946 ctl_lun_capacity_changed(struct ctl_be_lun *be_lun) in ctl_lun_capacity_changed() [all …]
|
H A D | ctl_private.h | 329 struct ctl_be_lun *be_lun; member
|