| /linux-6.15/fs/ocfs2/ |
| H A D | mmap.c | 57 void *fsdata; in __ocfs2_page_mkwrite() local 94 &locked_folio, &fsdata, di_bh, folio); in __ocfs2_page_mkwrite() 106 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
| H A D | aops.h | 26 loff_t pos, unsigned len, unsigned copied, void *fsdata); 36 struct folio **foliop, void **fsdata,
|
| H A D | aops.c | 1625 struct folio **foliop, void **fsdata, in ocfs2_write_begin_nolock() argument 1810 *fsdata = wc; in ocfs2_write_begin_nolock() 1861 struct folio **foliop, void **fsdata) in ocfs2_write_begin() argument 1883 foliop, fsdata, di_bh, NULL); in ocfs2_write_begin() 1925 unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1931 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2052 struct folio *folio, void *fsdata) in ocfs2_write_end() argument 2057 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
| /linux-6.15/fs/hpfs/ |
| H A D | file.c | 193 struct folio **foliop, void **fsdata) in hpfs_write_begin() argument 197 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hpfs_write_begin() 208 struct folio *folio, void *fsdata) in hpfs_write_end() argument 212 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
|
| /linux-6.15/fs/jffs2/ |
| H A D | file.c | 26 struct folio *folio, void *fsdata); 29 struct folio **foliop, void **fsdata); 126 struct folio **foliop, void **fsdata) in jffs2_write_begin() argument 240 struct folio *folio, void *fsdata) in jffs2_write_end() argument
|
| /linux-6.15/fs/f2fs/ |
| H A D | verity.c | 84 void *fsdata = NULL; in pagecache_write() local 87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write() 93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
|
| H A D | compress.c | 1089 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1163 *fsdata = cc->rpages; in prepare_compress_overwrite() 1177 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1188 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1191 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1199 .rpages = fsdata, in f2fs_compress_write_end() 1215 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1232 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1241 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster() 1258 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
| /linux-6.15/fs/ext4/ |
| H A D | verity.c | 80 void *fsdata = NULL; in pagecache_write() local 83 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write() 89 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
|
| H A D | inline.c | 26 void **fsdata); 672 void **fsdata, bool da) in ext4_generic_write_inline_data() argument 703 ret = ext4_da_convert_inline_data_to_extent(mapping, inode, fsdata); in ext4_generic_write_inline_data() 859 void **fsdata) in ext4_da_convert_inline_data_to_extent() argument 896 *fsdata = (void *)CONVERT_INLINE_DATA; in ext4_da_convert_inline_data_to_extent()
|
| /linux-6.15/fs/affs/ |
| H A D | file.c | 420 struct folio **foliop, void **fsdata) in affs_write_begin() argument 424 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in affs_write_begin() 435 struct folio *folio, void *fsdata) in affs_write_end() argument 440 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in affs_write_end() 650 struct folio **foliop, void **fsdata) in affs_write_begin_ofs() argument 689 struct folio *folio, void *fsdata) in affs_write_end_ofs() argument 885 void *fsdata = NULL; in affs_truncate() local 889 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate() 891 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, folio, fsdata); in affs_truncate()
|
| /linux-6.15/fs/jfs/ |
| H A D | inode.c | 295 struct folio **foliop, void **fsdata) in jfs_write_begin() argument 308 void *fsdata) in jfs_write_end() argument 312 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 2276 struct folio *folio, void *fsdata) in block_write_end() argument 2309 struct folio *folio, void *fsdata) in generic_write_end() argument 2485 void *fsdata = NULL; in generic_cont_expand_simple() local 2492 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2496 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple() 2511 void *fsdata = NULL; in cont_expand_zero() local 2529 &folio, &fsdata); in cont_expand_zero() 2534 folio, fsdata); in cont_expand_zero() 2562 &folio, &fsdata); in cont_expand_zero() 2567 folio, fsdata); in cont_expand_zero() [all …]
|
| /linux-6.15/fs/adfs/ |
| H A D | inode.c | 58 struct folio **foliop, void **fsdata) in adfs_write_begin() argument 62 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in adfs_write_begin()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shmem.c | 674 void *fsdata; in i915_gem_object_create_shmem_from_data() local 677 &folio, &fsdata); in i915_gem_object_create_shmem_from_data() 684 folio, fsdata); in i915_gem_object_create_shmem_from_data()
|
| /linux-6.15/fs/hfs/ |
| H A D | extent.c | 489 void *fsdata = NULL; in hfs_file_truncate() local 495 &fsdata); in hfs_file_truncate() 498 folio, fsdata); in hfs_file_truncate()
|
| H A D | hfs_fs.h | 205 loff_t pos, unsigned len, struct folio **foliop, void **fsdata);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io-buffered.c | 687 struct folio **foliop, void **fsdata) in bch2_write_begin() argument 701 *fsdata = res; in bch2_write_begin() 764 *fsdata = NULL; in bch2_write_begin() 770 struct folio *folio, void *fsdata) in bch2_write_end() argument 774 struct bch2_folio_reservation *res = fsdata; in bch2_write_end()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | mmap.c | 245 struct folio **foliop, void **fsdata) in ecryptfs_write_begin() argument 443 struct folio *folio, void *fsdata) in ecryptfs_write_end() argument
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 451 struct folio **foliop, void **fsdata) in exfat_write_begin() argument 468 struct folio *folio, void *fsdata) in exfat_write_end() argument 474 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | extents.c | 558 void *fsdata = NULL; in hfsplus_file_truncate() local 562 &folio, &fsdata); in hfsplus_file_truncate() 566 folio, fsdata); in hfsplus_file_truncate()
|
| /linux-6.15/fs/bfs/ |
| H A D | file.c | 175 struct folio **foliop, void **fsdata) in bfs_write_begin() argument
|
| /linux-6.15/block/ |
| H A D | fops.c | 476 loff_t pos, unsigned len, struct folio **foliop, void **fsdata) in blkdev_write_begin() argument 483 void *fsdata) in blkdev_write_end() argument 486 ret = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in blkdev_write_end()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | inode.c | 223 struct folio **foliop, void **fsdata) in nilfs_write_begin() argument 242 struct folio *folio, void *fsdata) in nilfs_write_end() argument 252 fsdata); in nilfs_write_end()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | file.c | 303 struct folio *folio, void *fsdata) in vboxsf_write_end() argument
|
| /linux-6.15/fs/nfs/ |
| H A D | file.c | 347 void **fsdata) in nfs_write_begin() argument 382 struct folio *folio, void *fsdata) in nfs_write_end() argument
|