Searched refs:journal_current_handle (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h167 return journal_current_handle();
H A Dext4_jbd2.h172 return journal_current_handle();
H A Djbd.h878 static inline handle_t *journal_current_handle(void) function
H A Djbd2.h887 static inline handle_t *journal_current_handle(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c265 handle_t *handle = journal_current_handle();
394 J_ASSERT(journal_current_handle() == handle);
1330 J_ASSERT(journal_current_handle() == handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c265 handle_t *handle = journal_current_handle();
394 J_ASSERT(journal_current_handle() == handle);
1330 J_ASSERT(journal_current_handle() == handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Djournal.c130 if (journal_current_handle()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c238 if (errno == -EROFS && journal_current_handle() == NULL &&
2679 handle_t *handle = journal_current_handle();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c287 if (errno == -EROFS && journal_current_handle() == NULL &&
2753 handle_t *handle = journal_current_handle();

Completed in 120 milliseconds