Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbuffer_head.h196 bool try_to_free_buffers(struct folio *);
470 static inline bool try_to_free_buffers(struct folio *folio) { return true; } in try_to_free_buffers() function
/linux-6.1.9/fs/
Dmpage.c435 try_to_free_buffers(page_folio(page)); in clean_buffers()
Dbuffer.c958 if (!try_to_free_buffers(page_folio(page))) in grow_dev_page()
2815 bool try_to_free_buffers(struct folio *folio) in try_to_free_buffers() function
2862 EXPORT_SYMBOL(try_to_free_buffers);
/linux-6.1.9/fs/gfs2/
Daops.c735 return try_to_free_buffers(folio); in gfs2_release_folio()
/linux-6.1.9/fs/hfsplus/
Dinode.c124 return res ? try_to_free_buffers(folio) : false; in hfsplus_release_folio()
/linux-6.1.9/fs/jbd2/
Dtransaction.c2188 ret = try_to_free_buffers(folio); in jbd2_journal_try_to_free_buffers()
2495 if (may_free && try_to_free_buffers(folio)) in jbd2_journal_invalidate_folio()
Dcommit.c85 try_to_free_buffers(folio); in release_buffer_page()
/linux-6.1.9/fs/hfs/
Dinode.c127 return res ? try_to_free_buffers(folio) : false; in hfs_release_folio()
/linux-6.1.9/mm/
Dmigrate.c1100 try_to_free_buffers(src); in __unmap_and_move()
Dfilemap.c3949 return try_to_free_buffers(folio); in filemap_release_folio()
Dvmscan.c1253 if (try_to_free_buffers(folio)) { in pageout()
/linux-6.1.9/fs/ocfs2/
Daops.c503 return try_to_free_buffers(folio); in ocfs2_release_folio()
/linux-6.1.9/fs/reiserfs/
Dinode.c3229 ret = try_to_free_buffers(folio); in reiserfs_release_folio()
Djournal.c609 try_to_free_buffers(folio); in release_buffer_page()
/linux-6.1.9/fs/ext4/
Dinode.c3300 return try_to_free_buffers(folio); in ext4_release_folio()