Searched refs:FUSE_SUPER_MAGIC (Results 1 – 2 of 2) sorted by relevance
36 const FUSE_SUPER_MAGIC: FsType = FsType(0x65735546); constant43 Ok(statfs(path)?.filesystem_type() == FUSE_SUPER_MAGIC) in is_fuse()
411 const FUSE_SUPER_MAGIC: FsType = FsType(0x65735546); in wait_for_mount() constant413 if statfs(mount_path)?.filesystem_type() == FUSE_SUPER_MAGIC { in wait_for_mount()