Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dtransaction.c465 handle->h_ref = 1; in new_handle()
482 handle->h_ref++; in jbd2__journal_start()
1818 if (--handle->h_ref > 0) { in jbd2_journal_stop()
1819 jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1820 handle->h_ref); in jbd2_journal_stop()
/openbmc/linux/include/linux/
H A Djbd2.h489 int h_ref; member
/openbmc/linux/fs/ocfs2/
H A Djournal.c379 nested = handle->h_ref > 1; in ocfs2_commit_trans()