/fs/ocfs2/ |
D | mmap.c | 71 void *fsdata; in __ocfs2_page_mkwrite() local 108 &fsdata, di_bh, page); in __ocfs2_page_mkwrite() 124 fsdata); in __ocfs2_page_mkwrite()
|
D | aops.h | 48 struct page *page, void *fsdata); 53 struct page **pagep, void **fsdata,
|
D | aops.c | 2078 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 2259 *fsdata = wc; in ocfs2_write_begin_nolock() 2300 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 2322 fsdata, di_bh, NULL); in ocfs2_write_begin() 2368 struct page *page, void *fsdata) in ocfs2_write_end_nolock() argument 2374 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2462 struct page *page, void *fsdata) in ocfs2_write_end() argument 2467 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, page, fsdata); in ocfs2_write_end()
|
/fs/hpfs/ |
D | file.c | 155 struct page **pagep, void **fsdata) in hpfs_write_begin() argument 160 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin() 171 struct page *pagep, void *fsdata) in hpfs_write_end() argument 175 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/fs/jffs2/ |
D | file.c | 26 struct page *pg, void *fsdata); 29 struct page **pagep, void **fsdata); 135 struct page **pagep, void **fsdata) in jffs2_write_begin() argument 239 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
/fs/ |
D | buffer.c | 2056 struct page *page, void *fsdata) in block_write_end() argument 2092 struct page *page, void *fsdata) in generic_write_end() argument 2098 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2276 void *fsdata; in generic_cont_expand_simple() local 2285 &page, &fsdata); in generic_cont_expand_simple() 2289 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2303 void *fsdata; in cont_expand_zero() local 2322 &page, &fsdata); in cont_expand_zero() 2327 page, fsdata); in cont_expand_zero() 2356 &page, &fsdata); in cont_expand_zero() [all …]
|
/fs/affs/ |
D | file.c | 415 struct page **pagep, void **fsdata) in affs_write_begin() argument 420 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin() 431 struct page *page, void *fsdata) in affs_write_end() argument 436 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in affs_write_end() 650 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 688 struct page *page, void *fsdata) in affs_write_end_ofs() argument 880 void *fsdata; in affs_truncate() local 884 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 886 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/fs/logfs/ |
D | file.c | 14 struct page **pagep, void **fsdata) in logfs_write_begin() argument 40 void *fsdata) in logfs_write_end() argument
|
/fs/9p/ |
D | vfs_addr.c | 271 struct page **pagep, void **fsdata) in v9fs_write_begin() argument 307 struct page *page, void *fsdata) in v9fs_write_end() argument
|
/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()
|
/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()
|
/fs/exofs/ |
D | inode.c | 866 struct page **pagep, void **fsdata) in exofs_write_begin() argument 874 fsdata); in exofs_write_begin() 919 struct page **pagep, void **fsdata) in exofs_write_begin_export() argument 924 fsdata); in exofs_write_begin_export() 929 struct page *page, void *fsdata) in exofs_write_end() argument 936 ret = simple_write_end(file, mapping,pos, len, copied, page, fsdata); in exofs_write_end()
|
D | exofs.h | 159 struct page **pagep, void **fsdata);
|
/fs/hfs/ |
D | extent.c | 489 void *fsdata; in hfs_file_truncate() local 495 AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata); in hfs_file_truncate() 498 page, fsdata); in hfs_file_truncate()
|
/fs/hfsplus/ |
D | extents.c | 551 void *fsdata; in hfsplus_file_truncate() local 556 &page, &fsdata); in hfsplus_file_truncate() 560 0, 0, page, fsdata); in hfsplus_file_truncate()
|
D | inode.c | 46 struct page **pagep, void **fsdata) in hfsplus_write_begin() argument 51 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/fs/ecryptfs/ |
D | mmap.c | 281 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 481 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
/fs/ext2/ |
D | inode.c | 806 struct page **pagep, void **fsdata) in ext2_write_begin() argument 819 struct page *page, void *fsdata) in ext2_write_end() argument 823 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 832 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 836 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
|
/fs/bfs/ |
D | file.c | 172 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/fs/ext4/ |
D | inode.c | 1026 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1174 struct page *page, void *fsdata) in ext4_write_end() argument 1196 len, copied, page, fsdata); in ext4_write_end() 1278 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2761 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 2772 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 2774 len, flags, pagep, fsdata); in ext4_da_write_begin() 2776 *fsdata = (void *)0; in ext4_da_write_begin() 2792 pagep, fsdata); in ext4_da_write_begin() 2892 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
/fs/gfs2/ |
D | aops.c | 645 struct page **pagep, void **fsdata) in gfs2_write_begin() argument 873 struct page *page, void *fsdata) in gfs2_write_end() argument 901 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in gfs2_write_end()
|
/fs/afs/ |
D | internal.h | 744 struct page **pagep, void **fsdata); 747 struct page *page, void *fsdata);
|
D | write.c | 120 struct page **pagep, void **fsdata) in afs_write_begin() argument 249 struct page *page, void *fsdata) in afs_write_end() argument
|
/fs/udf/ |
D | file.c | 86 void **fsdata) in udf_adinicb_write_begin() argument
|
/fs/nfs/ |
D | file.c | 349 struct page **pagep, void **fsdata) in nfs_write_begin() argument 395 struct page *page, void *fsdata) in nfs_write_end() argument
|