| /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.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/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/f2fs/ |
| 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_id in f2fs_truncate_partial_cluster() [all...] |
| /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 | 2192 struct folio *folio, void *fsdata) in __block_write_begin() 2368 void *fsdata = NULL; in block_is_partially_uptodate() 2375 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in block_is_partially_uptodate() 2379 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); 2395 void *fsdata = NULL; in block_read_full_folio() 2413 &folio, &fsdata); in block_read_full_folio() 2418 folio, fsdata); in block_read_full_folio() 2446 &folio, &fsdata); in block_read_full_folio() 2451 folio, fsdata); in block_read_full_folio() 2467 void **fsdata, get_block_ 2299 generic_write_end(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,unsigned copied,struct folio * folio,void * fsdata) generic_write_end() argument 2475 void *fsdata = NULL; generic_cont_expand_simple() local 2502 void *fsdata = NULL; cont_expand_zero() local 2574 cont_write_begin(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,struct folio ** foliop,void ** fsdata,get_block_t * get_block,loff_t * bytes) cont_write_begin() argument [all...] |
| /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()
|
| /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/hfsplus/ |
| H A D | extents.c | 558 void *fsdata = NULL; in hfsplus_file_truncate() 562 &folio, &fsdata); in hfsplus_file_truncate() 566 folio, fsdata); in hfsplus_file_truncate() 554 void *fsdata = NULL; hfsplus_file_truncate() local
|
| /linux/fs/bfs/ |
| H A D | file.c | 176 struct folio **foliop, void **fsdata) in bfs_write_begin() argument
|
| /linux/fs/ext4/ |
| 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()
|
| H A D | inode.c | 1291 struct folio **foliop, void **fsdata) in ext4_write_begin() 1442 struct folio *folio, void *fsdata) in ext4_write_end() 1547 struct folio *folio, void *fsdata) in ext4_journalled_write_end() 3120 struct folio **foliop, void **fsdata) in ext4_da_write_begin() 3134 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 3136 len, foliop, fsdata); in ext4_da_write_begin() 3138 *fsdata = (void *)0; in ext4_da_write_begin() 3143 foliop, fsdata, true); in ext4_da_write_begin() 3277 struct folio *folio, void *fsdata) in ext4_da_write_end() 3280 int write_mode = (int)(unsigned long)fsdata; in ext4_da_write_end() 1286 ext4_write_begin(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,struct folio ** foliop,void ** fsdata) ext4_write_begin() argument 1440 ext4_write_end(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,unsigned copied,struct folio * folio,void * fsdata) ext4_write_end() argument 1545 ext4_journalled_write_end(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,unsigned copied,struct folio * folio,void * fsdata) ext4_journalled_write_end() argument 3118 ext4_da_write_begin(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,struct folio ** foliop,void ** fsdata) ext4_da_write_begin() argument 3275 ext4_da_write_end(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,unsigned copied,struct folio * folio,void * fsdata) ext4_da_write_end() argument [all...] |
| /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()
|
| /linux/fs/ufs/ |
| H A D | inode.c | 480 struct folio **foliop, void **fsdata) in ufs_write_begin() argument 494 struct folio *folio, void *fsdata) in ufs_write_end() argument 498 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
|
| /linux/fs/ext2/ |
| H A D | inode.c | 930 loff_t pos, unsigned len, struct folio **foliop, void **fsdata) in ext2_write_begin() 943 struct folio *folio, void *fsdata) in ext2_write_end() 947 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ext2_write_end() 929 ext2_write_begin(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,struct folio ** foliop,void ** fsdata) ext2_write_begin() argument 942 ext2_write_end(const struct kiocb * iocb,struct address_space * mapping,loff_t pos,unsigned len,unsigned copied,struct folio * folio,void * fsdata) ext2_write_end() argument
|
| /linux/fs/omfs/ |
| H A D | file.c | 316 struct folio **foliop, void **fsdata) in omfs_write_begin() argument
|
| /linux/block/ |
| H A D | fops.c | 505 void **fsdata) in blkdev_write_begin() argument 513 struct folio *folio, void *fsdata) in blkdev_write_end() argument
|
| /linux/include/linux/ |
| H A D | netfs.h | 419 struct folio **, void **fsdata);
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 451 struct folio **foliop, void **fsdata) in hostfs_write_begin() argument 465 struct folio *folio, void *fsdata) in hostfs_write_end() argument
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 291 void **fsdata) in orangefs_write_begin() argument 347 struct folio *folio, void *fsdata) in orangefs_write_end() argument
|