Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c468 handle->h_ref = 1; in new_handle()
485 handle->h_ref++; in jbd2__journal_start()
1804 if (--handle->h_ref > 0) { in jbd2_journal_stop()
1805 jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1806 handle->h_ref); in jbd2_journal_stop()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h499 int h_ref; member
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c383 nested = handle->h_ref > 1; in ocfs2_commit_trans()