| /linux/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() 1862 struct folio **foliop, void **fsdata) in ocfs2_write_begin() argument 1884 foliop, fsdata, di_bh, NULL); in ocfs2_write_begin() 1926 unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1932 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2054 struct folio *folio, void *fsdata) in ocfs2_write_end() argument 2059 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
| H A D | ocfs2_trace.h | 2453 unsigned long long parent, void *fsdata), 2454 TP_ARGS(len, name, parent, fsdata), 2459 __field(void *, fsdata) 2465 __entry->fsdata = fsdata; 2468 __entry->parent, __entry->fsdata)
|
| /linux/fs/hpfs/ |
| H A D | file.c | 196 struct folio **foliop, void **fsdata) in hpfs_write_begin() argument 200 ret = cont_write_begin(iocb, mapping, pos, len, foliop, fsdata, in hpfs_write_begin() 212 struct folio *folio, void *fsdata) in hpfs_write_end() argument 216 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
|
| /linux/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 | 1087 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1161 *fsdata = cc->rpages; in prepare_compress_overwrite() 1175 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1187 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1190 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1198 .rpages = fsdata, in f2fs_compress_write_end() 1214 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1233 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1241 rpages = fsdata; in f2fs_truncate_partial_cluster() 1254 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
| H A D | data.c | 3331 void *fsdata = NULL; in f2fs_write_cache_pages() local 3362 folio->index, &fsdata); in f2fs_write_cache_pages() 3369 fsdata, folio->index, 1) || in f2fs_write_cache_pages() 3851 void **fsdata) in f2fs_write_begin() argument 3885 *fsdata = NULL; in f2fs_write_begin() 3891 index, fsdata); in f2fs_write_begin() 3989 struct folio *folio, void *fsdata) in f2fs_write_end() argument 4009 if (f2fs_compressed_file(inode) && fsdata) { in f2fs_write_end() 4010 f2fs_compress_write_end(inode, fsdata, folio->index, copied); in f2fs_write_end()
|
| /linux/fs/jffs2/ |
| H A D | file.c | 28 struct folio *folio, void *fsdata); 32 struct folio **foliop, void **fsdata); 131 struct folio **foliop, void **fsdata) in jffs2_write_begin() argument 246 struct folio *folio, void *fsdata) in jffs2_write_end() argument
|
| /linux/fs/affs/ |
| H A D | file.c | 422 struct folio **foliop, void **fsdata) in affs_write_begin() argument 426 ret = cont_write_begin(iocb, mapping, pos, len, foliop, fsdata, in affs_write_begin() 438 struct folio *folio, void *fsdata) in affs_write_end() argument 443 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in affs_write_end() 654 struct folio **foliop, void **fsdata) in affs_write_begin_ofs() argument 694 struct folio *folio, void *fsdata) in affs_write_end_ofs() argument 890 void *fsdata = NULL; in affs_truncate() local 894 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate() 896 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, folio, fsdata); in affs_truncate()
|
| /linux/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); 700 void **fsdata, bool da) in ext4_generic_write_inline_data() argument 731 ret = ext4_da_convert_inline_data_to_extent(mapping, inode, fsdata); in ext4_generic_write_inline_data() 887 void **fsdata) in ext4_da_convert_inline_data_to_extent() argument 925 *fsdata = (void *)CONVERT_INLINE_DATA; in ext4_da_convert_inline_data_to_extent()
|
| /linux/fs/jfs/ |
| H A D | inode.c | 302 struct folio **foliop, void **fsdata) in jfs_write_begin() argument 316 struct folio *folio, void *fsdata) in jfs_write_end() argument 320 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
|
| /linux/fs/adfs/ |
| H A D | inode.c | 59 struct folio **foliop, void **fsdata) in adfs_write_begin() argument 63 ret = cont_write_begin(iocb, mapping, pos, len, foliop, fsdata, in adfs_write_begin()
|
| /linux/fs/ |
| H A D | buffer.c | 2299 struct folio *folio, void *fsdata) in generic_write_end() argument 2475 void *fsdata = NULL; in generic_cont_expand_simple() local 2482 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2486 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple() 2502 void *fsdata = NULL; in cont_expand_zero() local 2520 &folio, &fsdata); in cont_expand_zero() 2525 folio, fsdata); in cont_expand_zero() 2553 &folio, &fsdata); in cont_expand_zero() 2558 folio, fsdata); in cont_expand_zero() 2574 void **fsdata, get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
|
| /linux/fs/hfs/ |
| H A D | extent.c | 490 void *fsdata = NULL; in hfs_file_truncate() local 496 &fsdata); in hfs_file_truncate() 499 folio, fsdata); in hfs_file_truncate()
|
| H A D | hfs_fs.h | 182 void **fsdata);
|
| /linux/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/fs/exfat/ |
| H A D | inode.c | 436 struct folio **foliop, void **fsdata) in exfat_write_begin() argument 454 struct folio *folio, void *fsdata) in exfat_write_end() argument 460 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
|
| /linux/fs/hfsplus/ |
| H A D | extents.c | 554 void *fsdata = NULL; in hfsplus_file_truncate() local 558 &folio, &fsdata); in hfsplus_file_truncate() 562 folio, fsdata); in hfsplus_file_truncate()
|
| /linux/fs/bfs/ |
| H A D | file.c | 176 struct folio **foliop, void **fsdata) in bfs_write_begin() argument
|
| /linux/fs/nilfs2/ |
| H A D | inode.c | 224 struct folio **foliop, void **fsdata) in nilfs_write_begin() argument 244 struct folio *folio, void *fsdata) in nilfs_write_end() argument 254 fsdata); in nilfs_write_end()
|
| /linux/fs/nfs/ |
| H A D | file.c | 385 void **fsdata) in nfs_write_begin() argument 427 struct folio *folio, void *fsdata) in nfs_write_end() argument
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 305 struct folio *folio, void *fsdata) in vboxsf_write_end() argument
|
| /linux/fs/fat/ |
| H A D | inode.c | 226 struct folio **foliop, void **fsdata) in fat_write_begin() argument 231 foliop, fsdata, fat_get_block, in fat_write_begin() 241 struct folio *folio, void *fsdata) in fat_write_end() argument 245 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
|