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

/linux-master/include/linux/
H A Dbuffer_head.h482 bool try_to_free_buffers(struct folio *folio);
495 static inline bool try_to_free_buffers(struct folio *folio) { return true; } function
/linux-master/fs/gfs2/
H A Daops.c669 * Calls try_to_free_buffers() to free the buffers and put the folio if the
731 return try_to_free_buffers(folio);
/linux-master/fs/
H A Dmpage.c455 try_to_free_buffers(folio);
H A Dbuffer.c182 * we get exclusion from try_to_free_buffers with the blockdev mapping's
471 * Locking is a little subtle: try_to_free_buffers() will remove buffers
473 * try_to_free_buffers() will be operating against the *blockdev* mapping
708 * We use i_private_lock to lock against try_to_free_buffers while using the
1061 if (!try_to_free_buffers(folio)) {
1225 * and unlocked then try_to_free_buffers() may strip the buffers from the page
1329 * attached page(i.e., try_to_free_buffers) so it could cause
1641 * block_dirty_folio() via i_private_lock. try_to_free_buffers
2865 * try_to_free_buffers() checks if all the buffers on this particular folio
2868 * Exclusion against try_to_free_buffers ma
2917 bool try_to_free_buffers(struct folio *folio) function
2964 EXPORT_SYMBOL(try_to_free_buffers); variable
[all...]
/linux-master/fs/jbd2/
H A Dtransaction.c2119 * so try_to_free_buffers() can reap them.
2121 * This function returns non-zero if we wish try_to_free_buffers()
2122 * to be called. We do this if the page is releasable by try_to_free_buffers().
2182 ret = try_to_free_buffers(folio);
2281 * buffers cannot be stolen by try_to_free_buffers as long as we are
2492 if (may_free && try_to_free_buffers(folio))
H A Dcommit.c81 try_to_free_buffers(folio);
/linux-master/fs/hfsplus/
H A Dinode.c119 return res ? try_to_free_buffers(folio) : false;
/linux-master/fs/hfs/
H A Dinode.c122 return res ? try_to_free_buffers(folio) : false;
/linux-master/fs/ocfs2/
H A Daops.c500 return try_to_free_buffers(folio);
/linux-master/mm/
H A Dmigrate.c1240 try_to_free_buffers(src);
H A Dfilemap.c59 #include <linux/buffer_head.h> /* for try_to_free_buffers */
4133 return try_to_free_buffers(folio);
H A Dvmscan.c637 if (try_to_free_buffers(folio)) {
/linux-master/fs/reiserfs/
H A Dinode.c3222 ret = try_to_free_buffers(folio);
H A Djournal.c608 try_to_free_buffers(folio);
/linux-master/fs/ext4/
H A Dinode.c3194 return try_to_free_buffers(folio);

Completed in 287 milliseconds