/linux-4.1.27/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 | 2044 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 2228 *fsdata = wc; in ocfs2_write_begin_nolock() 2269 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 2291 fsdata, di_bh, NULL); in ocfs2_write_begin() 2337 struct page *page, void *fsdata) in ocfs2_write_end_nolock() argument 2343 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2422 struct page *page, void *fsdata) in ocfs2_write_end() argument 2427 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.1.27/fs/hpfs/ |
D | file.c | 150 struct page **pagep, void **fsdata) in hpfs_write_begin() argument 155 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin() 166 struct page *pagep, void *fsdata) in hpfs_write_end() argument 170 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/linux-4.1.27/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.1.27/fs/ |
D | buffer.c | 2033 struct page *page, void *fsdata) in block_write_end() argument 2069 struct page *page, void *fsdata) in generic_write_end() argument 2075 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2253 void *fsdata; in generic_cont_expand_simple() local 2262 &page, &fsdata); in generic_cont_expand_simple() 2266 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2280 void *fsdata; in cont_expand_zero() local 2299 &page, &fsdata); in cont_expand_zero() 2304 page, fsdata); in cont_expand_zero() 2333 &page, &fsdata); in cont_expand_zero() [all …]
|
D | block_dev.c | 301 struct page **pagep, void **fsdata) in blkdev_write_begin() argument 309 struct page *page, void *fsdata) in blkdev_write_end() argument 312 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
D | libfs.c | 398 struct page **pagep, void **fsdata) in simple_write_begin() argument 443 struct page *page, void *fsdata) in simple_write_end() argument
|
D | namei.c | 4531 void *fsdata; in __page_symlink() local 4540 flags, &page, &fsdata); in __page_symlink() 4549 page, fsdata); in __page_symlink()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/jfs/ |
D | inode.c | 316 struct page **pagep, void **fsdata) in jfs_write_begin() argument 320 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in jfs_write_begin()
|
/linux-4.1.27/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.1.27/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.1.27/fs/exofs/ |
D | inode.c | 869 struct page **pagep, void **fsdata) in exofs_write_begin() argument 877 fsdata); in exofs_write_begin() 922 struct page **pagep, void **fsdata) in exofs_write_begin_export() argument 927 fsdata); in exofs_write_begin_export() 932 struct page *page, void *fsdata) in exofs_write_end() argument 939 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.1.27/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.1.27/mm/ |
D | filemap.c | 2313 struct page **pagep, void **fsdata) in pagecache_write_begin() argument 2318 pagep, fsdata); in pagecache_write_begin() 2324 struct page *page, void *fsdata) in pagecache_write_end() argument 2328 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end() 2442 void *fsdata; in generic_perform_write() local 2470 &page, &fsdata); in generic_perform_write() 2481 page, fsdata); in generic_perform_write()
|
D | shmem.c | 1477 struct page **pagep, void **fsdata) in shmem_write_begin() argument 1497 struct page *page, void *fsdata) in shmem_write_end() argument
|
/linux-4.1.27/fs/bfs/ |
D | file.c | 172 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 474 struct page **pagep, void **fsdata) in ll_write_begin() argument 497 struct page *page, void *fsdata) in ll_write_end() argument
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 805 struct page **pagep, void **fsdata) in ext2_write_begin() argument 818 struct page *page, void *fsdata) in ext2_write_end() argument 822 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 831 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 835 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
|
/linux-4.1.27/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.1.27/fs/ext4/ |
D | inode.c | 1002 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1140 struct page *page, void *fsdata) in ext4_write_end() argument 1166 len, copied, page, fsdata); in ext4_write_end() 1214 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 2654 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 2665 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 2667 len, flags, pagep, fsdata); in ext4_da_write_begin() 2669 *fsdata = (void *)0; in ext4_da_write_begin() 2675 pagep, fsdata); in ext4_da_write_begin() 2775 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
D | inline.c | 790 void **fsdata) in ext4_da_convert_inline_data_to_extent() argument 826 *fsdata = (void *)CONVERT_INLINE_DATA; in ext4_da_convert_inline_data_to_extent() 850 void **fsdata) in ext4_da_write_inline_data_begin() argument 888 fsdata); in ext4_da_write_inline_data_begin()
|
D | ext4.h | 2803 void **fsdata);
|
/linux-4.1.27/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.1.27/fs/gfs2/ |
D | aops.c | 641 struct page **pagep, void **fsdata) in gfs2_write_begin() argument 869 struct page *page, void *fsdata) in gfs2_write_end() argument 897 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in gfs2_write_end()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_file.c | 104 void *fsdata; in xfs_iozero() local 113 &page, &fsdata); in xfs_iozero() 120 page, fsdata); in xfs_iozero()
|
D | xfs_aops.c | 1745 void **fsdata) in xfs_vm_write_begin() argument 1800 void *fsdata) in xfs_vm_write_end() argument 1806 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in xfs_vm_write_end()
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 356 struct page **pagep, void **fsdata) in nfs_write_begin() argument 402 struct page *page, void *fsdata) in nfs_write_end() argument
|
/linux-4.1.27/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.1.27/include/linux/ |
D | fs.h | 382 struct page **pagep, void **fsdata); 385 struct page *page, void *fsdata); 419 struct page **pagep, void **fsdata); 423 struct page *page, void *fsdata); 2780 struct page **pagep, void **fsdata); 2783 struct page *page, void *fsdata);
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 321 struct page **pagep, void **fsdata) in omfs_write_begin() argument
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1252 struct page **pagep, void **fsdata) in ext3_write_begin() argument 1375 struct page *page, void *fsdata) in ext3_ordered_write_end() argument 1383 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext3_ordered_write_end() 1412 struct page *page, void *fsdata) in ext3_writeback_write_end() argument 1419 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext3_writeback_write_end() 1439 struct page *page, void *fsdata) in ext3_journalled_write_end() argument
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 210 struct page **pagep, void **fsdata) in fat_write_begin() argument 216 pagep, fsdata, fat_get_block, in fat_write_begin() 225 struct page *pagep, void *fsdata) in fat_write_end() argument 229 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
|
/linux-4.1.27/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.1.27/fs/hugetlbfs/ |
D | inode.c | 284 struct page **pagep, void **fsdata) in hugetlbfs_write_begin() argument 291 struct page *page, void *fsdata) in hugetlbfs_write_end() argument
|
/linux-4.1.27/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.1.27/fs/sysv/ |
D | itree.c | 479 struct page **pagep, void **fsdata) in sysv_write_begin() argument
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 427 struct page **pagep, void **fsdata) in ubifs_write_begin() argument 542 struct page *page, void *fsdata) in ubifs_write_end() argument
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 1131 struct page **pagep, void **fsdata) in ceph_write_begin() argument 1165 struct page *page, void *fsdata) in ceph_write_end() argument
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 411 struct page **pagep, void **fsdata) in minix_write_begin() argument
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 191 struct page **pagep, void **fsdata); 194 struct page *page, void *fsdata);
|
D | vfs.txt | 585 struct page **pagep, void **fsdata); 588 struct page *page, void *fsdata); 673 A void * may be returned in fsdata, which then gets passed into
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 1569 struct page **pagep, void **fsdata) in f2fs_write_begin() argument 1685 struct page *page, void *fsdata) in f2fs_write_end() argument
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 539 struct page **pagep, void **fsdata) in ufs_write_begin() argument
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.c | 2541 u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) in SMB2_QFS_info() argument 2569 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.1.27/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
|