Searched defs:set_fs_fixup_state (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dext4fixup.c150 static int set_fs_fixup_state(int fd, int state) function
421 * superblock will be cleared on the final call to set_fs_fixup_state() */
866 set_fs_fixup_state(fd, STATE_MARKING_INUMS);
872 set_fs_fixup_state(fd, STATE_UPDATING_INUMS);
879 set_fs_fixup_state(fd, STATE_UPDATING_SB);
888 set_fs_fixup_state(fd, STATE_UNSET);

Completed in 125 milliseconds