Searched refs:fsdata (Results 1 - 25 of 56) sorted by path

123

/linux-master/block/
H A Dfops.c442 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
449 void *fsdata)
452 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata);
441 blkdev_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
447 blkdev_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/adfs/
H A Dinode.c58 struct page **pagep, void **fsdata)
63 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
56 adfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/affs/
H A Dfile.c420 struct page **pagep, void **fsdata)
425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
436 struct page *page, void *fsdata)
441 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
651 struct page **pagep, void **fsdata)
690 struct page *page, void *fsdata)
886 void *fsdata = NULL; local
890 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &page, &fsdata);
892 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata);
418 affs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
434 affs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *page, void *fsdata) argument
649 affs_write_begin_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
688 affs_write_end_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c670 struct page **pagep, void **fsdata)
684 *fsdata = res;
748 *fsdata = NULL;
754 struct page *page, void *fsdata)
758 struct bch2_folio_reservation *res = fsdata;
668 bch2_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
752 bch2_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/bfs/
H A Dfile.c175 struct page **pagep, void **fsdata)
173 bfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/
H A Dbuffer.c2250 struct page *page, void *fsdata)
2284 struct page *page, void *fsdata)
2290 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
2474 void *fsdata = NULL; local
2481 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata);
2485 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata);
2500 void *fsdata = NULL; local
2518 &page, &fsdata);
2523 page, fsdata);
2551 &page, &fsdata);
2248 block_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
2282 generic_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
2570 cont_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata, get_block_t *get_block, loff_t *bytes) argument
[all...]
/linux-master/fs/ceph/
H A Daddr.c1489 struct page **pagep, void **fsdata)
1512 struct page *subpage, void *fsdata)
1487 ceph_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
1510 ceph_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *subpage, void *fsdata) argument
/linux-master/fs/ecryptfs/
H A Dmmap.c259 * @fsdata: Pointer to return fs data (unused)
268 struct page **pagep, void **fsdata)
461 * @fsdata: The fsdata (unused)
466 struct page *page, void *fsdata)
265 ecryptfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
463 ecryptfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/exfat/
H A Dinode.c451 struct page **pagep, void **fsdata)
466 struct page *pagep, void *fsdata)
472 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
449 exfat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, struct page **pagep, void **fsdata) argument
464 exfat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *pagep, void *fsdata) argument
/linux-master/fs/ext2/
H A Dinode.c919 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
931 struct page *page, void *fsdata)
935 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
918 ext2_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
929 ext2_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/ext4/
H A Dext4.h3564 void **fsdata);
H A Dinline.c835 void **fsdata)
872 *fsdata = (void *)CONVERT_INLINE_DATA;
895 void **fsdata)
922 fsdata);
833 ext4_da_convert_inline_data_to_extent(struct address_space *mapping, struct inode *inode, void **fsdata) argument
891 ext4_da_write_inline_data_begin(struct address_space *mapping, struct inode *inode, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
H A Dinode.c1119 struct page **pagep, void **fsdata)
1272 struct page *page, void *fsdata)
1289 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
1376 struct page *page, void *fsdata)
2855 struct page **pagep, void **fsdata)
2868 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC;
2870 len, pagep, fsdata);
2872 *fsdata = (void *)0;
2877 pagep, fsdata);
3004 struct page *page, void *fsdata)
1117 ext4_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
1269 ext4_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
1373 ext4_journalled_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
2853 ext4_da_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
3001 ext4_da_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
[all...]
H A Dverity.c80 void *fsdata = NULL; local
83 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata);
89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/fs/f2fs/
H A Dcompress.c1046 struct page **pagep, pgoff_t index, void **fsdata)
1119 *fsdata = cc->rpages;
1133 struct page **pagep, pgoff_t index, void **fsdata)
1144 return prepare_compress_overwrite(&cc, pagep, index, fsdata);
1147 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, argument
1155 .rpages = fsdata,
1170 void *fsdata = NULL; local
1187 start_idx, &fsdata);
1196 struct page **rpages = fsdata;
1212 f2fs_compress_write_end(inode, fsdata, start_id
1045 prepare_compress_overwrite(struct compress_ctx *cc, struct page **pagep, pgoff_t index, void **fsdata) argument
1132 f2fs_prepare_compress_overwrite(struct inode *inode, struct page **pagep, pgoff_t index, void **fsdata) argument
[all...]
H A Ddata.c3046 void *fsdata = NULL; local
3077 folio->index, &fsdata);
3084 fsdata, folio->index, 1) ||
3524 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
3557 *fsdata = NULL;
3563 index, fsdata);
3657 struct page *page, void *fsdata)
3677 if (f2fs_compressed_file(inode) && fsdata) {
3678 f2fs_compress_write_end(inode, fsdata, page->index, copied);
3523 f2fs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
3654 f2fs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
H A Df2fs.h4268 struct page **pagep, pgoff_t index, void **fsdata);
4269 bool f2fs_compress_write_end(struct inode *inode, void *fsdata,
H A Dsuper.c2664 void *fsdata = NULL; local
2673 &page, &fsdata);
2686 page, fsdata);
H A Dverity.c84 void *fsdata = NULL; local
87 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata);
93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/fs/fat/
H A Dinode.c225 struct page **pagep, void **fsdata)
231 pagep, fsdata, fat_get_block,
240 struct page *pagep, void *fsdata)
244 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
223 fat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
238 fat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) argument
/linux-master/fs/fuse/
H A Dfile.c2394 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
2439 struct page *page, void *fsdata)
2393 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
2437 fuse_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/fs/hfs/
H A Dextent.c489 void *fsdata = NULL; local
495 &fsdata);
498 page, fsdata);
H A Dhfs_fs.h205 loff_t pos, unsigned len, struct page **pagep, void **fsdata);
H A Dinode.c48 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
53 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
47 hfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/hfsplus/
H A Dextents.c557 void *fsdata = NULL; local
561 &page, &fsdata);
565 page, fsdata);

Completed in 449 milliseconds

123