1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct jbd2_journal_handle</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Filesystems API"><link rel="up" href="data_types.html#structures" title="Structures"><link rel="prev" href="API-struct-jbd2-inode.html" title="struct jbd2_inode"><link rel="next" href="API-struct-journal-s.html" title="struct journal_s"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct jbd2_journal_handle</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-jbd2-inode.html">Prev</a> </td><th width="60%" align="center">Structures</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-journal-s.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-jbd2-journal-handle"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct jbd2_journal_handle — 
2     The handle_s type is the concrete type associated with handle_t.
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct jbd2_journal_handle {
5  union {unnamed_union};
6  int h_buffer_credits;
7  int h_ref;
8  int h_err;
9  unsigned int h_sync:1;
10  unsigned int h_jdata:1;
11  unsigned int h_aborted:1;
12#ifdef CONFIG_DEBUG_LOCK_ALLOC
13#endif
14};  </pre></div><div class="refsect1"><a name="id-1.8.4.3.5.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">{unnamed_union}</span></dt><dd><p>
15   anonymous
16      </p></dd><dt><span class="term">h_buffer_credits</span></dt><dd><p>
17   Number of remaining buffers we are allowed to dirty.
18      </p></dd><dt><span class="term">h_ref</span></dt><dd><p>
19   Reference count on this handle
20      </p></dd><dt><span class="term">h_err</span></dt><dd><p>
21   Field for caller's use to track errors through large fs operations
22      </p></dd><dt><span class="term">h_sync</span></dt><dd><p>
23   flag for sync-on-close
24      </p></dd><dt><span class="term">h_jdata</span></dt><dd><p>
25   flag to force data journaling
26      </p></dd><dt><span class="term">h_aborted</span></dt><dd><p>
27   flag indicating fatal error on handle
28      </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-jbd2-inode.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="data_types.html#structures">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-journal-s.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct jbd2_inode</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct journal_s</span></td></tr></table></div></body></html>
29