Searched refs:ZONEFS_ZTYPE_SEQ (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/zonefs/
H A Dzonefs.h25 * Zone types: ZONEFS_ZTYPE_SEQ is used for all sequential zone types
31 ZONEFS_ZTYPE_SEQ, enumerator in enum:zonefs_ztype
39 return ZONEFS_ZTYPE_SEQ;
H A Dsuper.c39 case ZONEFS_ZTYPE_SEQ:
763 ztype = ZONEFS_ZTYPE_SEQ;
771 if (ctx->pos == 3 && ztype != ZONEFS_ZTYPE_SEQ) {
772 ztype = ZONEFS_ZTYPE_SEQ;
887 sbi->s_zgroup[ZONEFS_ZTYPE_SEQ].g_nr_zones++;
1032 if (ztype == ZONEFS_ZTYPE_SEQ &&

Completed in 279 milliseconds