/linux-4.4.14/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()
|
D | ocfs2_trace.h | 2457 unsigned long long parent, void *fsdata), 2458 TP_ARGS(len, name, parent, fsdata), 2463 __field(void *, fsdata) 2469 __entry->fsdata = fsdata; 2472 __entry->parent, __entry->fsdata)
|
/linux-4.4.14/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()
|
/linux-4.4.14/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
|
/linux-4.4.14/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 …]
|
D | block_dev.c | 315 struct page **pagep, void **fsdata) in blkdev_write_begin() argument 323 struct page *page, void *fsdata) in blkdev_write_end() argument 326 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
D | libfs.c | 393 struct page **pagep, void **fsdata) in simple_write_begin() argument 438 struct page *page, void *fsdata) in simple_write_end() argument
|
D | namei.c | 4572 void *fsdata; in __page_symlink() local 4581 flags, &page, &fsdata); in __page_symlink() 4590 page, fsdata); in __page_symlink()
|
/linux-4.4.14/fs/9p/ |
D | vfs_addr.c | 269 struct page **pagep, void **fsdata) in v9fs_write_begin() argument 305 struct page *page, void *fsdata) in v9fs_write_end() argument
|
/linux-4.4.14/fs/logfs/ |
D | file.c | 14 struct page **pagep, void **fsdata) in logfs_write_begin() argument 40 void *fsdata) in logfs_write_end() argument
|
/linux-4.4.14/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() 632 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 670 struct page *page, void *fsdata) in affs_write_end_ofs() argument 856 void *fsdata; in affs_truncate() local 860 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 862 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
/linux-4.4.14/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()
|
/linux-4.4.14/fs/jfs/ |
D | inode.c | 317 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-4.4.14/fs/hfs/ |
D | extent.c | 483 void *fsdata; in hfs_file_truncate() local 489 AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata); in hfs_file_truncate() 492 page, fsdata); in hfs_file_truncate()
|
D | inode.c | 51 struct page **pagep, void **fsdata) in hfs_write_begin() argument 56 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/linux-4.4.14/fs/hfsplus/ |
D | extents.c | 545 void *fsdata; in hfsplus_file_truncate() local 550 &page, &fsdata); in hfsplus_file_truncate() 554 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()
|
/linux-4.4.14/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);
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 475 struct page **pagep, void **fsdata) in ll_write_begin() argument 498 struct page *page, void *fsdata) in ll_write_end() argument
|
/linux-4.4.14/mm/ |
D | filemap.c | 2379 struct page **pagep, void **fsdata) in pagecache_write_begin() argument 2384 pagep, fsdata); in pagecache_write_begin() 2390 struct page *page, void *fsdata) in pagecache_write_end() argument 2394 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end() 2508 void *fsdata; in generic_perform_write() local 2536 &page, &fsdata); in generic_perform_write() 2547 page, fsdata); in generic_perform_write()
|
D | shmem.c | 1493 struct page **pagep, void **fsdata) in shmem_write_begin() argument 1513 struct page *page, void *fsdata) in shmem_write_end() argument
|
/linux-4.4.14/fs/bfs/ |
D | file.c | 172 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/linux-4.4.14/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()
|
/linux-4.4.14/fs/udf/ |
D | file.c | 86 void **fsdata) in udf_adinicb_write_begin() argument
|
D | inode.c | 207 struct page **pagep, void **fsdata) in udf_write_begin() argument
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 1003 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1141 struct page *page, void *fsdata) in ext4_write_end() argument 1167 len, copied, page, fsdata); in ext4_write_end() 1247 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2685 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 2696 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 2698 len, flags, pagep, fsdata); in ext4_da_write_begin() 2700 *fsdata = (void *)0; in ext4_da_write_begin() 2706 pagep, fsdata); in ext4_da_write_begin() 2806 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
D | inline.c | 789 void **fsdata) in ext4_da_convert_inline_data_to_extent() argument 825 *fsdata = (void *)CONVERT_INLINE_DATA; in ext4_da_convert_inline_data_to_extent() 849 void **fsdata) in ext4_da_write_inline_data_begin() argument 887 fsdata); in ext4_da_write_inline_data_begin()
|
D | ext4.h | 3019 void **fsdata);
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 743 struct page **pagep, void **fsdata); 746 struct page *page, void *fsdata);
|
D | write.c | 120 struct page **pagep, void **fsdata) in afs_write_begin() argument 246 struct page *page, void *fsdata) in afs_write_end() argument
|
/linux-4.4.14/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()
|
/linux-4.4.14/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
|
/linux-4.4.14/fs/nilfs2/ |
D | inode.c | 271 struct page **pagep, void **fsdata) in nilfs_write_begin() argument 291 struct page *page, void *fsdata) in nilfs_write_end() argument 301 fsdata); in nilfs_write_end()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 383 struct page **pagep, void **fsdata); 386 struct page *page, void *fsdata); 420 struct page **pagep, void **fsdata); 424 struct page *page, void *fsdata); 2815 struct page **pagep, void **fsdata); 2818 struct page *page, void *fsdata);
|
/linux-4.4.14/fs/xfs/ |
D | xfs_file.c | 107 void *fsdata; in xfs_iozero() local 122 &page, &fsdata); in xfs_iozero() 129 bytes, page, fsdata); in xfs_iozero()
|
D | xfs_aops.c | 1822 void **fsdata) in xfs_vm_write_begin() argument 1877 void *fsdata) in xfs_vm_write_end() argument 1883 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in xfs_vm_write_end()
|
/linux-4.4.14/fs/omfs/ |
D | file.c | 321 struct page **pagep, void **fsdata) in omfs_write_begin() argument
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 211 struct page **pagep, void **fsdata) in fat_write_begin() argument 217 pagep, fsdata, fat_get_block, in fat_write_begin() 226 struct page *pagep, void *fsdata) in fat_write_end() argument 230 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
|
/linux-4.4.14/fs/ufs/ |
D | inode.c | 482 struct page **pagep, void **fsdata) in ufs_write_begin() argument 496 struct page *page, void *fsdata) in ufs_write_end() argument 500 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ufs_write_end()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 472 struct page **pagep, void **fsdata) in hostfs_write_begin() argument 484 struct page *page, void *fsdata) in hostfs_write_end() argument
|
/linux-4.4.14/fs/reiserfs/ |
D | inode.c | 2760 struct page **pagep, void **fsdata) in reiserfs_write_begin() argument 2769 *fsdata = NULL; in reiserfs_write_begin() 2773 *fsdata = (void *)(unsigned long)flags; in reiserfs_write_begin() 2893 struct page *page, void *fsdata) in reiserfs_write_end() argument 2902 if ((unsigned long)fsdata & AOP_FLAG_CONT_EXPAND) in reiserfs_write_end()
|
/linux-4.4.14/fs/sysv/ |
D | itree.c | 479 struct page **pagep, void **fsdata) in sysv_write_begin() argument
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 307 struct page **pagep, void **fsdata) in hugetlbfs_write_begin() argument 314 struct page *page, void *fsdata) in hugetlbfs_write_end() argument
|
/linux-4.4.14/fs/ubifs/ |
D | file.c | 426 struct page **pagep, void **fsdata) in ubifs_write_begin() argument 541 struct page *page, void *fsdata) in ubifs_write_end() argument
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 1394 struct page **pagep, void **fsdata) in f2fs_write_begin() argument 1528 struct page *page, void *fsdata) in f2fs_write_end() argument
|
/linux-4.4.14/fs/minix/ |
D | inode.c | 411 struct page **pagep, void **fsdata) in minix_write_begin() argument
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 1140 struct page **pagep, void **fsdata) in ceph_write_begin() argument 1173 struct page *page, void *fsdata) in ceph_write_end() argument
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 191 struct page **pagep, void **fsdata); 194 struct page *page, void *fsdata);
|
D | vfs.txt | 587 struct page **pagep, void **fsdata); 590 struct page *page, void *fsdata); 675 A void * may be returned in fsdata, which then gets passed into
|
/linux-4.4.14/fs/cifs/ |
D | smb2pdu.c | 2734 u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) in SMB2_QFS_info() argument 2762 copy_fs_info_to_kstatfs(info, fsdata); in SMB2_QFS_info()
|
D | file.c | 2197 struct page *page, void *fsdata) in cifs_write_end() argument 3679 struct page **pagep, void **fsdata) in cifs_write_begin() argument
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 1926 struct page **pagep, void **fsdata) in fuse_write_begin() argument 1971 struct page *page, void *fsdata) in fuse_write_end() argument
|