Searched refs:b_jcount (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djournal-head.h27 int b_jcount; member in struct:journal_head
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h27 int b_jcount; member in struct:hfsplus_jbd_head
H A Djbd_journal.c1714 * hfsplus_jbd_head's b_jcount refcount by one. The caller must call
1719 * (Attach a hfsplus_jbd_head if needed. Increments b_jcount)
1725 * Now, the hfsplus_jbd_head's b_jcount is zero, but it is safe from being released
1771 jh->b_jcount++;
1789 jh->b_jcount++;
1799 HFSPLUS_J_ASSERT_JH(jh, jh->b_jcount >= 0);
1802 if (jh->b_jcount == 0) {
1835 * and has a zero b_jcount then remove and release its hfsplus_jbd_head. If we did
1862 HFSPLUS_J_ASSERT_JH(jh, jh->b_jcount > 0);
1863 --jh->b_jcount;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Djournal.c1803 jh->b_jcount++;
1821 jh->b_jcount++;
1831 J_ASSERT_JH(jh, jh->b_jcount >= 0);
1834 if (jh->b_jcount == 0) {
1867 * and has a zero b_jcount then remove and release its journal_head. If we did
1894 J_ASSERT_JH(jh, jh->b_jcount > 0);
1895 --jh->b_jcount;
1896 if (!jh->b_jcount && !jh->b_transaction) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c1814 jh->b_jcount++;
1832 jh->b_jcount++;
1842 J_ASSERT_JH(jh, jh->b_jcount >= 0);
1845 if (jh->b_jcount == 0) {
1878 * and has a zero b_jcount then remove and release its journal_head. If we did
1905 J_ASSERT_JH(jh, jh->b_jcount > 0);
1906 --jh->b_jcount;
1907 if (!jh->b_jcount && !jh->b_transaction) {

Completed in 74 milliseconds