HomeSort by relevance Sort by last modified time
    Searched refs:J_ASSERT (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/e2fsck/
jfs_user.h 164 #undef J_ASSERT
165 #define J_ASSERT(x) assert(x)
174 #define J_ASSERT(assert) \
revoke.c 209 J_ASSERT(!jbd2_revoke_record_cache);
210 J_ASSERT(!jbd2_revoke_table_cache);
265 J_ASSERT(list_empty(hash_list));
275 J_ASSERT(journal->j_revoke_table[0] == NULL);
276 J_ASSERT(is_power_of_2(hash_size));
349 J_ASSERT (!"Cannot set revoke feature!");
recovery.c 593 J_ASSERT(obh != NULL);
  /external/e2fsprogs/debugfs/
revoke.c 209 J_ASSERT(!jbd2_revoke_record_cache);
210 J_ASSERT(!jbd2_revoke_table_cache);
265 J_ASSERT(list_empty(hash_list));
275 J_ASSERT(journal->j_revoke_table[0] == NULL);
276 J_ASSERT(is_power_of_2(hash_size));
349 J_ASSERT (!"Cannot set revoke feature!");
recovery.c 593 J_ASSERT(obh != NULL);
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 90 #define J_ASSERT(assert) \

Completed in 751 milliseconds