| /linux/include/linux/ |
| A D | shmem_fs.h | 116 loff_t write_end, bool shmem_huge_force); 120 loff_t write_end, bool shmem_huge_force) in shmem_allowable_huge_orders() argument 146 int shmem_get_folio(struct inode *inode, pgoff_t index, loff_t write_end,
|
| /linux/drivers/nvmem/ |
| A 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/fs/bfs/ |
| A D | file.c | 197 .write_end = generic_write_end,
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_shmem.c | 495 err = aops->write_end(obj->base.filp, mapping, pos, len, in shmem_pwrite() 687 err = aops->write_end(file, file->f_mapping, pos, len, len, in i915_gem_object_create_shmem_from_data()
|
| /linux/fs/f2fs/ |
| A D | verity.c | 93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
|
| /linux/mm/ |
| A D | shmem.c | 552 loff_t write_end, bool shmem_huge_force, in __shmem_huge_global_enabled() argument 573 i_size = max(write_end, i_size_read(inode)); in __shmem_huge_global_enabled() 588 loff_t write_end, bool shmem_huge_force, in shmem_huge_global_enabled() argument 594 return __shmem_huge_global_enabled(inode, index, write_end, in shmem_huge_global_enabled() 775 loff_t write_end, bool shmem_huge_force, in shmem_huge_global_enabled() argument 1658 loff_t write_end, bool shmem_huge_force) in shmem_allowable_huge_orders() argument 1670 global_huge = shmem_huge_global_enabled(inode, index, write_end, in shmem_allowable_huge_orders() 2231 loff_t write_end, struct folio **foliop, enum sgp_type sgp, in shmem_get_folio_gfp() argument 2433 int shmem_get_folio(struct inode *inode, pgoff_t index, loff_t write_end, in shmem_get_folio() argument 2436 return shmem_get_folio_gfp(inode, index, write_end, foliop, sgp, in shmem_get_folio() [all …]
|
| /linux/fs/ext4/ |
| A D | verity.c | 89 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
|
| /linux/fs/adfs/ |
| A D | inode.c | 82 .write_end = generic_write_end,
|
| /linux/fs/vboxsf/ |
| A D | file.c | 353 .write_end = vboxsf_write_end,
|
| /linux/fs/hpfs/ |
| A D | file.c | 248 .write_end = hpfs_write_end,
|
| /linux/fs/hfsplus/ |
| A D | inode.c | 158 .write_end = generic_write_end, 169 .write_end = generic_write_end,
|
| /linux/fs/affs/ |
| A D | file.c | 462 .write_end = affs_write_end, 840 .write_end = affs_write_end_ofs, 890 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, folio, fsdata); in affs_truncate()
|
| /linux/fs/jffs2/ |
| A D | file.c | 77 .write_end = jffs2_write_end,
|
| /linux/fs/jfs/ |
| A D | inode.c | 355 .write_end = jfs_write_end,
|
| /linux/fs/omfs/ |
| A D | file.c | 375 .write_end = generic_write_end,
|
| /linux/fs/hfs/ |
| A D | inode.c | 161 .write_end = generic_write_end, 172 .write_end = generic_write_end,
|
| /linux/fs/ecryptfs/ |
| A D | mmap.c | 554 .write_end = ecryptfs_write_end,
|
| /linux/Documentation/filesystems/iomap/ |
| A D | porting.rst | 40 No ->write_begin(), ->write_end() or direct_IO
|
| /linux/fs/sysv/ |
| A D | itree.c | 508 .write_end = generic_write_end,
|
| /linux/fs/exfat/ |
| A D | file.c | 557 err = ops->write_end(file, mapping, pos, len, len, folio, NULL); in exfat_extend_valid_size()
|
| A D | inode.c | 540 .write_end = exfat_write_end,
|
| /linux/Documentation/filesystems/ |
| A 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/fs/ |
| A D | buffer.c | 2477 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple() 2514 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2547 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
| /linux/drivers/md/ |
| A 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/fs/minix/ |
| A D | inode.c | 469 .write_end = generic_write_end,
|