aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
diff options
context:
space:
mode:
authorTaotao Chen <[email protected]>2025-07-16 09:36:08 +0000
committerChristian Brauner <[email protected]>2025-07-16 12:48:18 +0000
commitb799474b9aeb46ec698874d4de1a799de8b5f64f (patch)
tree5dec99eb477cd5ee21c21bb7fae96731a838b0e0 /fs/ext4/file.c
parentfs: change write_begin/write_end interface to take struct kiocb * (diff)
downloadkernel-b799474b9aeb46ec698874d4de1a799de8b5f64f.tar.gz
kernel-b799474b9aeb46ec698874d4de1a799de8b5f64f.zip
mm/pagemap: add write_begin_get_folio() helper function
Add write_begin_get_folio() to simplify the common folio lookup logic used by filesystem ->write_begin() implementations. This helper wraps __filemap_get_folio() with common flags such as FGP_WRITEBEGIN, conditional FGP_DONTCACHE, and set folio order based on the write length. Part of a series refactoring address_space_operations write_begin and write_end callbacks to use struct kiocb for passing write context and flags. Signed-off-by: Taotao Chen <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'fs/ext4/file.c')
0 files changed, 0 insertions, 0 deletions