Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Dtransaction.c387 handle->h_ref = 1; in new_handle()
426 handle->h_ref++; in jbd2__journal_start()
1533 if (--handle->h_ref > 0) { in jbd2_journal_stop()
1534 jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1535 handle->h_ref); in jbd2_journal_stop()
1552 if (--handle->h_ref > 0) { in jbd2_journal_stop()
1553 jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1554 handle->h_ref); in jbd2_journal_stop()
/linux-4.1.27/fs/jbd/
Dtransaction.c249 handle->h_ref = 1; in new_handle()
281 handle->h_ref++; in journal_start()
1378 if (--handle->h_ref > 0) { in journal_stop()
1379 jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in journal_stop()
1380 handle->h_ref); in journal_stop()
/linux-4.1.27/include/linux/
Djbd.h317 int h_ref; member
Djbd2.h433 int h_ref; member
/linux-4.1.27/fs/ocfs2/
Djournal.c396 nested = handle->h_ref > 1; in ocfs2_commit_trans()