Lines Matching refs:ppp
130 struct extent_path *ppp = path; in dump_path() local
136 tag, (ppp - handle->path), ppp->buf, ppp->entries, in dump_path()
137 ppp->max_entries, ppp->left, ppp->visit_num, ppp->flags, in dump_path()
138 ppp->end_blk, ppp->curr, ppp->curr - (void *)ppp->buf); in dump_path()
140 dbg_show_header((struct ext3_extent_header *)ppp->buf); in dump_path()
141 if (ppp->curr) { in dump_path()
143 dbg_show_index(ppp->curr); in dump_path()
145 dbg_show_extent(ppp->curr); in dump_path()
147 ppp--; in dump_path()
148 } while (ppp >= handle->path); in dump_path()
879 struct extent_path *ppp = path; in splitting_at_eof() local
886 if (ppp->left) in splitting_at_eof()
888 ppp--; in splitting_at_eof()
889 } while (ppp >= handle->path); in splitting_at_eof()