Home
last modified time | relevance | path

Searched refs:write_begin (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/fs/bfs/
H A Dfile.c196 .write_begin = bfs_write_begin,
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c480 err = aops->write_begin(obj->base.filp, mapping, pos, len, in shmem_pwrite()
676 err = aops->write_begin(file, file->f_mapping, pos, len, in i915_gem_object_create_shmem_from_data()
/linux-6.15/fs/f2fs/
H A Dverity.c87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
/linux-6.15/fs/ext4/
H A Dverity.c83 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
/linux-6.15/fs/adfs/
H A Dinode.c81 .write_begin = adfs_write_begin,
/linux-6.15/fs/vboxsf/
H A Dfile.c352 .write_begin = simple_write_begin,
/linux-6.15/fs/hpfs/
H A Dfile.c247 .write_begin = hpfs_write_begin,
/linux-6.15/fs/hfsplus/
H A Dinode.c157 .write_begin = hfsplus_write_begin,
168 .write_begin = hfsplus_write_begin,
/linux-6.15/fs/affs/
H A Dfile.c461 .write_begin = affs_write_begin,
840 .write_begin = affs_write_begin_ofs,
889 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &folio, &fsdata); in affs_truncate()
/linux-6.15/fs/jffs2/
H A Dfile.c76 .write_begin = jffs2_write_begin,
/linux-6.15/fs/jfs/
H A Dinode.c354 .write_begin = jfs_write_begin,
/linux-6.15/fs/omfs/
H A Dfile.c374 .write_begin = omfs_write_begin,
/linux-6.15/fs/hfs/
H A Dinode.c160 .write_begin = hfs_write_begin,
171 .write_begin = hfs_write_begin,
/linux-6.15/fs/ecryptfs/
H A Dmmap.c530 .write_begin = ecryptfs_write_begin,
/linux-6.15/Documentation/filesystems/iomap/
H A Dporting.rst40 No ->write_begin(), ->write_end() or direct_IO
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst257 int (*write_begin)(struct file *, struct address_space *mapping,
288 write_begin: locks the folio exclusive
304 ->write_begin(), ->write_end() and ->read_folio() may be called from
H A Dnetfs_library.rst99 ->readahead() and much of the ->write_begin() VM operations and translate them
152 at the corresponding read helper; whereas for ->write_begin(), it may be a
H A Dvfs.rst758 process is more complicated and uses write_begin/write_end or
827 int (*write_begin)(struct file *, struct address_space *mapping,
937 ``write_begin``
951 passed to write_begin is greater than the number of bytes copied
961 After a successful write_begin, and data copy, write_end must be
962 called. len is the original len passed to write_begin, and
/linux-6.15/fs/
H A Dbuffer.c2492 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple()
2528 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2561 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
/linux-6.15/fs/exfat/
H A Dinode.c563 .write_begin = exfat_write_begin,
H A Dfile.c554 err = ops->write_begin(file, mapping, pos, len, &folio, NULL); in exfat_extend_valid_size()
/linux-6.15/fs/minix/
H A Dinode.c468 .write_begin = minix_write_begin,
/linux-6.15/fs/nfs/
H A Dfile.c571 .write_begin = nfs_write_begin,
/linux-6.15/block/
H A Dfops.c500 .write_begin = blkdev_write_begin,
/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c493 .write_begin = hostfs_write_begin,

12