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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dtransaction.c1771 int may_free = 1; local
1785 may_free = 0;
1791 return may_free;
1845 int may_free = 1; local
1943 may_free = __dispose_buffer(jh, transaction);
1970 may_free = __dispose_buffer(jh, transaction);
1986 return may_free;
2003 int may_free = 1; local
2022 may_free &= journal_unmap_buffer(journal, bh);
2031 if (may_free
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dtransaction.c1690 int may_free = 1; local
1704 may_free = 0;
1710 return may_free;
1764 int may_free = 1; local
1881 may_free = __dispose_buffer(jh, transaction);
1897 return may_free;
1915 int may_free = 1; local
1934 may_free &= journal_unmap_buffer(journal, bh);
1943 if (may_free && try_to_free_buffers(page))

Completed in 178 milliseconds