Home | History | Annotate | Download | only in debugfs

Lines Matching refs:where

49 	enum journal_location where;
93 journal_source.where = JOURNAL_IS_INTERNAL;
205 journal_source.where = JOURNAL_IS_EXTERNAL;
233 journal_source.where = JOURNAL_IS_INTERNAL;
256 journal_source.where = JOURNAL_IS_EXTERNAL;
262 if (journal_source.where == JOURNAL_IS_INTERNAL)
285 if (source->where == JOURNAL_IS_EXTERNAL) {
599 static void show_indirect(FILE *out_file, const char *name, __u32 where)
601 if (where)
602 fprintf(out_file, "(%s): %u ", name, where);