/linux-6.6.21/drivers/nvmem/ |
D | imx-ocotp.c | 347 goto write_end; in imx_ocotp_write() 452 goto write_end; in imx_ocotp_write() 471 write_end: in imx_ocotp_write()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | xfile.c | 259 ret = aops->write_end(NULL, mapping, pos, len, len, page, in xfile_pwrite() 409 ret = aops->write_end(NULL, mapping, xfpage->pos, PAGE_SIZE, PAGE_SIZE, in xfile_put_page()
|
/linux-6.6.21/fs/bfs/ |
D | file.c | 195 .write_end = generic_write_end,
|
/linux-6.6.21/drivers/gpu/drm/i915/gem/ |
D | i915_gem_shmem.c | 494 err = aops->write_end(obj->base.filp, mapping, offset, len, in shmem_pwrite() 688 err = aops->write_end(file, file->f_mapping, offset, len, len, in i915_gem_object_create_shmem_from_data()
|
/linux-6.6.21/fs/f2fs/ |
D | verity.c | 93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
|
/linux-6.6.21/fs/9p/ |
D | vfs_addr.c | 357 .write_end = v9fs_write_end,
|
/linux-6.6.21/fs/ext4/ |
D | verity.c | 89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
|
/linux-6.6.21/fs/vboxsf/ |
D | file.c | 360 .write_end = vboxsf_write_end,
|
/linux-6.6.21/fs/adfs/ |
D | inode.c | 81 .write_end = generic_write_end,
|
/linux-6.6.21/fs/hpfs/ |
D | file.c | 249 .write_end = hpfs_write_end,
|
/linux-6.6.21/fs/affs/ |
D | file.c | 463 .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-6.6.21/fs/omfs/ |
D | file.c | 375 .write_end = generic_write_end,
|
/linux-6.6.21/fs/jffs2/ |
D | file.c | 77 .write_end = jffs2_write_end,
|
/linux-6.6.21/fs/jfs/ |
D | inode.c | 355 .write_end = jfs_write_end,
|
/linux-6.6.21/fs/hfs/ |
D | inode.c | 167 .write_end = generic_write_end, 177 .write_end = generic_write_end,
|
/linux-6.6.21/fs/hfsplus/ |
D | inode.c | 164 .write_end = generic_write_end, 174 .write_end = generic_write_end,
|
/linux-6.6.21/fs/ecryptfs/ |
D | mmap.c | 554 .write_end = ecryptfs_write_end,
|
/linux-6.6.21/fs/sysv/ |
D | itree.c | 508 .write_end = generic_write_end,
|
/linux-6.6.21/fs/afs/ |
D | file.c | 63 .write_end = afs_write_end,
|
/linux-6.6.21/fs/exfat/ |
D | inode.c | 471 .write_end = exfat_write_end,
|
/linux-6.6.21/Documentation/filesystems/ |
D | locking.rst | 255 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
|
/linux-6.6.21/fs/ |
D | buffer.c | 2480 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2517 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2550 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
/linux-6.6.21/fs/nfs/ |
D | file.c | 564 .write_end = nfs_write_end,
|
/linux-6.6.21/drivers/md/ |
D | dm-bufio.c | 354 unsigned int write_end; member 1389 end = b->write_end; in submit_io() 1456 b->write_end = b->dirty_end; in __write_dirty_buffer()
|
/linux-6.6.21/fs/minix/ |
D | inode.c | 449 .write_end = generic_write_end,
|