| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat.c | 154 static int flush_dirty_fat_buffer(fsdata *mydata); 157 int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer() 168 static __u32 get_fatent(fsdata *mydata, __u32 entry) in get_fatent() 253 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() 318 static int get_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, in get_contents() 554 static int get_fs_info(fsdata *mydata) in get_fs_info() 645 fsdata *fsdata; /* filesystem parameters */ member 671 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root() argument 673 if (get_fs_info(fsdata)) in fat_itr_root() 676 itr->fsdata = fsdata; in fat_itr_root() [all …]
|
| H A D | fat_write.c | 107 static int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer() 214 static int is_next_clust(fsdata *mydata, dir_entry *dentptr); 215 static void flush_dir_table(fsdata *mydata, dir_entry **dentptr); 222 fill_dir_slot(fsdata *mydata, dir_entry **dentptr, const char *l_name) in fill_dir_slot() 273 get_long_file_name(fsdata *mydata, int curclust, __u8 *cluster, in get_long_file_name() 366 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value() 473 static __u32 determine_fatent(fsdata *mydata, __u32 entry) in determine_fatent() 497 set_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, in set_cluster() 558 static int find_empty_cluster(fsdata *mydata) in find_empty_cluster() 575 static void flush_dir_table(fsdata *mydata, dir_entry **dentptr) in flush_dir_table() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fat.h | 178 } fsdata; typedef 180 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) in clust_to_sect() argument 182 return fsdata->data_begin + clust * fsdata->clust_size; in clust_to_sect() 185 static inline u32 sect_to_clust(fsdata *fsdata, u32 sect) in sect_to_clust() argument 187 return (sect - fsdata->data_begin) / fsdata->clust_size; in sect_to_clust()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | mmap.c | 59 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()
|
| H A D | aops.h | 33 loff_t pos, unsigned len, unsigned copied, void *fsdata); 43 struct page **pagep, void **fsdata,
|
| H A D | aops.c | 1652 struct page **pagep, void **fsdata, in ocfs2_write_begin_nolock() argument 1837 *fsdata = wc; in ocfs2_write_begin_nolock() 1888 struct page **pagep, void **fsdata) in ocfs2_write_begin() argument 1910 pagep, fsdata, di_bh, NULL); in ocfs2_write_begin() 1955 loff_t pos, unsigned len, unsigned copied, void *fsdata) in ocfs2_write_end_nolock() argument 1961 struct ocfs2_write_ctxt *wc = fsdata; in ocfs2_write_end_nolock() 2070 struct page *page, void *fsdata) in ocfs2_write_end() argument 2075 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | file.c | 156 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()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | file.c | 26 struct page *pg, void *fsdata); 29 struct page **pagep, void **fsdata); 134 struct page **pagep, void **fsdata) in jffs2_write_begin() argument 248 struct page *pg, void *fsdata) in jffs2_write_end() argument
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | buffer.c | 2162 struct page *page, void *fsdata) in block_write_end() argument 2198 struct page *page, void *fsdata) in generic_write_end() argument 2204 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end() 2381 void *fsdata = NULL; in generic_cont_expand_simple() local 2389 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple() 2393 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2407 void *fsdata = NULL; in cont_expand_zero() local 2425 &page, &fsdata); in cont_expand_zero() 2430 page, fsdata); in cont_expand_zero() 2458 &page, &fsdata); in cont_expand_zero() [all …]
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | verity.c | 84 void *fsdata; in pagecache_write() local 89 &page, &fsdata); in pagecache_write() 98 page, fsdata); in pagecache_write()
|
| H A D | compress.c | 961 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1034 *fsdata = cc->rpages; in prepare_compress_overwrite() 1048 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1059 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1062 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1070 .rpages = fsdata, in f2fs_compress_write_end() 1085 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1102 start_idx, &fsdata); in f2fs_truncate_partial_cluster() 1111 struct page **rpages = fsdata; in f2fs_truncate_partial_cluster() 1127 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | file.c | 418 struct page **pagep, void **fsdata) in affs_write_begin() argument 423 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin() 434 struct page *page, void *fsdata) in affs_write_end() argument 439 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in affs_write_end() 652 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument 690 struct page *page, void *fsdata) in affs_write_end_ofs() argument 882 void *fsdata; in affs_truncate() local 886 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate() 888 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | verity.c | 82 void *fsdata; in pagecache_write() local 87 &page, &fsdata); in pagecache_write() 96 page, fsdata); in pagecache_write()
|
| H A D | inode.c | 1136 struct page **pagep, void **fsdata) in ext4_write_begin() argument 1298 struct page *page, void *fsdata) in ext4_write_end() argument 1322 len, copied, page, fsdata); in ext4_write_end() 1409 struct page *page, void *fsdata) in ext4_journalled_write_end() argument 3006 struct page **pagep, void **fsdata) in ext4_da_write_begin() argument 3021 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC; in ext4_da_write_begin() 3023 len, flags, pagep, fsdata); in ext4_da_write_begin() 3025 *fsdata = (void *)0; in ext4_da_write_begin() 3041 pagep, fsdata); in ext4_da_write_begin() 3141 struct page *page, void *fsdata) in ext4_da_write_end() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_addr.c | 257 struct page **pagep, void **fsdata) in v9fs_write_begin() argument 293 struct page *page, void *fsdata) in v9fs_write_end() argument
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | inode.c | 393 struct page **pagep, void **fsdata) in exfat_write_begin() argument 398 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin() 410 struct page *pagep, void *fsdata) in exfat_write_end() argument 416 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | file.c | 91 void **fsdata) in udf_adinicb_write_begin() argument 115 struct page *page, void *fsdata) in udf_adinicb_write_end() argument
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | inode.c | 56 struct page **pagep, void **fsdata) in adfs_write_begin() argument 61 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | extent.c | 489 void *fsdata; in hfs_file_truncate() local 495 &page, &fsdata); in hfs_file_truncate() 498 page, fsdata); in hfs_file_truncate()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | mmap.c | 267 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 465 struct page *page, void *fsdata) in ecryptfs_write_end() argument
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | extents.c | 557 void *fsdata; in hfsplus_file_truncate() local 561 &page, &fsdata); in hfsplus_file_truncate() 565 0, 0, page, fsdata); in hfsplus_file_truncate()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | inode.c | 885 struct page **pagep, void **fsdata) in ext2_write_begin() argument 898 struct page *page, void *fsdata) in ext2_write_end() argument 902 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end() 911 struct page **pagep, void **fsdata) in ext2_nobh_write_begin() argument 915 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in ext2_nobh_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/bfs/ |
| H A D | file.c | 173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 3316 struct page **pagep, void **fsdata) in pagecache_write_begin() argument 3321 pagep, fsdata); in pagecache_write_begin() 3327 struct page *page, void *fsdata) in pagecache_write_end() argument 3331 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end() 3474 void *fsdata = NULL; in generic_perform_write() local 3502 &page, &fsdata); in generic_perform_write() 3513 page, fsdata); in generic_perform_write()
|