Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c240 error = aops->write_begin(NULL, mapping, pos, len, &page, in xfile_pwrite()
349 error = aops->write_begin(NULL, mapping, key, PAGE_SIZE, &page, in xfile_get_page()
/openbmc/linux/fs/bfs/
H A Dfile.c194 .write_begin = bfs_write_begin,
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c483 err = aops->write_begin(obj->base.filp, mapping, offset, len, in shmem_pwrite()
679 err = aops->write_begin(file, file->f_mapping, offset, len, in i915_gem_object_create_shmem_from_data()
/openbmc/linux/fs/f2fs/
H A Dverity.c87 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write()
/openbmc/linux/fs/9p/
H A Dvfs_addr.c356 .write_begin = v9fs_write_begin,
/openbmc/linux/fs/ext4/
H A Dverity.c83 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write()
/openbmc/linux/fs/affs/
H A Dfile.c462 .write_begin = affs_write_begin,
841 .write_begin = affs_write_begin_ofs,
890 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, &page, &fsdata); in affs_truncate()
/openbmc/linux/fs/hpfs/
H A Dfile.c248 .write_begin = hpfs_write_begin,
/openbmc/linux/fs/adfs/
H A Dinode.c80 .write_begin = adfs_write_begin,
/openbmc/linux/fs/vboxsf/
H A Dfile.c360 .write_begin = simple_write_begin,
/openbmc/linux/fs/hfsplus/
H A Dinode.c163 .write_begin = hfsplus_write_begin,
173 .write_begin = hfsplus_write_begin,
/openbmc/linux/fs/hfs/
H A Dinode.c166 .write_begin = hfs_write_begin,
176 .write_begin = hfs_write_begin,
/openbmc/linux/fs/omfs/
H A Dfile.c374 .write_begin = omfs_write_begin,
/openbmc/linux/fs/jfs/
H A Dinode.c354 .write_begin = jfs_write_begin,
/openbmc/linux/fs/jffs2/
H A Dfile.c76 .write_begin = jffs2_write_begin,
/openbmc/linux/fs/ecryptfs/
H A Dmmap.c553 .write_begin = ecryptfs_write_begin,
/openbmc/linux/fs/sysv/
H A Ditree.c505 .write_begin = sysv_write_begin,
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst252 int (*write_begin)(struct file *, struct address_space *mapping,
283 write_begin: locks the page exclusive
299 ->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.rst739 process is more complicated and uses write_begin/write_end or
808 int (*write_begin)(struct file *, struct address_space *mapping,
919 ``write_begin``
933 passed to write_begin is greater than the number of bytes copied
943 After a successful write_begin, and data copy, write_end must be
944 called. len is the original len passed to write_begin, and
/openbmc/linux/fs/afs/
H A Dfile.c62 .write_begin = afs_write_begin,
/openbmc/linux/fs/exfat/
H A Dinode.c470 .write_begin = exfat_write_begin,
/openbmc/linux/fs/
H A Dbuffer.c2478 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple()
2514 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2547 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
/openbmc/linux/fs/nfs/
H A Dfile.c563 .write_begin = nfs_write_begin,
/openbmc/linux/fs/minix/
H A Dinode.c448 .write_begin = minix_write_begin,

123