Home
last modified time | relevance | path

Searched refs:e2fsck_allocate_context (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dlogfile.c371 errcode_t e2fsck_allocate_context(e2fsck_t *ret) in e2fsck_allocate_context() function
398 e2fsck_allocate_context(&ctx); in main()
De2fsck.c21 errcode_t e2fsck_allocate_context(e2fsck_t *ret) in e2fsck_allocate_context() function
De2fsck.h489 extern errcode_t e2fsck_allocate_context(e2fsck_t *ret);
Dunix.c828 retval = e2fsck_allocate_context(&ctx); in PRS()