Searched refs:pseq_lun (Results 1 – 1 of 1) sorted by relevance
4939 struct fcp_lun *pseq_lun = NULL; in fcp_handle_mapflags() local4992 for (pseq_lun = ptgt->tgt_lun; in fcp_handle_mapflags()4993 pseq_lun != NULL; in fcp_handle_mapflags()4994 pseq_lun = pseq_lun->lun_next) { in fcp_handle_mapflags()4995 if ((pseq_lun->lun_type == DTYPE_SEQUENTIAL) && in fcp_handle_mapflags()4996 !(pseq_lun->lun_state & FCP_LUN_OFFLINE)) { in fcp_handle_mapflags()