Lines Matching refs:passthrough
276 passthrough(false), in fuse()
398 std::atomic_bool passthrough; member
737 if (fuse->passthrough) { in pf_init()
760 fuse->passthrough = false; in pf_init()
1447 if (fuse->passthrough && allow_passthrough) { in create_handle_for_node()
1612 if (h->passthrough && !do_passthrough_enable(req, fi, fd)) { in pf_open()
2256 if (h->passthrough && !do_passthrough_enable(req, fi, fd)) { in pf_create()
2368 if (fuse->passthrough) { in ShouldOpenWithFuse()
2396 return fuse->passthrough; in UsesFusePassthrough()
2539 … fuse->passthrough = android::base::GetBoolProperty("persist.sys.fuse.passthrough.enable", false); in Start()
2540 if (fuse->passthrough) { in Start()