Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_jbd2.c51 handle->h_ref++; in ext4_get_nojournal()
59 BUG_ON(handle->h_ref == 0); in ext4_put_nojournal()
61 handle->h_ref--; in ext4_put_nojournal()
62 if (handle->h_ref == 0) { in ext4_put_nojournal()
/linux/include/linux/
H A Djbd2.h509 int h_ref; member