Home
last modified time | relevance | path

Searched refs:write_end (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/nvmem/
H A Dimx-ocotp.c347 goto write_end; in imx_ocotp_write()
452 goto write_end; in imx_ocotp_write()
471 write_end: in imx_ocotp_write()
/linux/fs/bfs/
H A Dfile.c197 .write_end = generic_write_end,
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c496 err = aops->write_end(obj->base.filp, mapping, offset, len, in shmem_pwrite()
690 err = aops->write_end(file, file->f_mapping, offset, len, len, in i915_gem_object_create_shmem_from_data()
/linux/fs/f2fs/
H A Dverity.c93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
/linux/fs/ext4/
H A Dverity.c89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
/linux/fs/hpfs/
H A Dfile.c249 .write_end = hpfs_write_end,
/linux/fs/adfs/
H A Dinode.c83 .write_end = generic_write_end,
/linux/fs/vboxsf/
H A Dfile.c361 .write_end = vboxsf_write_end,
/linux/fs/hfsplus/
H A Dinode.c159 .write_end = generic_write_end,
170 .write_end = generic_write_end,
/linux/fs/affs/
H A Dfile.c463 .write_end = affs_write_end,
842 .write_end = affs_write_end_ofs,
892 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata); in affs_truncate()
/linux/fs/omfs/
H A Dfile.c375 .write_end = generic_write_end,
/linux/fs/jffs2/
H A Dfile.c77 .write_end = jffs2_write_end,
/linux/fs/jfs/
H A Dinode.c355 .write_end = jfs_write_end,
/linux/fs/hfs/
H A Dinode.c162 .write_end = generic_write_end,
173 .write_end = generic_write_end,
/linux/fs/ecryptfs/
H A Dmmap.c554 .write_end = ecryptfs_write_end,
/linux/fs/sysv/
H A Ditree.c508 .write_end = generic_write_end,
/linux/fs/exfat/
H A Dfile.c547 err = ops->write_end(file, mapping, start, len, len, page, NULL); in exfat_file_zeroed_range()
H A Dinode.c574 .write_end = exfat_write_end,
/linux/Documentation/filesystems/
H A Dlocking.rst255 int (*write_end)(struct file *, struct address_space *mapping,
284 write_end: yes, unlocks exclusive
299 ->write_begin(), ->write_end() and ->read_folio() may be called from
H A Dvfs.rst739 process is more complicated and uses write_begin/write_end or
811 int (*write_end)(struct file *, struct address_space *mapping,
937 write_end.
940 in which case write_end is not called.
942 ``write_end``
943 After a successful write_begin, and data copy, write_end must be
/linux/fs/
H A Dbuffer.c2485 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2522 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
2555 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
/linux/drivers/md/
H A Ddm-bufio.c354 unsigned int write_end; member
1392 end = b->write_end; in submit_io()
1459 b->write_end = b->dirty_end; in __write_dirty_buffer()
/linux/fs/nfs/
H A Dfile.c563 .write_end = nfs_write_end,
/linux/fs/minix/
H A Dinode.c469 .write_end = generic_write_end,
/linux/block/
H A Dfops.c467 .write_end = blkdev_write_end,

12