| /linux/fs/bfs/ |
| H A D | file.c | 197 .write_begin = bfs_write_begin,
|
| /linux/fs/f2fs/ |
| H A D | verity.c | 87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
|
| /linux/fs/affs/ |
| H A D | file.c | 464 .write_begin = affs_write_begin, 845 .write_begin = affs_write_begin_ofs, 894 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate()
|
| /linux/fs/ext4/ |
| H A D | verity.c | 83 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
|
| /linux/fs/hpfs/ |
| H A D | file.c | 251 .write_begin = hpfs_write_begin,
|
| /linux/fs/adfs/ |
| H A D | inode.c | 82 .write_begin = adfs_write_begin,
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 354 .write_begin = simple_write_begin,
|
| /linux/fs/hfs/ |
| H A D | inode.c | 161 .write_begin = hfs_write_begin, 172 .write_begin = hfs_write_begin,
|
| /linux/fs/hfsplus/ |
| H A D | inode.c | 159 .write_begin = hfsplus_write_begin, 170 .write_begin = hfsplus_write_begin,
|
| /linux/fs/jffs2/ |
| H A D | file.c | 80 .write_begin = jffs2_write_begin,
|
| /linux/fs/jfs/ |
| H A D | inode.c | 362 .write_begin = jfs_write_begin,
|
| /linux/fs/omfs/ |
| H A D | file.c | 375 .write_begin = omfs_write_begin,
|
| /linux/fs/ecryptfs/ |
| H A D | mmap.c | 530 .write_begin = ecryptfs_write_begin,
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 40 No ->write_begin(), ->write_end() or direct_IO
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 251 int (*write_begin)(const struct kiocb *, struct address_space *mapping, 281 write_begin: locks the folio exclusive 297 ->write_begin(), ->write_end() and ->read_folio() may be called from
|
| H A D | vfs.rst | 689 process is more complicated and uses write_begin/write_end or 758 int (*write_begin)(const struct kiocb *, struct address_space *mapping, 849 ``write_begin`` 863 passed to write_begin is greater than the number of bytes copied 873 After a successful write_begin, and data copy, write_end must be 874 called. len is the original len passed to write_begin, and
|
| /linux/fs/ |
| H A D | buffer.c | 2482 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2519 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero() 2552 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
|
| /linux/fs/exfat/ |
| H A D | inode.c | 550 .write_begin = exfat_write_begin,
|
| H A D | file.c | 609 err = ops->write_begin(NULL, mapping, pos, len, &folio, NULL); in exfat_extend_valid_size()
|
| /linux/fs/nfs/ |
| H A D | file.c | 623 .write_begin = nfs_write_begin,
|
| /linux/fs/minix/ |
| H A D | inode.c | 493 .write_begin = minix_write_begin,
|
| /linux/block/ |
| H A D | fops.c | 530 .write_begin = blkdev_write_begin,
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 495 .write_begin = hostfs_write_begin,
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 595 .write_begin = orangefs_write_begin,
|
| /linux/fs/ubifs/ |
| H A D | file.c | 1628 .write_begin = ubifs_write_begin,
|