Searched refs:sft_next_lun (Results 1 – 2 of 2) sorted by relevance
977 for (ntarget = target->sft_next_lun; in sf_detach()979 ntarget = ntarget->sft_next_lun) { in sf_detach()1038 for (ntarget = target->sft_next_lun; in sf_detach()1040 ntarget = ntarget->sft_next_lun) { in sf_detach()2374 target = target->sft_next_lun; in sf_statec_callback()2440 target = target->sft_next_lun; in sf_statec_callback()2557 target = target->sft_next_lun; in sf_statec_callback()3319 for (target = ptarget; target->sft_next_lun; in sf_create_target()3320 target = target->sft_next_lun) { in sf_create_target()3321 otarget = target->sft_next_lun; in sf_create_target()[all …]
230 struct sf_target *sft_next_lun; member