Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dshmem_fs.h135 loff_t write_end, bool shmem_huge_force);
140 loff_t write_end, bool shmem_huge_force) in shmem_allowable_huge_orders() argument
176 int shmem_get_folio(struct inode *inode, pgoff_t index, loff_t write_end,
/linux/drivers/nvmem/
H A Dimx-ocotp.c350 goto write_end; in imx_ocotp_write()
455 goto write_end; in imx_ocotp_write()
474 write_end: in imx_ocotp_write()
/linux/fs/bfs/
H A Dfile.c198 .write_end = generic_write_end,
/linux/fs/f2fs/
H A Dverity.c93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
/linux/mm/
H A Dshmem.c606 loff_t write_end) in shmem_get_orders_within_size() argument
615 i_size = max(write_end, i_size_read(inode)); in shmem_get_orders_within_size()
627 loff_t write_end, bool shmem_huge_force, in shmem_huge_global_enabled() argument
656 THP_ORDERS_ALL_FILE_DEFAULT, index, write_end); in shmem_huge_global_enabled()
862 loff_t write_end, bool shmem_huge_force, in shmem_huge_global_enabled() argument
1795 loff_t write_end, bool shmem_huge_force) in shmem_allowable_huge_orders() argument
1805 global_orders = shmem_huge_global_enabled(inode, index, write_end, in shmem_allowable_huge_orders()
2457 loff_t write_end, struct folio **foliop, enum sgp_type sgp, in shmem_get_folio_gfp() argument
2538 orders = shmem_allowable_huge_orders(inode, vma, index, write_end, false); in shmem_get_folio_gfp()
2639 * @write_end
2659 shmem_get_folio(struct inode * inode,pgoff_t index,loff_t write_end,struct folio ** foliop,enum sgp_type sgp) shmem_get_folio() argument
[all...]
/linux/fs/affs/
H A Dfile.c464 .write_end = affs_write_end,
845 .write_end = affs_write_end_ofs,
895 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, folio, fsdata); in affs_truncate()
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c509 goto write_end; in bb_write()
520 goto write_end; in bb_write()
561 write_end: in bb_write()
/linux/fs/vboxsf/
H A Dfile.c356 .write_end = vboxsf_write_end,
/linux/fs/adfs/
H A Dinode.c83 .write_end = generic_write_end,
/linux/fs/hpfs/
H A Dfile.c252 .write_end = hpfs_write_end,
/linux/fs/omfs/
H A Dfile.c376 .write_end = generic_write_end,
/linux/fs/jffs2/
H A Dfile.c79 .write_end = jffs2_write_end,
/linux/fs/jfs/
H A Dinode.c363 .write_end = jfs_write_end,
/linux/fs/ecryptfs/
H A Dmmap.c531 .write_end = ecryptfs_write_end,
/linux/Documentation/filesystems/iomap/
H A Dporting.rst40 No ->write_begin(), ->write_end() or direct_IO
/linux/fs/
H A Dbuffer.c2489 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple()
2527 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
2560 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
/linux/fs/exfat/
H A Dinode.c566 .write_end = exfat_write_end,
H A Dfile.c615 err = ops->write_end(NULL, mapping, pos, len, len, folio, NULL); in exfat_extend_valid_size()
/linux/drivers/md/
H A Ddm-bufio.c347 unsigned int write_end; member
1390 end = b->write_end; in submit_io()
1459 b->write_end = b->dirty_end; in __write_dirty_buffer()
/linux/fs/nfs/
H A Dfile.c623 .write_end = nfs_write_end,
/linux/fs/minix/
H A Dinode.c486 .write_end = generic_write_end,
/linux/Documentation/filesystems/
H A Dvfs.rst734 process is more complicated and uses write_begin/write_end or
806 int (*write_end)(const struct kiocb *, struct address_space *mapping,
912 write_end.
915 in which case write_end is not called.
917 ``write_end``
918 After a successful write_begin, and data copy, write_end must be
/linux/block/
H A Dfops.c532 .write_end = blkdev_write_end,
/linux/fs/hostfs/
H A Dhostfs_kern.c496 .write_end = hostfs_write_end,
/linux/fs/orangefs/
H A Dinode.c596 .write_end = orangefs_write_end,

12