/linux-6.1.9/fs/ocfs2/ |
D | mmap.c | 57 void *fsdata; in __ocfs2_page_mkwrite() local 94 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite() 106 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
D | aops.h | 31 loff_t pos, unsigned len, unsigned copied, void *fsdata); 41 struct page **pagep, void **fsdata,
|
D | aops.c | 1648 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1833 *fsdata = wc; in ocfs2_write_begin_nolock() 1884 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1906 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1951 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1957 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2066 struct page *page, void *fsdata) in ocfs2_write_end() argument 2071 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
/linux-6.1.9/fs/hpfs/ |
D | file.c | 198 struct page **pagep, void **fsdata) in hpfs_write_begin() argument 203 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin() 214 struct page *pagep, void *fsdata) in hpfs_write_end() argument 218 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/linux-6.1.9/fs/jffs2/ |
D | file.c | 26 struct page *pg, void *fsdata); 29 struct page **pagep, void **fsdata); 133 struct page **pagep, void **fsdata) in jffs2_write_begin() argument 247 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
/linux-6.1.9/fs/f2fs/ |
D | verity.c | 84 void *fsdata; in pagecache_write() local 87 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write() 93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
|
D | compress.c | 1032 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1105 *fsdata = cc->rpages; in prepare_compress_overwrite() 1119 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1130 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1133 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1141 .rpages = fsdata, in f2fs_compress_write_end() 1156 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1173 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1182 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster() 1198 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
/linux-6.1.9/fs/ext4/ |
D | verity.c | 82 void *fsdata = NULL; in pagecache_write() local 85 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write() 91 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
|
D | inode.c | 1154 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1307 struct page *page, void *fsdata) in ext4_write_end() argument 1322 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext4_write_end() 1409 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2972 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 2985 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 2987 len, pagep, fsdata); in ext4_da_write_begin() 2989 *fsdata = (void *)0; in ext4_da_write_begin() 2994 pagep, fsdata); in ext4_da_write_begin() 3062 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
/linux-6.1.9/fs/9p/ |
D | vfs_addr.c | 275 struct page **subpagep, void **fsdata) in v9fs_write_begin() argument 289 retval = netfs_write_begin(&v9inode->netfs, filp, mapping, pos, len, &folio, fsdata); in v9fs_write_begin() 299 struct page *subpage, void *fsdata) in v9fs_write_end() argument
|
/linux-6.1.9/fs/affs/ |
D | file.c | 418 struct page **pagep, void **fsdata) in affs_write_begin() argument 423 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin() 434 struct page *page, void *fsdata) in affs_write_end() argument 439 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in affs_write_end() 651 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 689 struct page *page, void *fsdata) in affs_write_end_ofs() argument 883 void *fsdata = NULL; in affs_truncate() local 887 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &page, &fsdata); in affs_truncate() 889 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/linux-6.1.9/fs/jfs/ |
D | inode.c | 300 struct page **pagep, void **fsdata) in jfs_write_begin() argument 313 void *fsdata) in jfs_write_end() argument 317 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in jfs_write_end()
|
/linux-6.1.9/fs/ |
D | buffer.c | 2116 struct page *page, void *fsdata) in block_write_end() argument 2152 struct page *page, void *fsdata) in generic_write_end() argument 2158 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2340 void *fsdata = NULL; in generic_cont_expand_simple() local 2347 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple() 2351 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2366 void *fsdata = NULL; in cont_expand_zero() local 2384 &page, &fsdata); in cont_expand_zero() 2389 page, fsdata); in cont_expand_zero() 2417 &page, &fsdata); in cont_expand_zero() [all …]
|
/linux-6.1.9/fs/udf/ |
D | file.c | 91 void **fsdata) in udf_adinicb_write_begin() argument 115 struct page *page, void *fsdata) in udf_adinicb_write_end() argument
|
/linux-6.1.9/fs/exfat/ |
D | inode.c | 372 struct page **pagep, void **fsdata) in exfat_write_begin() argument 377 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin() 389 struct page *pagep, void *fsdata) in exfat_write_end() argument 395 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
|
/linux-6.1.9/fs/adfs/ |
D | inode.c | 56 struct page **pagep, void **fsdata) in adfs_write_begin() argument 61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
|
/linux-6.1.9/fs/hfs/ |
D | extent.c | 489 void *fsdata; in hfs_file_truncate() local 495 &fsdata); in hfs_file_truncate() 498 page, fsdata); in hfs_file_truncate()
|
D | hfs_fs.h | 205 loff_t pos, unsigned len, struct page **pagep, void **fsdata);
|
/linux-6.1.9/fs/ecryptfs/ |
D | mmap.c | 269 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 467 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
/linux-6.1.9/fs/hfsplus/ |
D | extents.c | 557 void *fsdata; in hfsplus_file_truncate() local 561 &page, &fsdata); in hfsplus_file_truncate() 565 page, fsdata); in hfsplus_file_truncate()
|
/linux-6.1.9/block/ |
D | fops.c | 390 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in blkdev_write_begin() argument 397 void *fsdata) in blkdev_write_end() argument 400 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
/linux-6.1.9/fs/bfs/ |
D | file.c | 173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/linux-6.1.9/include/linux/ |
D | netfs.h | 283 struct folio **, void **fsdata);
|
/linux-6.1.9/fs/afs/ |
D | write.c | 46 struct page **_page, void **fsdata) in afs_write_begin() argument 63 ret = netfs_write_begin(&vnode->netfs, file, mapping, pos, len, &folio, fsdata); in afs_write_begin() 123 struct page *subpage, void *fsdata) in afs_write_end() argument
|
/linux-6.1.9/fs/nfs/ |
D | file.c | 317 struct page **pagep, void **fsdata) in nfs_write_begin() argument 350 struct page *page, void *fsdata) in nfs_write_end() argument
|