Searched refs:erofs_iterate_dir_context (Results 1 – 2 of 2) sorted by relevance
25 struct erofs_iterate_dir_context { struct34 static_assert(offsetof(erofs_iterate_dir_context, ctx) == 0);48 struct erofs_iterate_dir_context param { in erofs_iterate_root_dir()51 auto ctx = reinterpret_cast<erofs_iterate_dir_context*>(arg); in erofs_iterate_root_dir()
189 erofs_iterate_root_dir(&sbi, [&](struct erofs_iterate_dir_context* p_info) { in GetFiles()