/fs/ocfs2/ |
D | mmap.c | 59 void *fsdata; in __ocfs2_page_mkwrite() local 96 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite() 108 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
D | aops.h | 33 loff_t pos, unsigned len, unsigned copied, void *fsdata); 43 struct page **pagep, void **fsdata,
|
D | aops.c | 1652 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1837 *fsdata = wc; in ocfs2_write_begin_nolock() 1888 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1910 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1955 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1961 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2084 struct page *page, void *fsdata) in ocfs2_write_end() argument 2089 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
/fs/hpfs/ |
D | file.c | 156 struct page **pagep, void **fsdata) in hpfs_write_begin() argument 161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin() 172 struct page *pagep, void *fsdata) in hpfs_write_end() argument 176 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/fs/ |
D | buffer.c | 2162 struct page *page, void *fsdata) in block_write_end() argument 2198 struct page *page, void *fsdata) in generic_write_end() argument 2204 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2381 void *fsdata = NULL; in generic_cont_expand_simple() local 2389 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple() 2393 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2407 void *fsdata = NULL; in cont_expand_zero() local 2425 &page, &fsdata); in cont_expand_zero() 2430 page, fsdata); in cont_expand_zero() 2458 &page, &fsdata); in cont_expand_zero() [all …]
|
/fs/jffs2/ |
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 247 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
/fs/f2fs/ |
D | verity.c | 81 void *fsdata = NULL; in pagecache_write() local 85 &page, &fsdata); in pagecache_write() 92 page, fsdata); in pagecache_write()
|
D | compress.c | 961 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1034 *fsdata = cc->rpages; in prepare_compress_overwrite() 1048 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1059 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1062 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1070 .rpages = fsdata, in f2fs_compress_write_end() 1085 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1102 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1111 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster() 1127 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
D | data.c | 3026 void *fsdata = NULL; in f2fs_write_cache_pages() local 3032 page->index, &fsdata); in f2fs_write_cache_pages() 3039 fsdata, page->index, in f2fs_write_cache_pages() 3384 struct page **pagep, void **fsdata) in f2fs_write_begin() argument 3440 *fsdata = NULL; in f2fs_write_begin() 3446 index, fsdata); in f2fs_write_begin() 3536 struct page *page, void *fsdata) in f2fs_write_end() argument 3557 if (f2fs_compressed_file(inode) && fsdata) { in f2fs_write_end() 3558 f2fs_compress_write_end(inode, fsdata, page->index, copied); in f2fs_write_end()
|
/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, 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() 652 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 690 struct page *page, void *fsdata) in affs_write_end_ofs() argument 882 void *fsdata = NULL; in affs_truncate() local 886 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 888 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/fs/ext4/ |
D | verity.c | 82 void *fsdata = NULL; in pagecache_write() local 86 &page, &fsdata); in pagecache_write() 93 page, fsdata); in pagecache_write()
|
D | inode.c | 1128 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1290 struct page *page, void *fsdata) in ext4_write_end() argument 1315 len, copied, page, fsdata); in ext4_write_end() 1402 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2988 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 3003 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 3005 len, flags, pagep, fsdata); in ext4_da_write_begin() 3007 *fsdata = (void *)0; in ext4_da_write_begin() 3023 pagep, fsdata); in ext4_da_write_begin() 3123 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
/fs/9p/ |
D | vfs_addr.c | 257 struct page **pagep, void **fsdata) in v9fs_write_begin() argument 293 struct page *page, void *fsdata) in v9fs_write_end() argument
|
/fs/exfat/ |
D | inode.c | 392 struct page **pagep, void **fsdata) in exfat_write_begin() argument 397 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin() 409 struct page *pagep, void *fsdata) in exfat_write_end() argument 415 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
|
/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
|
/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, flags, pagep, fsdata, in adfs_write_begin()
|
/fs/hfs/ |
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()
|
/fs/jfs/ |
D | inode.c | 318 struct page **pagep, void **fsdata) in jfs_write_begin() argument 322 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in jfs_write_begin()
|
/fs/ecryptfs/ |
D | mmap.c | 267 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 465 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
/fs/hfsplus/ |
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()
|
D | inode.c | 47 struct page **pagep, void **fsdata) in hfsplus_write_begin() argument 52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/fs/ext2/ |
D | inode.c | 885 struct page **pagep, void **fsdata) in ext2_write_begin() argument 898 struct page *page, void *fsdata) in ext2_write_end() argument 902 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 911 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 915 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
|
/fs/bfs/ |
D | file.c | 173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/fs/nfs/ |
D | file.c | 322 struct page **pagep, void **fsdata) in nfs_write_begin() argument 355 struct page *page, void *fsdata) in nfs_write_end() argument
|
/fs/nilfs2/ |
D | inode.c | 254 struct page **pagep, void **fsdata) in nilfs_write_begin() argument 274 struct page *page, void *fsdata) in nilfs_write_end() argument 284 fsdata); in nilfs_write_end()
|