Searched refs:mt_mode (Results 1 – 2 of 2) sorted by relevance
987 if (mtftseg->mt_mode != FT_RD_SINGLE && in mtiocrdftseg()988 mtftseg->mt_mode != FT_RD_AHEAD) { in mtiocrdftseg()1003 mtftseg->mt_mode); in mtiocrdftseg()1050 if (mtftseg->mt_mode != FT_WR_ASYNC && in mtiocwrftseg()1051 mtftseg->mt_mode != FT_WR_MULTI && in mtiocwrftseg()1052 mtftseg->mt_mode != FT_WR_SINGLE && in mtiocwrftseg()1053 mtftseg->mt_mode != FT_WR_DELETE) { in mtiocwrftseg()1069 if (mtftseg->mt_mode != FT_WR_DELETE) { in mtiocwrftseg()1086 mtftseg->mt_mode); in mtiocwrftseg()1087 if (mtftseg->mt_result >= 0 && mtftseg->mt_mode == FT_WR_SINGLE) { in mtiocwrftseg()
205 unsigned mt_mode; /* modes for read/write (sync/async etc.) */ member