/linux/fs/ocfs2/ |
A 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()
|
A D | aops.h | 31 loff_t pos, unsigned len, unsigned copied, void *fsdata); 41 struct page **pagep, void **fsdata,
|
A D | aops.c | 1649 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1834 *fsdata = wc; in ocfs2_write_begin_nolock() 1885 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1907 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1952 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1958 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2067 struct page *page, void *fsdata) in ocfs2_write_end() argument 2072 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
/linux/fs/hpfs/ |
A D | file.c | 198 struct page **pagep, void **fsdata) in hpfs_write_begin() argument 203 ret = cont_write_begin(file, mapping, pos, len, flags, 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/fs/jffs2/ |
A D | file.c | 26 struct page *pg, void *fsdata); 29 struct page **pagep, void **fsdata); 134 struct page **pagep, void **fsdata) in jffs2_write_begin() argument 238 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
/linux/fs/ |
A D | buffer.c | 2134 struct page *page, void *fsdata) in block_write_end() argument 2170 struct page *page, void *fsdata) in generic_write_end() argument 2353 void *fsdata; in generic_cont_expand_simple() local 2379 void *fsdata; in cont_expand_zero() local 2397 &page, &fsdata); in cont_expand_zero() 2402 page, fsdata); in cont_expand_zero() 2430 &page, &fsdata); in cont_expand_zero() 2435 page, fsdata); in cont_expand_zero() 2604 *fsdata = NULL; in nobh_write_begin() 2720 struct page *page, void *fsdata) in nobh_write_end() argument [all …]
|
/linux/fs/9p/ |
A D | vfs_addr.c | 276 struct page **subpagep, void **fsdata) in v9fs_write_begin() argument 290 retval = netfs_write_begin(filp, mapping, pos, len, flags, &folio, fsdata, in v9fs_write_begin() 301 struct page *subpage, void *fsdata) in v9fs_write_end() argument
|
/linux/fs/f2fs/ |
A D | verity.c | 84 void *fsdata; in pagecache_write() local 89 &page, &fsdata); in pagecache_write() 98 page, fsdata); in pagecache_write()
|
A D | compress.c | 1066 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1139 *fsdata = cc->rpages; in prepare_compress_overwrite() 1153 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1164 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1167 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1175 .rpages = fsdata, in f2fs_compress_write_end() 1190 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1207 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1216 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster() 1232 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
/linux/fs/affs/ |
A D | file.c | 418 struct page **pagep, void **fsdata) in affs_write_begin() argument 423 ret = cont_write_begin(file, mapping, pos, len, flags, 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() 653 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 691 struct page *page, void *fsdata) in affs_write_end_ofs() argument 884 void *fsdata; in affs_truncate() local 888 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 890 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/linux/fs/ext4/ |
A D | verity.c | 79 void *fsdata; in pagecache_write() local 83 &page, &fsdata); in pagecache_write() 90 page, fsdata); in pagecache_write()
|
A D | inode.c | 1134 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1280 struct page *page, void *fsdata) in ext4_write_end() argument 1381 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2926 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 2940 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 2942 len, flags, pagep, fsdata); in ext4_da_write_begin() 2944 *fsdata = (void *)0; in ext4_da_write_begin() 2950 pagep, fsdata); in ext4_da_write_begin() 3018 struct page *page, void *fsdata) in ext4_da_write_end() argument 3023 int write_mode = (int)(unsigned long)fsdata; in ext4_da_write_end() [all …]
|
/linux/fs/udf/ |
A 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/fs/exfat/ |
A D | inode.c | 394 struct page **pagep, void **fsdata) in exfat_write_begin() argument 399 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin() 411 struct page *pagep, void *fsdata) in exfat_write_end() argument 417 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
|
/linux/fs/adfs/ |
A D | inode.c | 56 struct page **pagep, void **fsdata) in adfs_write_begin() argument 61 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/linux/fs/jfs/ |
A D | inode.c | 317 struct page **pagep, void **fsdata) in jfs_write_begin() argument 321 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in jfs_write_begin()
|
/linux/block/ |
A D | fops.c | 406 void **fsdata) in blkdev_write_begin() argument 414 void *fsdata) in blkdev_write_end() argument 417 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
/linux/fs/hfs/ |
A D | extent.c | 489 void *fsdata; in hfs_file_truncate() local 495 &page, &fsdata); in hfs_file_truncate() 498 page, fsdata); in hfs_file_truncate()
|
/linux/fs/ecryptfs/ |
A D | mmap.c | 268 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 466 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
/linux/fs/hfsplus/ |
A D | extents.c | 557 void *fsdata; in hfsplus_file_truncate() local 561 &page, &fsdata); in hfsplus_file_truncate() 565 0, 0, page, fsdata); in hfsplus_file_truncate()
|
/linux/fs/bfs/ |
A D | file.c | 173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/linux/fs/ext2/ |
A D | inode.c | 886 struct page **pagep, void **fsdata) in ext2_write_begin() argument 899 struct page *page, void *fsdata) in ext2_write_end() argument 903 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 912 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 916 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
|
/linux/fs/afs/ |
A D | write.c | 32 struct page **_page, void **fsdata) in afs_write_begin() argument 49 ret = netfs_write_begin(file, mapping, pos, len, flags, &folio, fsdata, in afs_write_begin() 110 struct page *subpage, void *fsdata) in afs_write_end() argument
|
/linux/mm/ |
A D | filemap.c | 3595 struct page **pagep, void **fsdata) in pagecache_write_begin() argument 3600 pagep, fsdata); in pagecache_write_begin() 3606 struct page *page, void *fsdata) in pagecache_write_end() argument 3610 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end() 3731 void *fsdata; in generic_perform_write() local 3755 &page, &fsdata); in generic_perform_write() 3766 page, fsdata); in generic_perform_write()
|
/linux/fs/nfs/ |
A D | file.c | 321 struct page **pagep, void **fsdata) in nfs_write_begin() argument 354 struct page *page, void *fsdata) in nfs_write_end() argument
|