Home
last modified time | relevance | path

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

12

/fs/ocfs2/
Dmmap.c96 void *fsdata; in __ocfs2_page_mkwrite() local
138 &fsdata, di_bh, page); in __ocfs2_page_mkwrite()
146 fsdata); in __ocfs2_page_mkwrite()
Daops.h49 struct page *page, void *fsdata);
53 struct page **pagep, void **fsdata,
Daops.c1644 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument
1780 *fsdata = wc; in ocfs2_write_begin_nolock()
1801 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument
1823 fsdata, di_bh, NULL); in ocfs2_write_begin()
1869 struct page *page, void *fsdata) in ocfs2_write_end_nolock() argument
1875 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock()
1945 struct page *page, void *fsdata) in ocfs2_write_end() argument
1950 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, page, fsdata); in ocfs2_write_end()
/fs/
Dbuffer.c2038 struct page **pagep, void **fsdata, in block_write_begin() argument
2090 struct page *page, void *fsdata) in block_write_end() argument
2126 struct page *page, void *fsdata) in generic_write_end() argument
2131 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2309 void *fsdata; in generic_cont_expand_simple() local
2324 &page, &fsdata); in generic_cont_expand_simple()
2328 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2341 void *fsdata; in cont_expand_zero() local
2360 &page, &fsdata); in cont_expand_zero()
2365 page, fsdata); in cont_expand_zero()
[all …]
Dblock_dev.c189 struct page **pagep, void **fsdata) in blkdev_write_begin() argument
192 return block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in blkdev_write_begin()
198 struct page *page, void *fsdata) in blkdev_write_end() argument
201 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/fs/jffs2/
Dfile.c24 struct page *pg, void *fsdata);
27 struct page **pagep, void **fsdata);
126 struct page **pagep, void **fsdata) in jffs2_write_begin() argument
229 struct page *pg, void *fsdata) in jffs2_write_end() argument
/fs/hpfs/
Dfile.c97 struct page **pagep, void **fsdata) in hpfs_write_begin() argument
100 return cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
/fs/bfs/
Dfile.c170 struct page **pagep, void **fsdata) in bfs_write_begin() argument
174 pagep, fsdata, bfs_get_block); in bfs_write_begin()
/fs/sysv/
Ditree.c464 struct page **pagep, void **fsdata) in __sysv_write_begin() argument
466 return block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in __sysv_write_begin()
472 struct page **pagep, void **fsdata) in sysv_write_begin() argument
475 return __sysv_write_begin(file, mapping, pos, len, flags, pagep, fsdata); in sysv_write_begin()
/fs/udf/
Dfile.c84 struct page *page, void *fsdata) in udf_adinicb_write_end() argument
96 return simple_write_end(file, mapping, pos, len, copied, page, fsdata); in udf_adinicb_write_end()
/fs/affs/
Dfile.c407 struct page **pagep, void **fsdata) in affs_write_begin() argument
410 return cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
613 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument
650 struct page *page, void *fsdata) in affs_write_end_ofs() argument
825 void *fsdata; in affs_truncate() local
829 res = mapping->a_ops->write_begin(NULL, mapping, size, 0, 0, &page, &fsdata); in affs_truncate()
831 res = mapping->a_ops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in affs_truncate()
/fs/ext4/
Dinode.c1346 struct page **pagep, void **fsdata) in ext4_write_begin() argument
1383 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in ext4_write_begin()
1429 struct page *page, void *fsdata) in ext4_ordered_write_end() argument
1455 page, fsdata); in ext4_ordered_write_end()
1470 struct page *page, void *fsdata) in ext4_writeback_write_end() argument
1492 page, fsdata); in ext4_writeback_write_end()
1507 struct page *page, void *fsdata) in ext4_journalled_write_end() argument
2638 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument
2652 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin()
2654 len, flags, pagep, fsdata); in ext4_da_write_begin()
[all …]
/fs/jfs/
Dinode.c298 struct page **pagep, void **fsdata) in jfs_write_begin() argument
300 return nobh_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in jfs_write_begin()
/fs/ext2/
Dinode.c733 struct page **pagep, void **fsdata) in __ext2_write_begin() argument
735 return block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in __ext2_write_begin()
742 struct page **pagep, void **fsdata) in ext2_write_begin() argument
745 return __ext2_write_begin(file, mapping, pos, len, flags, pagep,fsdata); in ext2_write_begin()
751 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument
758 return nobh_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
Dext2.h140 struct page **pagep, void **fsdata);
/fs/minix/
Dinode.c357 struct page **pagep, void **fsdata) in __minix_write_begin() argument
359 return block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in __minix_write_begin()
365 struct page **pagep, void **fsdata) in minix_write_begin() argument
368 return __minix_write_begin(file, mapping, pos, len, flags, pagep, fsdata); in minix_write_begin()
Dminix.h55 struct page **pagep, void **fsdata);
/fs/adfs/
Dinode.c66 struct page **pagep, void **fsdata) in adfs_write_begin() argument
69 return cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
/fs/omfs/
Dfile.c328 struct page **pagep, void **fsdata) in omfs_write_begin() argument
332 pagep, fsdata, omfs_get_block); in omfs_write_begin()
/fs/hfs/
Dextent.c467 void *fsdata; in hfs_file_truncate() local
474 AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata); in hfs_file_truncate()
477 page, fsdata); in hfs_file_truncate()
/fs/hfsplus/
Dextents.c449 void *fsdata; in hfsplus_file_truncate() local
455 &page, &fsdata); in hfsplus_file_truncate()
458 res = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in hfsplus_file_truncate()
/fs/ecryptfs/
Dmmap.c284 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument
475 struct page *page, void *fsdata) in ecryptfs_write_end() argument
/fs/smbfs/
Dfile.c297 struct page **pagep, void **fsdata) in smb_write_begin() argument
308 struct page *page, void *fsdata) in smb_write_end() argument
/fs/xfs/linux-2.6/
Dxfs_lrw.c142 void *fsdata; in xfs_iozero() local
151 &page, &fsdata); in xfs_iozero()
158 page, fsdata); in xfs_iozero()
/fs/ext3/
Dinode.c1149 struct page **pagep, void **fsdata) in ext3_write_begin() argument
1176 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in ext3_write_begin()
1232 struct page *page, void *fsdata) in ext3_generic_write_end() argument
1236 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext3_generic_write_end()
1256 struct page *page, void *fsdata) in ext3_ordered_write_end() argument
1281 page, fsdata); in ext3_ordered_write_end()
1298 struct page *page, void *fsdata) in ext3_writeback_write_end() argument
1310 page, fsdata); in ext3_writeback_write_end()
1327 struct page *page, void *fsdata) in ext3_journalled_write_end() argument

12