Home
last modified time | relevance | path

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

123

/Linux-v5.4/fs/ocfs2/
Dmmap.c59 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()
Daops.h33 loff_t pos, unsigned len, unsigned copied, void *fsdata);
43 struct page **pagep, void **fsdata,
Daops.c1661 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()
/Linux-v5.4/fs/hpfs/
Dfile.c156 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-v5.4/fs/f2fs/
Dverity.c82 void *fsdata; in pagecache_write() local
87 &page, &fsdata); in pagecache_write()
96 page, fsdata); in pagecache_write()
/Linux-v5.4/fs/jffs2/
Dfile.c26 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-v5.4/fs/
Dbuffer.c2091 struct page *page, void *fsdata) in block_write_end() argument
2127 struct page *page, void *fsdata) in generic_write_end() argument
2133 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2310 void *fsdata; in generic_cont_expand_simple() local
2318 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2322 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2336 void *fsdata; in cont_expand_zero() local
2354 &page, &fsdata); in cont_expand_zero()
2359 page, fsdata); in cont_expand_zero()
2387 &page, &fsdata); in cont_expand_zero()
[all …]
/Linux-v5.4/fs/ext4/
Dverity.c82 void *fsdata; in pagecache_write() local
87 &page, &fsdata); in pagecache_write()
96 page, fsdata); in pagecache_write()
Dinode.c1259 struct page **pagep, void **fsdata) in ext4_write_begin() argument
1404 struct page *page, void *fsdata) in ext4_write_end() argument
1426 len, copied, page, fsdata); in ext4_write_end()
1512 struct page *page, void *fsdata) in ext4_journalled_write_end() argument
3023 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument
3038 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin()
3040 len, flags, pagep, fsdata); in ext4_da_write_begin()
3042 *fsdata = (void *)0; in ext4_da_write_begin()
3048 pagep, fsdata); in ext4_da_write_begin()
3148 struct page *page, void *fsdata) in ext4_da_write_end() argument
[all …]
/Linux-v5.4/fs/affs/
Dfile.c417 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-v5.4/fs/9p/
Dvfs_addr.c257 struct page **pagep, void **fsdata) in v9fs_write_begin() argument
293 struct page *page, void *fsdata) in v9fs_write_end() argument
/Linux-v5.4/fs/udf/
Dfile.c92 void **fsdata) in udf_adinicb_write_begin() argument
116 struct page *page, void *fsdata) in udf_adinicb_write_end() argument
/Linux-v5.4/fs/adfs/
Dinode.c55 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()
/Linux-v5.4/fs/jfs/
Dinode.c317 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()
/Linux-v5.4/fs/hfs/
Dextent.c489 void *fsdata; in hfs_file_truncate() local
495 &page, &fsdata); in hfs_file_truncate()
498 page, fsdata); in hfs_file_truncate()
Dinode.c53 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-v5.4/fs/ecryptfs/
Dmmap.c267 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument
465 struct page *page, void *fsdata) in ecryptfs_write_end() argument
/Linux-v5.4/fs/hfsplus/
Dextents.c557 void *fsdata; in hfsplus_file_truncate() local
561 &page, &fsdata); in hfsplus_file_truncate()
565 0, 0, page, fsdata); in hfsplus_file_truncate()
Dinode.c47 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-v5.4/fs/bfs/
Dfile.c173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
/Linux-v5.4/fs/ext2/
Dinode.c887 struct page **pagep, void **fsdata) in ext2_write_begin() argument
900 struct page *page, void *fsdata) in ext2_write_end() argument
904 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end()
913 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument
917 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
/Linux-v5.4/mm/
Dfilemap.c3145 struct page **pagep, void **fsdata) in pagecache_write_begin() argument
3150 pagep, fsdata); in pagecache_write_begin()
3156 struct page *page, void *fsdata) in pagecache_write_end() argument
3160 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
3278 void *fsdata; in generic_perform_write() local
3306 &page, &fsdata); in generic_perform_write()
3317 page, fsdata); in generic_perform_write()
/Linux-v5.4/fs/nfs/
Dfile.c323 struct page **pagep, void **fsdata) in nfs_write_begin() argument
356 struct page *page, void *fsdata) in nfs_write_end() argument
/Linux-v5.4/fs/nilfs2/
Dinode.c258 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-v5.4/fs/omfs/
Dfile.c321 struct page **pagep, void **fsdata) in omfs_write_begin() argument

123