| /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 | 463 .write_begin = affs_write_begin, 844 .write_begin = affs_write_begin_ofs, 893 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate()
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 355 .write_begin = simple_write_begin,
|
| /linux/fs/adfs/ |
| H A D | inode.c | 82 .write_begin = adfs_write_begin,
|
| /linux/fs/hpfs/ |
| H A D | file.c | 251 .write_begin = hpfs_write_begin,
|
| /linux/fs/omfs/ |
| H A D | file.c | 375 .write_begin = omfs_write_begin,
|
| /linux/fs/jffs2/ |
| H A D | file.c | 78 .write_begin = jffs2_write_begin,
|
| /linux/fs/jfs/ |
| H A D | inode.c | 362 .write_begin = jfs_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 | 256 int (*write_begin)(const struct kiocb *, struct address_space *mapping, 286 write_begin: locks the folio exclusive 302 ->write_begin(), ->write_end() and ->read_folio() may be called from
|
| H A D | vfs.rst | 734 process is more complicated and uses write_begin/write_end or 803 int (*write_begin)(const struct kiocb *, struct address_space *mapping, 894 ``write_begin`` 908 passed to write_begin is greater than the number of bytes copied 918 After a successful write_begin, and data copy, write_end must be 919 called. len is the original len passed to write_begin, and
|
| /linux/fs/ |
| H A D | buffer.c | 2485 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2522 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero() 2555 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
|
| /linux/fs/exfat/ |
| H A D | inode.c | 565 .write_begin = exfat_write_begin,
|
| H A D | file.c | 608 err = ops->write_begin(NULL, mapping, pos, len, &folio, NULL); in exfat_extend_valid_size()
|
| /linux/fs/minix/ |
| H A D | inode.c | 485 .write_begin = minix_write_begin,
|
| /linux/fs/nfs/ |
| H A D | file.c | 623 .write_begin = nfs_write_begin,
|
| /linux/block/ |
| H A D | fops.c | 531 .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/nilfs2/ |
| H A D | inode.c | 277 .write_begin = nilfs_write_begin,
|
| /linux/fs/ubifs/ |
| H A D | file.c | 1632 .write_begin = ubifs_write_begin,
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 1224 .write_begin = hugetlbfs_write_begin,
|
| /linux/fs/ufs/ |
| H A D | inode.c | 514 .write_begin = ufs_write_begin,
|