Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h517 bool try_to_free_buffers(struct folio *folio);
530 static inline bool try_to_free_buffers(struct folio *folio) { return true; } in try_to_free_buffers() function
/linux/fs/
H A Dmpage.c451 try_to_free_buffers(folio); in clean_buffers()
H A Dbuffer.c1069 if (!try_to_free_buffers(folio)) { in grow_dev_folio()
2941 bool try_to_free_buffers(struct folio *folio) in try_to_free_buffers() function
2988 EXPORT_SYMBOL(try_to_free_buffers);
/linux/fs/jbd2/
H A Dtransaction.c2164 ret = try_to_free_buffers(folio); in jbd2_journal_try_to_free_buffers()
2474 if (may_free && try_to_free_buffers(folio)) in jbd2_journal_invalidate_folio()
/linux/Documentation/filesystems/
H A Dlocking.rst347 try_to_free_buffers().
/linux/fs/ocfs2/
H A Daops.c484 return try_to_free_buffers(folio); in ocfs2_release_folio()
/linux/mm/
H A Dmigrate.c1320 try_to_free_buffers(src); in migrate_folio_unmap()
H A Dfilemap.c4495 return try_to_free_buffers(folio); in filemap_release_folio()
/linux/fs/ext4/
H A Dinode.c3458 return try_to_free_buffers(folio); in ext4_release_folio()