Home
last modified time | relevance | path

Searched refs:fsdata (Results 1 – 25 of 54) sorted by relevance

123

/linux/fs/ocfs2/
H A Dmmap.c57 void *fsdata; in __ocfs2_page_mkwrite() local
94 &locked_folio, &fsdata, di_bh, page); in __ocfs2_page_mkwrite()
106 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
H A Daops.h31 loff_t pos, unsigned len, unsigned copied, void *fsdata);
41 struct folio **foliop, void **fsdata,
H A Daops.c1645 struct folio **foliop, void **fsdata, in ocfs2_write_begin_nolock() argument
1830 *fsdata = wc; in ocfs2_write_begin_nolock()
1881 struct folio **foliop, void **fsdata) in ocfs2_write_begin() argument
1903 foliop, fsdata, di_bh, NULL); in ocfs2_write_begin()
1948 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument
1954 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock()
2078 struct folio *folio, void *fsdata) in ocfs2_write_end() argument
2083 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
/linux/fs/hpfs/
H A Dfile.c193 struct folio **foliop, void **fsdata) in hpfs_write_begin() argument
197 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hpfs_write_begin()
208 struct folio *folio, void *fsdata) in hpfs_write_end() argument
212 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
/linux/fs/jffs2/
H A Dfile.c26 struct folio *folio, void *fsdata);
29 struct folio **foliop, void **fsdata);
126 struct folio **foliop, void **fsdata) in jffs2_write_begin() argument
240 struct folio *folio, void *fsdata) in jffs2_write_end() argument
/linux/fs/f2fs/
H A Dverity.c84 void *fsdata = NULL; in pagecache_write() local
87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
H A Dcompress.c1087 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument
1160 *fsdata = cc->rpages; in prepare_compress_overwrite()
1174 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument
1185 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite()
1188 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument
1196 .rpages = fsdata, in f2fs_compress_write_end()
1211 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local
1228 start_idx, &fsdata); in f2fs_truncate_partial_cluster()
1237 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster()
1253 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
/linux/fs/ext4/
H A Dverity.c80 void *fsdata = NULL; in pagecache_write() local
83 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
89 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
H A Dinode.c1142 struct folio **foliop, void **fsdata) in ext4_write_begin() argument
1288 struct folio *folio, void *fsdata) in ext4_write_end() argument
1304 copied = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in ext4_write_end()
1393 struct folio *folio, void *fsdata) in ext4_journalled_write_end() argument
2911 struct folio **foliop, void **fsdata) in ext4_da_write_begin() argument
2924 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin()
2926 len, foliop, fsdata); in ext4_da_write_begin()
2928 *fsdata = (void *)0; in ext4_da_write_begin()
2933 foliop, fsdata); in ext4_da_write_begin()
3066 struct folio *folio, void *fsdata) in ext4_da_write_end() argument
[all …]
/linux/fs/affs/
H A Dfile.c420 struct folio **foliop, void **fsdata) in affs_write_begin() argument
424 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in affs_write_begin()
435 struct folio *folio, void *fsdata) in affs_write_end() argument
440 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
650 struct folio **foliop, void **fsdata) in affs_write_begin_ofs() argument
689 struct folio *folio, void *fsdata) in affs_write_end_ofs() argument
884 void *fsdata = NULL; in affs_truncate() local
888 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate()
890 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, folio, fsdata); in affs_truncate()
/linux/fs/jfs/
H A Dinode.c295 struct folio **foliop, void **fsdata) in jfs_write_begin() argument
308 void *fsdata) in jfs_write_end() argument
312 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c678 void *fsdata; in i915_gem_object_create_shmem_from_data() local
681 &folio, &fsdata); in i915_gem_object_create_shmem_from_data()
688 folio, fsdata); in i915_gem_object_create_shmem_from_data()
/linux/fs/adfs/
H A Dinode.c58 struct folio **foliop, void **fsdata) in adfs_write_begin() argument
62 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in adfs_write_begin()
/linux/fs/hfs/
H A Dextent.c489 void *fsdata = NULL; in hfs_file_truncate() local
495 &fsdata); in hfs_file_truncate()
498 folio, fsdata); in hfs_file_truncate()
H A Dhfs_fs.h205 loff_t pos, unsigned len, struct folio **foliop, void **fsdata);
/linux/fs/bcachefs/
H A Dfs-io-buffered.c651 struct folio **foliop, void **fsdata) in bch2_write_begin() argument
665 *fsdata = res; in bch2_write_begin()
728 *fsdata = NULL; in bch2_write_begin()
734 struct folio *folio, void *fsdata) in bch2_write_end() argument
738 struct bch2_folio_reservation *res = fsdata; in bch2_write_end()
/linux/fs/ecryptfs/
H A Dmmap.c245 struct folio **foliop, void **fsdata) in ecryptfs_write_begin() argument
443 struct folio *folio, void *fsdata) in ecryptfs_write_end() argument
/linux/fs/hfsplus/
H A Dextents.c558 void *fsdata = NULL; in hfsplus_file_truncate() local
562 &folio, &fsdata); in hfsplus_file_truncate()
566 folio, fsdata); in hfsplus_file_truncate()
H A Dinode.c42 loff_t pos, unsigned len, struct folio **foliop, void **fsdata) in hfsplus_write_begin() argument
46 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hfsplus_write_begin()
/linux/fs/exfat/
H A Dinode.c427 struct folio **foliop, void **fsdata) in exfat_write_begin() argument
444 struct folio *folio, void *fsdata) in exfat_write_end() argument
450 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
/linux/fs/bfs/
H A Dfile.c175 struct folio **foliop, void **fsdata) in bfs_write_begin() argument
/linux/block/
H A Dfops.c451 loff_t pos, unsigned len, struct folio **foliop, void **fsdata) in blkdev_write_begin() argument
458 void *fsdata) in blkdev_write_end() argument
461 ret = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in blkdev_write_end()
/linux/fs/nilfs2/
H A Dinode.c219 struct folio **foliop, void **fsdata) in nilfs_write_begin() argument
238 struct folio *folio, void *fsdata) in nilfs_write_end() argument
248 fsdata); in nilfs_write_end()
/linux/fs/nfs/
H A Dfile.c346 void **fsdata) in nfs_write_begin() argument
381 struct folio *folio, void *fsdata) in nfs_write_end() argument
/linux/fs/vboxsf/
H A Dfile.c303 struct folio *folio, void *fsdata) in vboxsf_write_end() argument

123