Searched refs:try_to_free_buffers (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbuffer_head.h149 int try_to_free_buffers(struct page *);
331 static inline int try_to_free_buffers(struct page *page) { return 1; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dpage.c285 if (page_has_buffers(page) && !try_to_free_buffers(page))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dcommit.c88 try_to_free_buffers(page);
H A Dtransaction.c1603 * so try_to_free_buffers() can reap them.
1605 * This function returns non-zero if we wish try_to_free_buffers()
1606 * to be called. We do this if the page is releasable by try_to_free_buffers().
1658 ret = try_to_free_buffers(page);
1753 * buffers cannot be stolen by try_to_free_buffers as long as we are
1919 if (!may_free || !try_to_free_buffers(page))
H A Dinode.c110 return res ? try_to_free_buffers(page) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dcommit.c71 try_to_free_buffers(page);
H A Dtransaction.c1693 * so try_to_free_buffers() can reap them.
1695 * This function returns non-zero if we wish try_to_free_buffers()
1696 * to be called. We do this if the page is releasable by try_to_free_buffers().
1751 ret = try_to_free_buffers(page);
1852 * buffers cannot be stolen by try_to_free_buffers as long as we are
2031 if (may_free && try_to_free_buffers(page))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dmpage.c613 try_to_free_buffers(page);
H A Dbuffer.c176 * we get exclusion from try_to_free_buffers with the blockdev mapping's
941 if (!try_to_free_buffers(page))
1107 * and unlocked then try_to_free_buffers() may strip the buffers from the page
1444 * __set_page_dirty_buffers() via private_lock. try_to_free_buffers
2964 * try_to_free_buffers() checks if all the buffers on this particular page
2967 * Exclusion against try_to_free_buffers may be obtained by either
2981 * try_to_free_buffers() is non-blocking.
3018 int try_to_free_buffers(struct page *page) function
3065 EXPORT_SYMBOL(try_to_free_buffers); variable
H A Dblock_dev.c1611 return try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dtransaction.c1611 * so try_to_free_buffers() can reap them.
1613 * This function returns non-zero if we wish try_to_free_buffers()
1614 * to be called. We do this if the page is releasable by try_to_free_buffers().
1670 ret = try_to_free_buffers(page);
1771 * buffers cannot be stolen by try_to_free_buffers as long as we are
1943 if (may_free && try_to_free_buffers(page))
H A Dcommit.c78 try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Daops.c1054 * Call try_to_free_buffers() if the buffers in this page can be
1108 return try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dinode.c116 return res ? try_to_free_buffers(page) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dinode.c109 return res ? try_to_free_buffers(page) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmigrate.c660 try_to_free_buffers(page);
H A Dfilemap.c40 #include <linux/buffer_head.h> /* for try_to_free_buffers */
2518 return try_to_free_buffers(page);
H A Dvmscan.c359 if (try_to_free_buffers(page)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1294 return try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dsuper.c712 * which would prevent try_to_free_buffers() from freeing them, we must use
713 * jbd layer's try_to_free_buffers() function to release them.
726 return try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c3039 ret = try_to_free_buffers(page);
H A Djournal.c621 try_to_free_buffers(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c3501 return try_to_free_buffers(page);
H A Dsuper.c1101 * which would prevent try_to_free_buffers() from freeing them, we must use
1102 * jbd2 layer's try_to_free_buffers() function to release them.
1115 return try_to_free_buffers(page);

Completed in 193 milliseconds