/Linux-v4.19/fs/ocfs2/ |
D | mmap.c | 73 void *fsdata; in __ocfs2_page_mkwrite() local 110 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite() 122 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
D | aops.h | 47 loff_t pos, unsigned len, unsigned copied, void *fsdata); 57 struct page **pagep, void **fsdata,
|
D | aops.c | 1674 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1859 *fsdata = wc; in ocfs2_write_begin_nolock() 1910 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1932 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1977 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1983 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2085 struct page *page, void *fsdata) in ocfs2_write_end() argument 2090 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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 237 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
/Linux-v4.19/fs/ |
D | buffer.c | 2123 struct page *page, void *fsdata) in block_write_end() argument 2159 struct page *page, void *fsdata) in generic_write_end() argument 2161 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2312 void *fsdata; in generic_cont_expand_simple() local 2320 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple() 2324 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2338 void *fsdata; in cont_expand_zero() local 2356 &page, &fsdata); in cont_expand_zero() 2361 page, fsdata); in cont_expand_zero() 2389 &page, &fsdata); in cont_expand_zero() [all …]
|
/Linux-v4.19/fs/affs/ |
D | file.c | 417 struct page **pagep, void **fsdata) in affs_write_begin() argument 422 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin() 633 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 671 struct page *page, void *fsdata) in affs_write_end_ofs() argument 857 void *fsdata; in affs_truncate() local 861 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 863 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/Linux-v4.19/fs/9p/ |
D | vfs_addr.c | 270 struct page **pagep, void **fsdata) in v9fs_write_begin() argument 306 struct page *page, void *fsdata) in v9fs_write_end() argument
|
/Linux-v4.19/fs/udf/ |
D | file.c | 92 void **fsdata) in udf_adinicb_write_begin() argument 116 struct page *page, void *fsdata) in udf_adinicb_write_end() argument
|
/Linux-v4.19/fs/adfs/ |
D | inode.c | 58 struct page **pagep, void **fsdata) in adfs_write_begin() argument 63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/Linux-v4.19/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()
|
/Linux-v4.19/fs/hfs/ |
D | extent.c | 483 void *fsdata; in hfs_file_truncate() local 489 &page, &fsdata); in hfs_file_truncate() 492 page, fsdata); in hfs_file_truncate()
|
D | inode.c | 53 struct page **pagep, void **fsdata) in hfs_write_begin() argument 58 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/Linux-v4.19/fs/hfsplus/ |
D | extents.c | 551 void *fsdata; in hfsplus_file_truncate() local 555 &page, &fsdata); in hfsplus_file_truncate() 559 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()
|
/Linux-v4.19/fs/ecryptfs/ |
D | mmap.c | 281 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 479 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
/Linux-v4.19/fs/bfs/ |
D | file.c | 173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/Linux-v4.19/fs/exofs/ |
D | exofs.h | 158 struct page **pagep, void **fsdata);
|
D | inode.c | 866 struct page **pagep, void **fsdata) in exofs_write_begin() argument 904 struct page **pagep, void **fsdata) in exofs_write_begin_export() argument 909 fsdata); in exofs_write_begin_export() 914 struct page *page, void *fsdata) in exofs_write_end() argument
|
/Linux-v4.19/mm/ |
D | filemap.c | 2979 struct page **pagep, void **fsdata) in pagecache_write_begin() argument 2984 pagep, fsdata); in pagecache_write_begin() 2990 struct page *page, void *fsdata) in pagecache_write_end() argument 2994 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end() 3112 void *fsdata; in generic_perform_write() local 3140 &page, &fsdata); in generic_perform_write() 3151 page, fsdata); in generic_perform_write()
|
/Linux-v4.19/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()
|
/Linux-v4.19/fs/nfs/ |
D | file.c | 326 struct page **pagep, void **fsdata) in nfs_write_begin() argument 359 struct page *page, void *fsdata) in nfs_write_end() argument
|
/Linux-v4.19/fs/ext4/ |
D | inode.c | 1243 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1385 struct page *page, void *fsdata) in ext4_write_end() argument 1406 len, copied, page, fsdata); in ext4_write_end() 1488 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 3007 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 3022 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 3024 len, flags, pagep, fsdata); in ext4_da_write_begin() 3026 *fsdata = (void *)0; in ext4_da_write_begin() 3032 pagep, fsdata); in ext4_da_write_begin() 3132 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
/Linux-v4.19/fs/nilfs2/ |
D | inode.c | 258 struct page **pagep, void **fsdata) in nilfs_write_begin() argument 278 struct page *page, void *fsdata) in nilfs_write_end() argument 288 fsdata); in nilfs_write_end()
|
/Linux-v4.19/fs/afs/ |
D | write.c | 73 struct page **pagep, void **fsdata) in afs_write_begin() argument 177 struct page *page, void *fsdata) in afs_write_end() argument
|