Searched refs:may_free (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dtransaction.c1677 int may_free = 1; local
1686 may_free = 0;
1692 return may_free;
1746 int may_free = 1; local
1828 may_free = __dispose_buffer(jh, transaction);
1856 may_free = __dispose_buffer(jh, transaction);
1872 return may_free;
1891 int may_free = 1; local
1910 may_free &= hfsplus_jbd_unmap_buffer(journal, bh);
1919 if (!may_free || !try_to_free_buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c1695 int may_free = 1; local
1704 may_free = 0;
1710 return may_free;
1764 int may_free = 1; local
1847 may_free = __dispose_buffer(jh, transaction);
1875 may_free = __dispose_buffer(jh, transaction);
1891 return may_free;
1909 int may_free = 1; local
1928 may_free &= journal_unmap_buffer(journal, bh);
1937 if (may_free
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c1695 int may_free = 1; local
1704 may_free = 0;
1710 return may_free;
1764 int may_free = 1; local
1847 may_free = __dispose_buffer(jh, transaction);
1875 may_free = __dispose_buffer(jh, transaction);
1891 return may_free;
1909 int may_free = 1; local
1928 may_free &= journal_unmap_buffer(journal, bh);
1937 if (may_free
[all...]

Completed in 96 milliseconds