Home
last modified time | relevance | path

Searched refs:unwritten (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dmove_extent.c90 int unwritten, int *err) in mext_check_coverage() argument
101 if (unwritten != ext4_ext_is_unwritten(ext)) in mext_check_coverage()
262 int block_len_in_page, int unwritten, int *err) in move_extent_per_page() argument
331 if (unwritten) { in move_extent_per_page()
335 unwritten = mext_check_coverage(orig_inode, orig_blk_offset, in move_extent_per_page()
340 unwritten &= mext_check_coverage(donor_inode, donor_blk_offset, in move_extent_per_page()
345 if (!unwritten) { in move_extent_per_page()
634 int unwritten, cur_len; in ext4_move_extents() local
663 unwritten = ext4_ext_is_unwritten(ex); in ext4_move_extents()
686 unwritten, &ret); in ext4_move_extents()
H A Dfile.c218 loff_t pos, loff_t len, bool *unwritten) in ext4_overwrite_io() argument
239 *unwritten = !(map.m_flags & EXT4_MAP_MAPPED); in ext4_overwrite_io()
423 bool *unwritten, int *dio_flags) in ext4_dio_write_checks() argument
442 overwrite = ext4_overwrite_io(inode, offset, count, unwritten); in ext4_dio_write_checks()
457 (unaligned_io && *unwritten)))) { in ext4_dio_write_checks()
480 if (unaligned_io && (!overwrite || *unwritten)) in ext4_dio_write_checks()
506 bool extend = false, unwritten = false; in ext4_dio_write_iter() local
552 &unwritten, &dio_flags); in ext4_dio_write_iter()
575 if (ilock_shared && !unwritten) in ext4_dio_write_iter()
H A Dpage-io.c243 struct list_head unwritten; in ext4_do_flush_completed_IO() local
250 list_replace_init(head, &unwritten); in ext4_do_flush_completed_IO()
253 while (!list_empty(&unwritten)) { in ext4_do_flush_completed_IO()
254 io_end = list_entry(unwritten.next, ext4_io_end_t, list); in ext4_do_flush_completed_IO()
H A Dextents.c332 int unwritten = ext4_ext_is_unwritten(path[path->p_depth].p_ext); in ext4_force_split_extent_at() local
338 return ext4_split_extent_at(handle, inode, ppath, lblk, unwritten ? in ext4_force_split_extent_at()
1809 int merge_done = 0, unwritten; in ext4_ext_try_to_merge_right() local
1819 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_try_to_merge_right()
1822 if (unwritten) in ext4_ext_try_to_merge_right()
1981 int mb_flags = 0, unwritten; in ext4_ext_insert_extent() local
2033 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_insert_extent()
2036 if (unwritten) in ext4_ext_insert_extent()
2059 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_insert_extent()
2064 if (unwritten) in ext4_ext_insert_extent()
[all …]
H A Dext4.h3716 int len, int unwritten, ext4_fsblk_t pblk);
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c591 bool unwritten, in xfs_rmap_unmap() argument
607 if (unwritten) in xfs_rmap_unmap()
610 unwritten, oinfo); in xfs_rmap_unmap()
783 unwritten, oinfo); in xfs_rmap_unmap()
856 bool unwritten, in xfs_rmap_map() argument
875 if (unwritten) in xfs_rmap_map()
878 unwritten, oinfo); in xfs_rmap_map()
1030 unwritten, oinfo); in xfs_rmap_map()
1085 bool unwritten, in xfs_rmap_convert() argument
1105 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0; in xfs_rmap_convert()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gem.c286 unsigned long unwritten; in gtt_user_read() local
290 unwritten = __copy_to_user_inatomic(user_data, in gtt_user_read()
294 if (unwritten) { in gtt_user_read()
296 unwritten = copy_to_user(user_data, in gtt_user_read()
301 return unwritten; in gtt_user_read()
521 unsigned long unwritten; in ggtt_write() local
525 unwritten = __copy_from_user_inatomic_nocache((void __force *)vaddr + offset, in ggtt_write()
528 if (unwritten) { in ggtt_write()
530 unwritten = copy_from_user((void __force *)vaddr + offset, in ggtt_write()
535 return unwritten; in ggtt_write()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c149 int unwritten; in qxl_process_single_command() local
185 unwritten = __copy_from_user_inatomic_nocache in qxl_process_single_command()
196 if (unwritten) { in qxl_process_single_command()
197 DRM_ERROR("got unwritten %d\n", unwritten); in qxl_process_single_command()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c460 unsigned int len, unwritten; in shmem_pwrite() local
485 unwritten = __copy_from_user_inatomic(vaddr + pg, in shmem_pwrite()
491 len - unwritten, page, data); in shmem_pwrite()
496 if (unwritten) in shmem_pwrite()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dzero.rst15 device. Reads to previously unwritten areas will return a zero'd buffer. When
H A Dera.rst106 Metadata is updated on disk before a write to a previously unwritten
/openbmc/libmctp/tests/
H A Dtest_astlpc.c625 uint8_t unwritten[MCTP_BTU]; in astlpc_test_host_tx_bmc_gone() local
635 memset(&unwritten[0], 0, sizeof(unwritten)); in astlpc_test_host_tx_bmc_gone()
651 astlpc_assert_tx_packet(&ctx.host, &unwritten[0], MCTP_BTU); in astlpc_test_host_tx_bmc_gone()
/openbmc/linux/include/linux/
H A Dbuffer_head.h134 BUFFER_FNS(Unwritten, unwritten) in BUFFER_FNS()
/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst102 write out unwritten block driver state (e.g. cached metadata)
/openbmc/u-boot/doc/
H A DREADME.trace223 Offset of first unwritten byte in trace output buffer
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h2721 xfs_agblock_t agbno, xfs_extlen_t len, bool unwritten,
2723 TP_ARGS(mp, agno, agbno, len, unwritten, oinfo),
2741 if (unwritten)
2756 xfs_agblock_t agbno, xfs_extlen_t len, bool unwritten, \
2758 TP_ARGS(mp, agno, agbno, len, unwritten, oinfo))
/openbmc/linux/drivers/char/
H A DKconfig158 This is most useful for applications, as yet unwritten, which
/openbmc/linux/Documentation/core-api/
H A Ddma-api-howto.rst115 be used with the DMA mapping facilities. There has been an unwritten
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst1033 unwritten data extent?
4144 Mutual holes, unwritten extents, and extent mappings to the same physical