Home
last modified time | relevance | path

Searched refs:fsck_instance (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
Dfsck.h57 struct fsck_instance { struct
66 struct fsck_instance *next; argument
Dfsck.c122 struct fsck_instance *instance_list;
234 static void free_instance(struct fsck_instance *i) in free_instance()
419 struct fsck_instance *inst; in progress_active()
439 struct fsck_instance *inst, *p; in execute()
442 inst = malloc(sizeof(struct fsck_instance)); in execute()
445 memset(inst, 0, sizeof(struct fsck_instance)); in execute()
535 struct fsck_instance *inst; in kill_all()
551 static struct fsck_instance *wait_one(int flags) in wait_one()
555 struct fsck_instance *inst, *inst2, *prev; in wait_one()
674 struct fsck_instance *inst; in wait_many()
[all …]
/external/e2fsprogs/
DRELEASE-NOTES5384 fsck_instance even when the noexecute flag is set. This allows for