Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Enginex0/zeromount
/ functions
Functions
988 in github.com/Enginex0/zeromount
⨍
Functions
988
◇
Types & classes
185
↓ 1 callers
Function
print_status
()
src/guard/mod.rs:52
↓ 1 callers
Function
probe_kstat_redirect
(baseline: &ProbeBaseline)
src/susfs/mod.rs:563
↓ 1 callers
Function
probe_susfs
DET03: Kernel-first SUSFS probe. Probes the kernel supercall to determine SUSFS availability and feature set.
src/detect/susfs.rs:13
↓ 1 callers
Function
probe_sysfs
Check /sys/kernel/zeromount/ for version info.
src/detect/kernel.rs:80
↓ 1 callers
Function
probe_vfs_driver
Probe kernel for VFS driver availability and version. DET02: (1) /dev/zeromount existence, (2) GET_VERSION ioctl, (3) /sys/kernel/zeromount/ sysfs
src/detect/kernel.rs:15
↓ 1 callers
Function
process_try_umount_txt
(ksud: &str)
src/susfs/brene.rs:859
↓ 1 callers
Function
promote_partitions
(root: &mut Node)
src/mount/node.rs:155
↓ 1 callers
Function
ptrace_attach
external/axon/ptrace.c:57
↓ 1 callers
Function
ptrace_continue
external/axon/ptrace.c:109
↓ 1 callers
Function
ptrace_detach
external/axon/ptrace.c:65
↓ 1 callers
Function
ptrace_read
external/axon/ptrace.c:117
↓ 1 callers
Function
quoted_to_string
(s: &str)
src/bridge/translate.rs:15
↓ 1 callers
Function
random_alphanum
(len: usize)
src/mount/storage.rs:303
↓ 1 callers
Function
readCache
()
webui/src/lib/cache.ts:83
↓ 1 callers
Function
readFromCache
()
webui/src/lib/api.ts:32
↓ 1 callers
Function
read_activity_log
()
src/cli/webui_init.rs:268
↓ 1 callers
Function
read_arg_region
Parse /proc/self/stat to extract arg_start and arg_end. These are fields 48 and 49 (1-indexed) in the stat line. The comm field (field 2) is in parens
src/utils/process.rs:67
↓ 1 callers
Function
read_bridge_values
WebUI init: read raw key-value pairs from external module for display
src/bridge/mod.rs:75
↓ 1 callers
Method
read_events
(&self)
src/detect/watcher.rs:109
↓ 1 callers
Function
read_exclusion_files
()
src/cli/webui_init.rs:218
↓ 1 callers
Function
read_kallsyms_address
Read the address of a kernel symbol from /proc/kallsyms. Returns the hex address string (e.g., "0xffffffc010abcdef").
src/mount/storage.rs:687
↓ 1 callers
Function
reconcile_from_external
Boot-time: read external config.sh, diff against config.toml, import changes
src/bridge/mod.rs:45
↓ 1 callers
Function
redirect_font_directory
Redirect all font files from a module's font directory. Scans `module_font_dir` for font files and redirects each one to the corresponding system pat
src/susfs/fonts.rs:90
↓ 1 callers
Function
redirect_font_file
Redirect a single font file using stock SUSFS ioctls. Strategy: kstat spoof (redirect or static fallback) + sus_path hide.
src/susfs/fonts.rs:28
↓ 1 callers
Function
redirect_font_module
Mount a font module with SUSFS redirect, falling back to OverlayFS (S07). SUSFS kstat + sus_path is preferred (no visible mounts). When SUSFS is unav
src/susfs/fonts.rs:176
↓ 1 callers
Function
refreshBridgeValues
()
webui/src/lib/store.ts:1183
↓ 1 callers
Function
reg_stack_alloc
external/axon/inject.c:11
↓ 1 callers
Function
register_shutdown_handler
()
src/utils/signal.rs:10
↓ 1 callers
Function
resolve_event_device
(input_path: &Path)
src/perf/input.rs:67
↓ 1 callers
Function
resolve_staging_source
(config_value: &str)
src/mount/storage.rs:328
↓ 1 callers
Method
rotate
(&mut self)
src/logging/rotating.rs:56
↓ 1 callers
Method
runAllChecks
()
tests/adb-detect/app/src/main/java/com/zeromount/test/AdbDetect.java:49
↓ 1 callers
Function
run_boost_loop
( touch_devices: &[TouchDevice], cluster_boosts: &[(String, u64)], freq_guard: &FreqGuard, )
src/perf/boost.rs:17
↓ 1 callers
Method
run_loop
Event loop: poll for changes, invoke callback on each batch. Runs until the callback returns Err or the process is signaled.
src/detect/watcher.rs:181
↓ 1 callers
Function
run_perf
()
src/perf/mod.rs:11
↓ 1 callers
Function
run_pipeline_with_bootloop_guard
(config: ZeroMountConfig)
src/core/pipeline.rs:778
↓ 1 callers
Function
run_prop_watch
()
src/prop/mod.rs:14
↓ 1 callers
Method
scan_and_plan
Scan modules directory and build mount plan in a single transition. Merges two logical operations because plan depends entirely on scan output.
src/core/pipeline.rs:103
↓ 1 callers
Function
scan_single_module
(module_dir: &Path, exclude_hosts: bool)
src/modules/scanner.rs:113
↓ 1 callers
Function
select_boost_freq
(cluster: &CpuCluster)
src/perf/topology.rs:111
↓ 1 callers
Function
select_strategy
( scenario: Scenario, capabilities: &CapabilityFlags, user_override: Option<MountStrategy>, )
src/mount/planner.rs:141
↓ 1 callers
Method
set_android_data_root_path
(&self, path: &str)
src/susfs/mod.rs:156
↓ 1 callers
Function
set_comm
Set /proc/self/comm via prctl(PR_SET_NAME). comm is limited to 16 bytes including null terminator.
src/utils/process.rs:18
↓ 1 callers
Function
set_level
(level: u32)
src/logging/sysfs.rs:87
↓ 1 callers
Method
set_module_key
(&mut self, key: &str, value: &str)
src/core/config.rs:808
↓ 1 callers
Function
set_opaque_xattr
ovl_is_opaquedir() checks trusted.overlay.opaque on both upper and lower layers
src/mount/opaque.rs:46
↓ 1 callers
Method
set_sdcard_root_path
(&self, path: &str)
src/susfs/mod.rs:171
↓ 1 callers
Function
setupIconObserver
(container: HTMLElement, packageName: string)
webui/src/routes/ConfigTab.tsx:43
↓ 1 callers
Function
setup_decoy
Mount a tmpfs on a suitable empty directory for use as a decoy overlay lowerdir. Returns the chosen directory path on success, or None if no candidate
src/mount/decoy.rs:20
↓ 1 callers
Function
size
()
webui/src/components/core/Button.tsx:24
↓ 1 callers
Function
size
()
webui/src/components/core/Badge.tsx:15
↓ 1 callers
Method
spawn
(cmd: string, argsJson: string, optionsJson: string, callbackName: string)
webui/src/lib/ksu.d.ts:3
↓ 1 callers
Function
startTriggerPolling
()
webui/src/lib/store.ts:1405
↓ 1 callers
Function
start_module_watcher
Start the module watcher with automatic inotify/polling fallback. Intended to be called from the `mount --post-boot` handler.
src/detect/watcher.rs:297
↓ 1 callers
Function
start_watcher_fallback
Fallback watcher using directory mtime polling. Used when inotify_init1 fails (ENOSYS on some kernels, or EMFILE).
src/detect/watcher.rs:228
↓ 1 callers
Function
status
()
src/logging/sysfs.rs:104
↓ 1 callers
Function
storage_mode_str
(mode: StorageMode)
src/core/config.rs:855
↓ 1 callers
Function
strategyLabel
(s: MountStrategy)
webui/src/components/core/ScenarioIndicator.tsx:15
↓ 1 callers
Function
susfsEnabled
()
webui/src/components/core/ScenarioIndicator.tsx:83
↓ 1 callers
Function
susfsMode
()
webui/src/components/core/ScenarioIndicator.tsx:84
↓ 1 callers
Method
susfs_binary_paths
(&self)
src/core/pipeline.rs:818
↓ 1 callers
Method
sweep_rogue_mounts
(self)
src/core/pipeline.rs:367
↓ 1 callers
Function
sync_susfs_config
Sync our BRENE toggles to SUSFS config.sh so SUSFS boot scripts stay in sync
src/susfs/brene.rs:684
↓ 1 callers
Function
tabIndex
()
webui/src/components/layout/NavBar.tsx:20
↓ 1 callers
Function
teardown_decoy
Lazy-unmount the decoy tmpfs.
src/mount/decoy.rs:101
↓ 1 callers
Function
timestamp
()
src/logging/rotating.rs:133
↓ 1 callers
Function
timestamp_iso8601
()
src/guard/recovery.rs:43
↓ 1 callers
Method
to_json
(&self)
src/core/state.rs:6
↓ 1 callers
Method
toast
(msg: string)
webui/src/lib/ksu.d.ts:6
↓ 1 callers
Function
try_apex_spoof
(base_path: &Path)
src/mount/storage.rs:707
↓ 1 callers
Function
try_erofs_storage
Create EROFS image from base_path content, mount it read-only, then nuke the image.
src/mount/storage.rs:375
↓ 1 callers
Function
try_ext4_storage
Create a sparse ext4 image and loop-mount it.
src/mount/storage.rs:491
↓ 1 callers
Function
try_tmpfs_with_xattr
Mount tmpfs and verify xattr support for overlay whiteouts.
src/mount/storage.rs:419
↓ 1 callers
Function
try_umount_ksu_mounts
(client: &SusfsClient, hide_sus_mounts_enabled: bool)
src/susfs/brene.rs:780
↓ 1 callers
Function
tune_cpufreq_governors
(clusters: &[CpuCluster])
src/perf/tuning.rs:37
↓ 1 callers
Function
tune_io
()
src/perf/tuning.rs:78
↓ 1 callers
Function
tune_scheduler
()
src/perf/tuning.rs:19
↓ 1 callers
Function
tune_vm
()
src/perf/tuning.rs:58
↓ 1 callers
Function
uname_mode_from_brene_triple
(uname: u8, uname2: u8, custom: u8)
src/bridge/translate.rs:47
↓ 1 callers
Function
uname_mode_from_susfs4ksu
(v: u8)
src/bridge/translate.rs:28
↓ 1 callers
Function
uname_mode_str
(mode: UnameMode)
src/core/config.rs:874
↓ 1 callers
Function
uname_mode_to_brene_triple
BRENE: 3 mutually exclusive booleans encode uname mode + release context
src/bridge/translate.rs:37
↓ 1 callers
Function
uname_mode_to_susfs4ksu
susfs4ksu: single int encodes uname mode
src/bridge/translate.rs:20
↓ 1 callers
Method
update_description
(&self, _text: &str)
src/core/pipeline.rs:819
↓ 1 callers
Function
variant
()
webui/src/components/core/Card.tsx:18
↓ 1 callers
Function
variant
()
webui/src/components/core/Badge.tsx:14
↓ 1 callers
Method
version
(&self)
src/susfs/mod.rs:76
↓ 1 callers
Function
wait_boot_completed
(config: &ZeroMountConfig)
src/guard/monitors.rs:11
↓ 1 callers
Function
walk_and_add_vfs_rules
( mount_point: &str, source_base: &str, driver: &crate::vfs::VfsDriver, )
src/mount/hijack.rs:236
↓ 1 callers
Function
walk_module_tree
Recursively walk a module's partition tree and classify each entry.
src/modules/scanner.rs:156
↓ 1 callers
Function
watch_systemui
(config: &ZeroMountConfig)
src/guard/monitors.rs:54
↓ 1 callers
Function
watch_systemui_window
(cfg: &GuardConfig, full_config: &ZeroMountConfig)
src/guard/monitors.rs:76
↓ 1 callers
Function
watch_zygote
(config: &ZeroMountConfig)
src/guard/monitors.rs:25
↓ 1 callers
Function
writeCache
(state: HydratableState)
webui/src/lib/cache.ts:47
↓ 1 callers
Function
write_config
(dir: &Path, config: &ZeroMountConfig)
src/bridge/susfs4ksu.rs:45
↓ 1 callers
Function
write_external_susfs_sentinel
(module: &ExternalSusfsModule)
src/detect/mod.rs:101
↓ 1 callers
Function
write_kernel_debug_level
Write a debug level to the kernel sysfs node.
src/logging/sysfs.rs:20
↓ 1 callers
Method
write_line
(&mut self, line: &str)
src/logging/rotating.rs:76
↓ 1 callers
Function
write_status_json_atomic
ME07: Atomic write -- write to .tmp then rename to avoid partial reads
src/core/pipeline.rs:730
↓ 1 callers
Function
write_to_external
WebUI toggle: write to the active external module's config.sh
src/bridge/mod.rs:28
← previous
next →
501–600 of 988, ranked by callers