h_ref             435 fs/jbd2/transaction.c 	handle->h_ref = 1;
h_ref             452 fs/jbd2/transaction.c 		handle->h_ref++;
h_ref            1719 fs/jbd2/transaction.c 		if (--handle->h_ref > 0) {
h_ref            1720 fs/jbd2/transaction.c 			jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1,
h_ref            1721 fs/jbd2/transaction.c 							 handle->h_ref);
h_ref            1738 fs/jbd2/transaction.c 	if (--handle->h_ref > 0) {
h_ref            1739 fs/jbd2/transaction.c 		jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1,
h_ref            1740 fs/jbd2/transaction.c 			  handle->h_ref);
h_ref             383 fs/ocfs2/journal.c 	nested = handle->h_ref > 1;
h_ref             508 include/linux/jbd2.h 	int			h_ref;