/linux/fs/bfs/ |
H A D | file.c | 196 .write_begin = bfs_write_begin,
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 484 err = aops->write_begin(obj->base.filp, mapping, pos, len, in shmem_pwrite() 680 err = aops->write_begin(file, file->f_mapping, pos, len, in i915_gem_object_create_shmem_from_data()
|
/linux/fs/f2fs/ |
H A D | verity.c | 87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
|
/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 | 247 .write_begin = hpfs_write_begin,
|
/linux/fs/adfs/ |
H A D | inode.c | 81 .write_begin = adfs_write_begin,
|
/linux/fs/vboxsf/ |
H A D | file.c | 352 .write_begin = simple_write_begin,
|
/linux/fs/hfsplus/ |
H A D | inode.c | 157 .write_begin = hfsplus_write_begin, 168 .write_begin = hfsplus_write_begin,
|
/linux/fs/affs/ |
H A D | file.c | 461 .write_begin = affs_write_begin, 839 .write_begin = affs_write_begin_ofs, 888 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate()
|
/linux/fs/jfs/ |
H A D | inode.c | 354 .write_begin = jfs_write_begin,
|
/linux/fs/omfs/ |
H A D | file.c | 374 .write_begin = omfs_write_begin,
|
/linux/fs/jffs2/ |
H A D | file.c | 76 .write_begin = jffs2_write_begin,
|
/linux/fs/hfs/ |
H A D | inode.c | 160 .write_begin = hfs_write_begin, 171 .write_begin = hfs_write_begin,
|
/linux/fs/ecryptfs/ |
H A D | mmap.c | 553 .write_begin = ecryptfs_write_begin,
|
/linux/Documentation/filesystems/iomap/ |
H A D | porting.rst | 40 No ->write_begin(), ->write_end() or direct_IO
|
/linux/fs/sysv/ |
H A D | itree.c | 507 .write_begin = sysv_write_begin,
|
/linux/fs/exfat/ |
H A D | file.c | 553 err = ops->write_begin(file, mapping, pos, len, &folio, NULL); in exfat_extend_valid_size()
|
H A D | inode.c | 539 .write_begin = exfat_write_begin,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 252 int (*write_begin)(struct file *, struct address_space *mapping, 283 write_begin: locks the folio exclusive 299 ->write_begin(), ->write_end() and ->read_folio() may be called from
|
H A D | vfs.rst | 739 process is more complicated and uses write_begin/write_end or 808 int (*write_begin)(struct file *, struct address_space *mapping, 918 ``write_begin`` 932 passed to write_begin is greater than the number of bytes copied 942 After a successful write_begin, and data copy, write_end must be 943 called. len is the original len passed to write_begin, and
|
/linux/fs/ |
H A D | buffer.c | 2473 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2509 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero() 2542 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
|
/linux/fs/minix/ |
H A D | inode.c | 468 .write_begin = minix_write_begin,
|
/linux/fs/nfs/ |
H A D | file.c | 564 .write_begin = nfs_write_begin,
|
/linux/block/ |
H A D | fops.c | 479 .write_begin = blkdev_write_begin,
|
/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 511 .write_begin = hostfs_write_begin,
|