/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 | 1661 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1846 *fsdata = wc; in ocfs2_write_begin_nolock() 1897 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1919 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1964 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1970 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2079 struct page *page, void *fsdata) in ocfs2_write_end() argument 2084 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/f2fs/ |
D | verity.c | 82 void *fsdata; in pagecache_write() local 87 &page, &fsdata); in pagecache_write() 96 page, fsdata); in pagecache_write()
|
/fs/ |
D | buffer.c | 2092 struct page *page, void *fsdata) in block_write_end() argument 2128 struct page *page, void *fsdata) in generic_write_end() argument 2134 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2311 void *fsdata; in generic_cont_expand_simple() local 2319 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple() 2323 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2337 void *fsdata; in cont_expand_zero() local 2355 &page, &fsdata); in cont_expand_zero() 2360 page, fsdata); in cont_expand_zero() 2388 &page, &fsdata); in cont_expand_zero() [all …]
|
/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
|
/fs/ext4/ |
D | verity.c | 82 void *fsdata; in pagecache_write() local 87 &page, &fsdata); in pagecache_write() 96 page, fsdata); in pagecache_write()
|
D | inode.c | 1269 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1424 struct page *page, void *fsdata) in ext4_write_end() argument 1447 len, copied, page, fsdata); in ext4_write_end() 1533 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 3045 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 3060 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 3062 len, flags, pagep, fsdata); in ext4_da_write_begin() 3064 *fsdata = (void *)0; in ext4_da_write_begin() 3080 pagep, fsdata); in ext4_da_write_begin() 3180 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
/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()
|
/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/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
|
/fs/adfs/ |
D | inode.c | 55 struct page **pagep, void **fsdata) in adfs_write_begin() argument 60 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()
|
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()
|
/fs/jfs/ |
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()
|
/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 | 890 struct page **pagep, void **fsdata) in ext2_write_begin() argument 903 struct page *page, void *fsdata) in ext2_write_end() argument 907 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 916 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 920 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 | 323 struct page **pagep, void **fsdata) in nfs_write_begin() argument 356 struct page *page, void *fsdata) in nfs_write_end() argument
|
/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()
|
/fs/fat/ |
D | inode.c | 230 struct page **pagep, void **fsdata) in fat_write_begin() argument 236 pagep, fsdata, fat_get_block, in fat_write_begin() 245 struct page *pagep, void *fsdata) in fat_write_end() argument 249 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
|
/fs/afs/ |
D | write.c | 79 struct page **pagep, void **fsdata) in afs_write_begin() argument 183 struct page *page, void *fsdata) in afs_write_end() argument
|