Searched refs:jbd2_journal_stop (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djbd2.h912 extern int jbd2_journal_stop(handle_t *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c1308 * int jbd2_journal_stop() - complete a transaction
1318 * jbd2_journal_stop itself will not usually return an error, but it may
1323 int jbd2_journal_stop(handle_t *handle) function
1435 ret = jbd2_journal_stop(handle);
H A Djournal.c45 EXPORT_SYMBOL(jbd2_journal_stop); variable
1525 * jbd2_journal_stop on an existing handle will return -EIO if we have
1529 * final jbd2_journal_stop, which will receive the -EIO error.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c144 * jbd2_journal_stop calls result in the superblock being marked dirty, so
156 rc = jbd2_journal_stop(handle);

Completed in 172 milliseconds