ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/rbtree.h>
#include <linux/fs.h>
#include <linux/log2.h>
#include <linux/list.h>
Go to the source code of this file.
Classes | |
struct | _spinlock_t |
struct | task_struct |
struct | mutex |
struct | __wait_queue |
struct | __wait_queue_head |
struct | timer_list |
struct | block_device |
struct | page |
struct | buffer_head |
struct | nls_table |
struct | kmem_cache |
Typedefs | |
typedef struct _spinlock_t | spinlock_t |
typedef struct mutex | mutex_t |
typedef PVOID | wait_queue_t |
typedef struct __wait_queue_head | wait_queue_head_t |
typedef struct kmem_cache | kmem_cache_t |
typedef struct page | mem_map_t |
typedef void() | bh_end_io_t(struct buffer_head *bh, int uptodate) |
typedef GUID | UUID |
typedef void(* | kmem_cache_cb_t) (void *, kmem_cache_t *, unsigned long) |
Enumerations | |
enum | bh_state_bits { BH_Uptodate , BH_Dirty , BH_Verified , BH_Lock , BH_Req , BH_Uptodate_Lock , BH_Mapped , BH_New , BH_Async_Read , BH_Async_Write , BH_Delay , BH_Boundary , BH_Write_EIO , BH_Ordered , BH_Eopnotsupp , BH_Unwritten , BH_PrivateStart } |
Variables | |
struct task_struct * | current |
int | buffer_heads_over_limit |
#define __get_free_page | ( | gfp_mask | ) | __get_free_pages((gfp_mask),0) |
#define be16_to_cpu __be16_to_cpu |
#define be16_to_cpup __be16_to_cpup |
#define be16_to_cpus __be16_to_cpus |
#define be32_to_cpu __be32_to_cpu |
#define be32_to_cpup __be32_to_cpup |
#define be32_to_cpus __be32_to_cpus |
#define be64_to_cpu __be64_to_cpu |
#define be64_to_cpup __be64_to_cpup |
#define be64_to_cpus __be64_to_cpus |
#define cpu_to_be16 __cpu_to_be16 |
#define cpu_to_be16p __cpu_to_be16p |
#define cpu_to_be16s __cpu_to_be16s |
#define cpu_to_be32 __cpu_to_be32 |
#define cpu_to_be32p __cpu_to_be32p |
#define cpu_to_be32s __cpu_to_be32s |
#define cpu_to_be64 __cpu_to_be64 |
#define cpu_to_be64p __cpu_to_be64p |
#define cpu_to_be64s __cpu_to_be64s |
#define cpu_to_le16 __cpu_to_le16 |
#define cpu_to_le16p __cpu_to_le16p |
#define cpu_to_le16s __cpu_to_le16s |
#define cpu_to_le32 __cpu_to_le32 |
#define cpu_to_le32p __cpu_to_le32p |
#define cpu_to_le32s __cpu_to_le32s |
#define cpu_to_le64 __cpu_to_le64 |
#define cpu_to_le64p __cpu_to_le64p |
#define cpu_to_le64s __cpu_to_le64s |
#define DEFINE_WAIT | ( | name | ) | wait_queue_t name = (PVOID)wait_queue_create(); |
#define ExFreePoolWithTag | ( | _P, | |
_T | |||
) | ExFreePool(_P) |
#define GFP_ATOMIC (__GFP_HIGH) |
#define GFP_HIGHUSER ( __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS | __GFP_HIGHMEM) |
#define GFP_KERNEL (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS) |
#define GFP_USER ( __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS) |
#define kmalloc | ( | size, | |
gfp | |||
) | Ext2AllocatePool(NonPagedPool, size, 'JBDM') |
#define le16_to_cpu __le16_to_cpu |
#define le16_to_cpup __le16_to_cpup |
#define le16_to_cpus __le16_to_cpus |
#define le32_to_cpu __le32_to_cpu |
#define le32_to_cpup __le32_to_cpup |
#define le32_to_cpus __le32_to_cpus |
#define le64_to_cpu __le64_to_cpu |
#define le64_to_cpup __le64_to_cpup |
#define le64_to_cpus __le64_to_cpus |
#define LOAD_NLS LOAD_MODULE |
#define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512) |
#define mutex_init | ( | x | ) | ExInitializeFastMutex(&((x)->lock)) |
#define spin_lock | ( | sl | ) | KeAcquireSpinLock(&((sl)->lock), &((sl)->irql)) |
#define spin_lock_init | ( | sl | ) | KeInitializeSpinLock(&((sl)->lock)) |
#define spin_unlock | ( | sl | ) | KeReleaseSpinLock(&((sl)->lock), (sl)->irql) |
#define UNLOAD_NLS UNLOAD_MODULE |
#define WRITE_BARRIER ((1 << BIO_RW) | (1 << BIO_RW_BARRIER)) |
typedef void() bh_end_io_t(struct buffer_head *bh, int uptodate) |
typedef void(* kmem_cache_cb_t) (void *, kmem_cache_t *, unsigned long) |
typedef struct kmem_cache kmem_cache_t |
typedef struct _spinlock_t spinlock_t |
typedef struct __wait_queue_head wait_queue_head_t |
typedef PVOID wait_queue_t |
Definition at line 679 of file module.h.
void __bforget | ( | struct buffer_head * | bh | ) |
Definition at line 843 of file linux.c.
Referenced by bforget(), and journal_forget().
struct buffer_head * __bread | ( | struct block_device * | , |
sector_t | block, | ||
unsigned | size | ||
) |
void __brelse | ( | struct buffer_head * | bh | ) |
Definition at line 808 of file linux.c.
Referenced by __bforget(), __dispose_buffer(), __journal_remove_journal_head(), add_dirent_to_buf(), brelse(), Ext2AddDotEntries(), Ext2GetInodeLba(), Ext2ScanDir(), ext3_bread(), ext4_check_descriptors(), journal_forget(), journal_put_journal_head(), and put_bh().
struct buffer_head * __find_get_block | ( | struct block_device * | bdev, |
sector_t | block, | ||
unsigned long | size | ||
) |
Definition at line 932 of file linux.c.
Referenced by sb_find_get_block().
struct buffer_head * __getblk | ( | struct block_device * | bdev, |
sector_t | block, | ||
unsigned long | size | ||
) |
Definition at line 799 of file linux.c.
Referenced by __find_get_block(), do_one_pass(), journal_get_descriptor_buffer(), journal_init_inode(), jread(), and sb_bread().
void __lock_buffer | ( | struct buffer_head * | bh | ) |
void __wait_on_buffer | ( | struct buffer_head * | bh | ) |
struct buffer_head * alloc_buffer_head | ( | gfp_t | gfp_flags | ) |
int autoremove_wake_function | ( | wait_queue_t * | wait, |
unsigned | mode, | ||
int | sync, | ||
void * | key | ||
) |
|
inlinestatic |
Definition at line 969 of file module.h.
Referenced by extents_bforget().
int bh_submit_read | ( | struct buffer_head * | bh | ) |
Definition at line 892 of file linux.c.
Referenced by Ext2FreeInode(), Ext2LoadBlock(), Ext2LoadBuffer(), Ext2NewBlock(), Ext2NewInode(), Ext2SaveBuffer(), Ext2ZeroBuffer(), ext3_bread(), and sb_bread().
int bh_uptodate_or_lock | ( | struct buffer_head * | bh | ) |
wait_queue_head_t * bh_waitq_head | ( | struct buffer_head * | bh | ) |
|
inlinestatic |
Definition at line 955 of file module.h.
Referenced by do_one_pass(), Ext2NewInode(), Ext2RemoveEntry(), Ext2SetFileType(), ext3_add_entry(), ext3_find_entry(), ext3_is_dir_empty(), extents_brelse(), fini_bh(), journal_destroy(), journal_fail_superblock(), journal_wipe_recovery(), jread(), and sb_bread().
void buffer_head_remove | ( | struct block_device * | bdev, |
struct buffer_head * | bh | ||
) |
Definition at line 424 of file linux.c.
Referenced by Ext2DropBH(), and Ext2QueryUnusedBH().
clear_bit - Clears a bit in memory @nr: Bit to clear @addr: Address to start counting from
clear_bit() is atomic and may not be reordered. However, it does not contain a memory barrier, so if it is used for locking purposes, you should call smp_mb__before_clear_bit() and/or smp_mb__after_clear_bit() in order to ensure changes are visible on other processors.
Definition at line 359 of file module.h.
Referenced by test_and_clear_bit().
|
inlinestatic |
Definition at line 437 of file module.h.
Referenced by do_one_pass().
Definition at line 239 of file module.h.
Referenced by __read_extent_tree_block(), and ext4_find_extent().
NTKERNELAPI PVOID NTAPI ExAllocatePoolWithTag | ( | IN POOL_TYPE | PoolType, |
IN SIZE_T | NumberOfBytes, | ||
IN ULONG | Tag | ||
) |
Definition at line 580 of file heap.c.
Definition at line 2684 of file debug.c.
void extents_bforget | ( | struct buffer_head * | bh | ) |
Definition at line 64 of file ext4_bh.c.
Referenced by ext4_fs_put_xattr_ref().
struct buffer_head * extents_bread | ( | struct super_block * | sb, |
sector_t | block | ||
) |
Definition at line 15 of file ext4_bh.c.
Referenced by __read_extent_tree_block(), and ext4_fs_get_xattr_ref().
void extents_brelse | ( | struct buffer_head * | bh | ) |
Definition at line 51 of file ext4_bh.c.
Referenced by __read_extent_tree_block(), ext4_ext_drop_refs(), ext4_ext_grow_indepth(), ext4_ext_remove_space(), ext4_ext_search_right(), ext4_ext_split(), ext4_ext_try_to_merge_up(), ext4_find_extent(), ext4_fs_get_xattr_ref(), ext4_fs_put_xattr_ref(), and ext4_xattr_try_free_block().
struct buffer_head * extents_bwrite | ( | struct super_block * | sb, |
sector_t | block | ||
) |
Definition at line 27 of file ext4_bh.c.
Referenced by ext4_ext_grow_indepth(), ext4_ext_split(), and ext4_xattr_try_alloc_block().
void extents_mark_buffer_dirty | ( | struct buffer_head * | bh | ) |
Definition at line 39 of file ext4_bh.c.
Referenced by __ext4_handle_dirty_metadata(), and ext4_xattr_write_to_disk().
NTKERNELAPI NTSTATUS ExUuidCreate | ( | OUT UUID * | Uuid | ) |
Definition at line 380 of file uuid.c.
Referenced by AllocAndInitializeTelemetryContext(), ChanMgrCreateChannel(), CreateNewVolumeName(), CreateNoDriveLetterEntry(), Ext2InitializeVcb(), IntCreateNewRegistryPath(), and START_TEST().
|
inlinestatic |
Definition at line 961 of file module.h.
Referenced by Ext2CheckBitmapConsistency(), Ext2CheckSetBlock(), Ext2DropGroupBH(), Ext2FreeBlock(), Ext2FreeInode(), Ext2LoadBlock(), Ext2LoadBuffer(), Ext2NewBlock(), Ext2NewInode(), Ext2SaveBlock(), Ext2SaveBuffer(), Ext2SaveGroup(), Ext2UpdateGroupDirStat(), Ext2ZeroBuffer(), ext4_count_dirs(), ext4_count_free_blocks(), ext4_count_free_inodes(), and ext4_group_used_meta_blocks().
void finish_wait | ( | wait_queue_head_t * | q, |
wait_queue_t * | wait | ||
) |
Definition at line 250 of file linux.c.
void free_buffer_head | ( | struct buffer_head * | bh | ) |
Definition at line 346 of file linux.c.
Referenced by Ext2bhReaperThread(), Ext2DropBH(), get_block_bh_mdl(), and get_block_bh_pin().
struct super_block * freeze_bdev | ( | struct block_device * | ) |
int fsync_bdev | ( | struct block_device * | ) |
int fsync_no_super | ( | struct block_device * | ) |
int fsync_super | ( | struct super_block * | ) |
|
inlinestatic |
Definition at line 944 of file module.h.
Referenced by __journal_remove_journal_head(), get_block_bh_mdl(), get_block_bh_pin(), journal_add_journal_head(), ll_rw_block(), and sync_dirty_buffer().
struct buffer_head * get_block_bh | ( | struct block_device * | bdev, |
sector_t | block, | ||
unsigned long | size, | ||
int | zero | ||
) |
Definition at line 782 of file linux.c.
Referenced by __getblk(), sb_getblk(), and sb_getblk_zero().
void init_buffer | ( | struct buffer_head * | , |
bh_end_io_t * | , | ||
void * | |||
) |
void init_waitqueue_head | ( | wait_queue_head_t * | q | ) |
void invalidate_bdev | ( | struct block_device * | ) |
Definition at line 249 of file module.h.
Referenced by ext4_ext_create_new_leaf(), ext4_ext_get_blocks(), ext4_ext_insert_extent(), ext4_ext_remove_space(), ext4_ext_search_right(), and ext4_find_extent().
|
inlinestatic |
void * kmem_cache_alloc | ( | kmem_cache_t * | kc, |
int | flags | ||
) |
Definition at line 92 of file linux.c.
Referenced by insert_revoke_hash(), journal_alloc_journal_head(), and journal_init_revoke().
kmem_cache_t * kmem_cache_create | ( | const char * | name, |
size_t | size, | ||
size_t | offset, | ||
unsigned long | flags, | ||
kmem_cache_cb_t | ctor | ||
) |
Definition at line 48 of file linux.c.
Referenced by ext2_init_bh(), Ext2InitializeVcb(), journal_init_handle_cache(), journal_init_journal_head_cache(), and journal_init_revoke_caches().
int kmem_cache_destroy | ( | kmem_cache_t * | kc | ) |
Definition at line 82 of file linux.c.
Referenced by Ext2DestroyVcb(), Ext2InitializeVcb(), journal_destroy_handle_cache(), journal_destroy_journal_head_cache(), journal_destroy_revoke_caches(), and journal_init_revoke_caches().
void kmem_cache_free | ( | kmem_cache_t * | kc, |
void * | p | ||
) |
Definition at line 103 of file linux.c.
Referenced by journal_clear_revoke(), journal_destroy_revoke(), journal_free_journal_head(), journal_init_revoke(), and tcp_tw_put().
Definition at line 34 of file linux.c.
Referenced by Ext2LoadGroup(), ext4_ext_split(), ext4_find_extent(), ext4_xattr_item_alloc(), and journal_init_common().
Definition at line 186 of file module.h.
Referenced by ext4_ext_grow_indepth(), ext4_ext_insert_extent(), ext4_ext_insert_index(), ext4_ext_split(), and ext4_ext_try_to_merge_right().
void ll_rw_block | ( | int | rw, |
int | nr, | ||
struct buffer_head * | bh[] | ||
) |
Definition at line 862 of file linux.c.
Referenced by __brelse(), bh_submit_read(), journal_get_superblock(), and journal_update_superblock().
Definition at line 218 of file nls_base.c.
Referenced by DriverEntry(), Ext2ProcessGlobalProperty(), Ext2ProcessVolumeProperty(), init_nls_euc_jp(), and init_nls_koi8_ru().
|
inlinestatic |
Definition at line 1028 of file module.h.
Referenced by do_one_pass(), journal_get_descriptor_buffer(), ll_rw_block(), sync_dirty_buffer(), test_createbitmap(), and test_createbitmapfromsource().
|
inlinestatic |
void mark_buffer_async_write | ( | struct buffer_head * | bh | ) |
void mark_buffer_dirty | ( | struct buffer_head * | bh | ) |
Definition at line 914 of file linux.c.
Referenced by __journal_temp_unlink_buffer(), do_one_pass(), Ext2CheckSetBlock(), Ext2FreeInode(), Ext2NewBlock(), Ext2NewInode(), Ext2SaveBlock(), Ext2SaveBuffer(), Ext2SaveGroup(), Ext2SetFileType(), Ext2ZeroBuffer(), ext4_init_block_bitmap(), ext4_init_inode_bitmap(), journal_convert_superblock_v1(), and journal_update_superblock().
void mark_buffer_dirty_inode | ( | struct buffer_head * | bh, |
struct inode * | inode | ||
) |
|
inlinestatic |
void prepare_to_wait | ( | wait_queue_head_t * | q, |
wait_queue_t * | wait, | ||
int | state | ||
) |
Definition at line 212 of file linux.c.
void prepare_to_wait_exclusive | ( | wait_queue_head_t * | q, |
wait_queue_t * | wait, | ||
int | state | ||
) |
Definition at line 231 of file linux.c.
Definition at line 244 of file module.h.
Referenced by ext4_ext_create_new_leaf(), ext4_ext_get_blocks(), ext4_ext_insert_extent(), ext4_ext_search_right(), and ext4_find_extent().
|
inlinestatic |
Definition at line 949 of file module.h.
Referenced by submit_bh_mdl(), and submit_bh_pin().
Definition at line 162 of file nls_base.c.
Referenced by init_nls_ascii(), init_nls_cp1250(), init_nls_cp1251(), init_nls_cp1255(), init_nls_cp437(), init_nls_cp737(), init_nls_cp775(), init_nls_cp850(), init_nls_cp852(), init_nls_cp855(), init_nls_cp857(), init_nls_cp860(), init_nls_cp861(), init_nls_cp862(), init_nls_cp863(), init_nls_cp864(), init_nls_cp865(), init_nls_cp866(), init_nls_cp869(), init_nls_cp874(), init_nls_cp932(), init_nls_cp936(), init_nls_cp949(), init_nls_cp950(), init_nls_euc_jp(), init_nls_iso8859_1(), init_nls_iso8859_13(), init_nls_iso8859_14(), init_nls_iso8859_15(), init_nls_iso8859_2(), init_nls_iso8859_3(), init_nls_iso8859_4(), init_nls_iso8859_5(), init_nls_iso8859_6(), init_nls_iso8859_7(), init_nls_iso8859_9(), init_nls_koi8_r(), init_nls_koi8_ru(), init_nls_koi8_u(), and init_nls_utf8().
Definition at line 61 of file byteswap.c.
Definition at line 86 of file byteswap.c.
Definition at line 37 of file byteswap.c.
|
inlinestatic |
Definition at line 988 of file module.h.
|
inlinestatic |
Definition at line 1001 of file module.h.
|
inlinestatic |
Definition at line 976 of file module.h.
Referenced by Ext2CheckSetBlock(), Ext2FreeInode(), Ext2LoadBlock(), Ext2LoadBuffer(), Ext2LoadGroupBH(), Ext2NewBlock(), Ext2NewInode(), Ext2SaveBuffer(), Ext2ZeroBuffer(), ext3_bread(), and extents_bread().
|
inlinestatic |
Definition at line 982 of file module.h.
Referenced by Ext2NewBlock(), Ext2NewInode(), Ext2SaveBlock(), Ext2SaveBuffer(), Ext2ZeroBuffer(), and extents_bwrite().
__set_bit - Set a bit in memory @nr: the bit to set @addr: the address to start counting from
Unlike set_bit(), this function is non-atomic and may be reordered. If it's called on the same region of memory simultaneously, the effect may be that only one operation succeeds.
Definition at line 340 of file module.h.
Referenced by test_and_set_bit().
|
inlinestatic |
int submit_bh | ( | int | rw, |
struct buffer_head * | bh | ||
) |
Definition at line 792 of file linux.c.
Referenced by ll_rw_block(), and sync_dirty_buffer().
int sync_blockdev | ( | struct block_device * | bdev | ) |
Definition at line 919 of file linux.c.
Referenced by Ext2RecoverJournal(), and journal_recover().
int sync_dirty_buffer | ( | struct buffer_head * | bh | ) |
Definition at line 898 of file linux.c.
Referenced by journal_convert_superblock_v1(), and journal_update_superblock().
Definition at line 383 of file module.h.
Referenced by __bit_spin_unlock(), bit_spin_is_locked(), bit_spin_lock(), and bit_spin_unlock().
void thaw_bdev | ( | struct block_device * | , |
struct super_block * | |||
) |
Definition at line 240 of file nls_base.c.
Referenced by exit_nls_euc_jp(), and exit_nls_koi8_ru().
void unlock_buffer | ( | struct buffer_head * | bh | ) |
Definition at line 853 of file linux.c.
Referenced by do_one_pass(), journal_get_descriptor_buffer(), ll_rw_block(), submit_bh_mdl(), submit_bh_pin(), and sync_dirty_buffer().
void unmap_underlying_metadata | ( | struct block_device * | bdev, |
sector_t | block | ||
) |
Definition at line 185 of file nls_base.c.
Referenced by exit_nls_ascii(), exit_nls_cp1250(), exit_nls_cp1251(), exit_nls_cp1255(), exit_nls_cp437(), exit_nls_cp737(), exit_nls_cp775(), exit_nls_cp850(), exit_nls_cp852(), exit_nls_cp855(), exit_nls_cp857(), exit_nls_cp860(), exit_nls_cp861(), exit_nls_cp862(), exit_nls_cp863(), exit_nls_cp864(), exit_nls_cp865(), exit_nls_cp866(), exit_nls_cp869(), exit_nls_cp874(), exit_nls_cp932(), exit_nls_cp936(), exit_nls_cp949(), exit_nls_cp950(), exit_nls_euc_jp(), exit_nls_iso8859_1(), exit_nls_iso8859_13(), exit_nls_iso8859_14(), exit_nls_iso8859_15(), exit_nls_iso8859_2(), exit_nls_iso8859_3(), exit_nls_iso8859_4(), exit_nls_iso8859_5(), exit_nls_iso8859_6(), exit_nls_iso8859_7(), exit_nls_iso8859_9(), exit_nls_koi8_r(), exit_nls_koi8_ru(), exit_nls_koi8_u(), and exit_nls_utf8().
Definition at line 79 of file nls_base.c.
Definition at line 49 of file nls_base.c.
Referenced by char2uni(), and utf8_mbstowcs().
Definition at line 136 of file nls_base.c.
Definition at line 108 of file nls_base.c.
Referenced by uni2char(), and utf8_wcstombs().
|
inlinestatic |
Definition at line 1021 of file module.h.
Referenced by ext3_find_entry(), journal_get_superblock(), jread(), and sync_dirty_buffer().
struct __wait_queue * wait_queue_create | ( | ) |
void wait_queue_destroy | ( | struct __wait_queue * | wait | ) |
int wake_bit_function | ( | wait_queue_t * | wait, |
unsigned | mode, | ||
int | sync, | ||
void * | key | ||
) |
int wake_up | ( | wait_queue_head_t * | queue | ) |
Definition at line 279 of file linux.c.
Referenced by __log_start_commit().
void write_boundary_block | ( | struct block_device * | bdev, |
sector_t | bblock, | ||
unsigned | blocksize | ||
) |
|
extern |
|
extern |
Definition at line 32 of file linux.c.
Referenced by _initterm(), _ismbslead_l(), _ismbstrail(), _ismbstrail_l(), _mbsdec(), _mbsdec_l(), _mbsinc(), _mbsinc_l(), _RTC_CheckStackVars2(), _svcauth_des(), apply_patch(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::base(), CcRosCreateVacb(), CcRosFlushDirtyPages(), CcRosFreeOneUnusedVacb(), CcRosGetVacb(), CcRosLookupVacb(), CcRosTraceCacheMap(), CcRosTrimCache(), cfgets(), check_access(), check_rr_dates(), check_sharing(), FxTagTracker::CheckForAbandondedTags(), chmc_section_lookup(), common_getenv_nolock(), common_mktemp_s_continue(), ConSrvConsoleProcessCtrlEvent(), ConSrvGetConsoleProcessList(), ConSrvSetConsoleProcessFocus(), context_set_pixel_format(), convertHexToHexCSV(), cs_txt(), ddraw_surface7_Flip(), DelOld(), EDIT_PaintText(), enable_allowed_controls(), enumx_Next(), enumx_Skip(), TTelnetHandler::escapeIAC(), CCleanupHandlerList::ExecuteCleanup(), FDICopy(), file_add(), CCleanupHandlerList::ForEach(), FT_GlyphLoader_Add(), FT_GlyphLoader_Adjust_Points(), FT_GlyphLoader_Adjust_Subglyphs(), FT_GlyphLoader_CheckPoints(), FT_GlyphLoader_CheckSubGlyphs(), FT_GlyphLoader_Prepare(), FT_GlyphLoader_Rewind(), get_executable_path(), get_input_bytes(), HEXEDIT_PaintLines(), HUF_readCTable(), HUF_readDTableX1_wksp(), HUF_readDTableX2_wksp(), HUF_sort(), IMAPIPROP_GetValue(), insertIntoTree(), InsNew(), IPropData_fnGetPropList(), IPropData_fnRelease(), join_modify_update(), mallocspy_is_allocation_spyed(), MmFindRegion(), MsfsCreate(), MsfsCreateMailslot(), mystrrchr(), np_enum(), CCleanMgrProperties::OnInitDialog(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator*(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator++(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator--(), previous_character(), ReadCommand(), RPCRT4_RemoveThreadContextHandle(), Save(), CCleanupHandlerList::ScanDrive(), TScroller::ScrollBack(), set_parse_status(), SetPixelFormat(), settime_how(), skip_input_bytes(), Sort(), START_TEST(), surface_load_drawable(), SYSLINK_ParseText(), test_EM_GETHANDLE(), test_GetTimeZoneInformation(), test_locking(), test_media_event(), test_one(), test_PBM_STEPIT(), test_try_transform(), test_ZombifyActCtx(), TOOLTIPS_Show(), TransactedSnapshotImpl_FindNextChild(), triangulate(), TT_Process_Composite_Component(), UDFDOSName100(), UDFDOSName200(), UDFDOSName201(), CCleanMgrProperties::UpdateSpaceUsed(), validate_patch(), validate_state_table(), VARIANT_MakeDate(), wined3d_texture_load_location(), write_text_utf8_nolock(), xdrrec_getbytes(), xdrrec_putbytes(), xmlParseAttValueComplex(), xmlStringLenDecodeEntities(), xsltAddKey(), xsltApplyStripSpaces(), xsltCompilePatternInternal(), ZSTD_buildSeqStore(), ZSTD_compressBlock_btultra2(), ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_fast_extDict_generic(), ZSTD_compressBlock_fast_generic(), ZSTD_compressBlock_lazy_extDict_generic(), ZSTD_compressBlock_lazy_generic(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_HcFindBestMatch_generic(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_insertDUBT1(), ZSTD_ldm_generateSequences_internal(), ZSTD_ldm_limitTableUpdate(), ZSTD_window_needOverflowCorrection(), and FxTagTracker::~FxTagTracker().