Home
last modified time | relevance | path

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

123

/linux/fs/ocfs2/
H A Dmmap.c57 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()
H A Daops.h31 loff_t pos, unsigned len, unsigned copied, void *fsdata);
41 struct page **pagep, void **fsdata,
H A Daops.c1646 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument
1831 *fsdata = wc; in ocfs2_write_begin_nolock()
1882 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument
1904 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin()
1949 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument
1955 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()
/linux/fs/hpfs/
H A Dfile.c193 struct page **pagep, void **fsdata) in hpfs_write_begin() argument
198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
209 struct page *pagep, void *fsdata) in hpfs_write_end() argument
213 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
/linux/fs/jffs2/
H A Dfile.c26 struct page *pg, void *fsdata);
29 struct page **pagep, void **fsdata);
133 struct page **pagep, void **fsdata) in jffs2_write_begin() argument
246 struct page *pg, 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, &page, &fsdata); in pagecache_write()
93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
H A Dcompress.c1065 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument
1138 *fsdata = cc->rpages; in prepare_compress_overwrite()
1152 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument
1163 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite()
1166 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument
1174 .rpages = fsdata, in f2fs_compress_write_end()
1189 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local
1206 start_idx, &fsdata); in f2fs_truncate_partial_cluster()
1215 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster()
1231 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, &page, &fsdata); in pagecache_write()
89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
H A Dinode.c1119 struct page **pagep, void **fsdata) in ext4_write_begin() argument
1272 struct page *page, void *fsdata) in ext4_write_end() argument
1376 struct page *page, void *fsdata) in ext4_journalled_write_end() argument
2855 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument
2868 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin()
2870 len, pagep, fsdata); in ext4_da_write_begin()
2872 *fsdata = (void *)0; in ext4_da_write_begin()
2877 pagep, fsdata); in ext4_da_write_begin()
3004 struct page *page, void *fsdata) in ext4_da_write_end() argument
3007 int write_mode = (int)(unsigned long)fsdata; in ext4_da_write_end()
[all …]
/linux/fs/affs/
H A Dfile.c420 struct page **pagep, void **fsdata) in affs_write_begin() argument
425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
436 struct page *page, void *fsdata) in affs_write_end() argument
441 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in affs_write_end()
651 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument
690 struct page *page, void *fsdata) in affs_write_end_ofs() argument
886 void *fsdata = NULL; in affs_truncate() local
890 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &page, &fsdata); in affs_truncate()
892 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
/linux/fs/jfs/
H A Dinode.c295 struct page **pagep, 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, page, fsdata); in jfs_write_end()
/linux/fs/
H A Dbuffer.c2250 struct page *page, void *fsdata) in block_write_end() argument
2284 struct page *page, void *fsdata) in generic_write_end() argument
2474 void *fsdata = NULL; in generic_cont_expand_simple() local
2481 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple()
2485 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2500 void *fsdata = NULL; in cont_expand_zero() local
2518 &page, &fsdata); in cont_expand_zero()
2523 page, fsdata); in cont_expand_zero()
2551 &page, &fsdata); in cont_expand_zero()
2556 page, fsdata); in cont_expand_zero()
[all …]
/linux/fs/adfs/
H A Dinode.c58 struct page **pagep, void **fsdata) in adfs_write_begin() argument
63 ret = cont_write_begin(file, mapping, pos, len, pagep, 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 page, fsdata); in hfs_file_truncate()
H A Dhfs_fs.h205 loff_t pos, unsigned len, struct page **pagep, void **fsdata);
/linux/fs/bcachefs/
H A Dfs-io-buffered.c662 struct page **pagep, void **fsdata) in bch2_write_begin() argument
676 *fsdata = res; in bch2_write_begin()
740 *fsdata = NULL; in bch2_write_begin()
746 struct page *page, void *fsdata) in bch2_write_end() argument
750 struct bch2_folio_reservation *res = fsdata; in bch2_write_end()
/linux/fs/ecryptfs/
H A Dmmap.c268 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument
466 struct page *page, void *fsdata) in ecryptfs_write_end() argument
/linux/fs/hfsplus/
H A Dextents.c557 void *fsdata = NULL; in hfsplus_file_truncate() local
561 &page, &fsdata); in hfsplus_file_truncate()
565 page, fsdata); in hfsplus_file_truncate()
H A Dinode.c42 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in hfsplus_write_begin() argument
47 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
/linux/fs/bfs/
H A Dfile.c175 struct page **pagep, void **fsdata) in bfs_write_begin() argument
/linux/fs/exfat/
H A Dinode.c451 struct page **pagep, void **fsdata) in exfat_write_begin() argument
466 struct page *pagep, void *fsdata) in exfat_write_end() argument
472 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
/linux/block/
H A Dfops.c442 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in blkdev_write_begin() argument
449 void *fsdata) in blkdev_write_end() argument
452 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/linux/fs/vboxsf/
H A Dfile.c311 struct page *page, void *fsdata) in vboxsf_write_end() argument
/linux/fs/nfs/
H A Dfile.c340 void **fsdata) in nfs_write_begin() argument
373 struct page *page, void *fsdata) in nfs_write_end() argument
/linux/fs/nilfs2/
H A Dinode.c253 struct page **pagep, void **fsdata) in nilfs_write_begin() argument
272 struct page *page, void *fsdata) in nilfs_write_end() argument
282 fsdata); in nilfs_write_end()

123