Searched refs:ntarget (Results 1 – 1 of 1) sorted by relevance
967 struct sf_target *ntarget; in sf_detach() local975 for (ntarget = target->sft_next_lun; in sf_detach()976 ntarget; in sf_detach()977 ntarget = ntarget->sft_next_lun) { in sf_detach()978 mutex_enter(&ntarget->sft_mutex); in sf_detach()979 if (!(ntarget->sft_state & in sf_detach()981 ntarget->sft_state |= in sf_detach()985 mutex_exit(&ntarget->sft_mutex); in sf_detach()1029 struct sf_target *ntarget; in sf_detach() local1036 for (ntarget = target->sft_next_lun; in sf_detach()[all …]