Home | History | Annotate | Download | only in debugfs

Lines Matching refs:where

48 	enum journal_location where;
92 journal_source.where = JOURNAL_IS_INTERNAL;
200 journal_source.where = JOURNAL_IS_EXTERNAL;
227 journal_source.where = JOURNAL_IS_INTERNAL;
250 journal_source.where = JOURNAL_IS_EXTERNAL;
256 if (journal_source.where == JOURNAL_IS_INTERNAL)
279 if (source->where == JOURNAL_IS_EXTERNAL) {
562 static void show_indirect(FILE *out_file, const char *name, __u32 where)
564 if (where)
565 fprintf(out_file, "(%s): %u ", name, where);