Home
last modified time | relevance | path

Searched refs:FUSE_SUPER_MAGIC (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/compos/src/
Dcompsvc_worker.rs36 const FUSE_SUPER_MAGIC: FsType = FsType(0x65735546); constant
43 Ok(statfs(path)?.filesystem_type() == FUSE_SUPER_MAGIC) in is_fuse()
/packages/modules/Virtualization/zipfuse/src/
Dmain.rs411 const FUSE_SUPER_MAGIC: FsType = FsType(0x65735546); in wait_for_mount() constant
413 if statfs(mount_path)?.filesystem_type() == FUSE_SUPER_MAGIC { in wait_for_mount()