Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Dtransaction.c480 handle->h_ref = 1; in new_handle()
497 handle->h_ref++; in jbd2__journal_start()
1830 if (--handle->h_ref > 0) { in jbd2_journal_stop()
1831 jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1832 handle->h_ref); in jbd2_journal_stop()
/linux-6.1.9/include/linux/
Djbd2.h498 int h_ref; member
/linux-6.1.9/fs/ocfs2/
Djournal.c381 nested = handle->h_ref > 1; in ocfs2_commit_trans()