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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djournal-head.h29 int b_jcount; member in struct:journal_head
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Djournal.c1788 jh->b_jcount++;
1806 jh->b_jcount++;
1816 J_ASSERT_JH(jh, jh->b_jcount >= 0);
1819 if (jh->b_jcount == 0) {
1852 * and has a zero b_jcount then remove and release its journal_head. If we did
1879 J_ASSERT_JH(jh, jh->b_jcount > 0);
1880 --jh->b_jcount;
1881 if (!jh->b_jcount && !jh->b_transaction) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Djournal.c2045 jh->b_jcount++;
2063 jh->b_jcount++;
2073 J_ASSERT_JH(jh, jh->b_jcount >= 0);
2076 if (jh->b_jcount == 0) {
2109 * and has a zero b_jcount then remove and release its journal_head. If we did
2136 J_ASSERT_JH(jh, jh->b_jcount > 0);
2137 --jh->b_jcount;
2138 if (!jh->b_jcount && !jh->b_transaction) {

Completed in 142 milliseconds