Home
last modified time | relevance | path

Searched refs:fuse (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/ntfs-3g/libfuse-lite/
Dfuse.c87 struct fuse { struct
134 struct fuse *fuse; member
256 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck()
268 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node()
285 static void unhash_id(struct fuse *f, struct node *node) in unhash_id()
297 static void hash_id(struct fuse *f, struct node *node) in hash_id()
304 static unsigned int name_hash(struct fuse *f, fuse_ino_t parent, in name_hash()
316 static void unref_node(struct fuse *f, struct node *node);
318 static void unhash_name(struct fuse *f, struct node *node) in unhash_name()
340 static int hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, in hash_name()
[all …]
DMakefile.am14 -I$(top_srcdir)/include/fuse-lite
19 fuse.c \
DBUILD.gn30 "../include/fuse-lite",
37 "fuse.c",
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h35 struct fuse;
460 struct fuse *fuse; member
492 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
506 void fuse_destroy(struct fuse *f);
517 int fuse_loop(struct fuse *f);
524 void fuse_exit(struct fuse *f);
691 struct fuse_session *fuse_get_session(struct fuse *f);
DMakefile.am5 fuse.h \
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dgraph_split.py107 def fuse(self, x, y): member in GraphSplitByPattern.ReachTable
199 def fuse(self, area): member in GraphSplitByPattern.Area
245 self.reach_tab.fuse(self.unique_id, area.unique_id)
358 def fuse(self, selector): member in GraphSplitByPattern
372 dominant.fuse(area)
378 area.fuse(forward_area)
399 dom.fuse(a)
441 self.recom_user.fuse(self.recom_area)
926 changed = self.fuse(_reshape)
927 changed = self.fuse(_elemwise_depth) or changed
[all …]
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dfuse.hpp40 constexpr auto fuse = [](auto&& f) { in __anonf04589e10102() variable
51 constexpr fuse_t fuse{};
/third_party/boost/boost/hana/fwd/
Dfuse.hpp40 constexpr auto fuse = [](auto&& f) { in __anon73e032ee0102() variable
51 constexpr fuse_t fuse{};
/third_party/ntfs-3g/include/
DMakefile.am4 SUBDIRS = ntfs-3g fuse-lite
/third_party/ntfs-3g/
Dconfigure.ac232 AC_MSG_CHECKING([fuse compatibility])
236 [fuse], optwith
237 …[AS_HELP_STRING([--with-fuse=<internal|external>],[Select FUSE library: internal or external @<:@d…
291 [Define to 1 if using internal fuse]
324 [fuse >= 2.6.0],
327 … or FUSE is not fully installed (e.g. fuse, libfuse, libfuse2, libfuse-dev, etc packages). Source …
330 FUSE_LIB_PATH=`$PKG_CONFIG --libs-only-L fuse | sed -e 's,/[/]*,/,g' -e 's,[ ]*$,,'`
657 include/fuse-lite/Makefile
DREADME.md43 The fuse-lite library is distributed under the terms of the GNU LGPLv2.
76 --with-fuse=external : use external fuse (overriding Linux default)
/third_party/boost/libs/hana/example/
Dfuse.cpp12 return hana::fuse([&vars...](auto ...values) { in __anon103c06770102()
/third_party/boost/libs/hana/test/concept/struct/
Dmember_function.cpp40 hana::for_each(foo, hana::fuse([](auto /*key*/, std::string const& name) { in main()
/third_party/musl/tools/
Dmusl-clang.in25 -fuse-ld=musl-clang \
/third_party/skia/site/docs/dev/testing/
Dxsan.md59 "-fuse-ld=lld",
80 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ]
/third_party/flutter/skia/site/dev/testing/
Dxsan.md54 "-fuse-ld=lld",
75 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ]
/third_party/ntfs-3g/src/
DMakefile.am7 FUSE_CFLAGS = -I$(top_srcdir)/include/fuse-lite
/third_party/eudev/rules/
D50-udev-default.rules79 KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse"
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h40 uint16_t fuse : 2; /* fused operation */ member
/third_party/exfatprogs/
DREADME.md105 | [exfat-fuse fsck] | 1.3.0 | 68.977 |
107 [exfat-fuse fsck]: https://github.com/relan/exfat
/third_party/boost/libs/hana/example/tutorial/
Dintrospection.adapt.cpp38 hana::for_each(john, hana::fuse([](auto name, auto member) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td199 "fuse-address", "HasFuseAddress", "true",
203 "fuse-aes", "HasFuseAES", "true",
207 "fuse-arith-logic", "HasFuseArithmeticLogic", "true",
211 "fuse-csel", "HasFuseCCSelect", "true",
215 "fuse-crypto-eor", "HasFuseCryptoEOR", "true",
219 "fuse-literals", "HasFuseLiterals", "true",
566 // Note that cyclone does not fuse AES instructions, but newer apple chips do
/third_party/boost/libs/hana/example/cppcon_2014/matrix/
Dmatrix.hpp78 boost::hana::fuse(boost::hana::zip)(rows(std::forward<decltype(m)>(m))),
/third_party/ntfs-3g/ntfsprogs/
DBUILD.gn30 "../include/fuse-lite",
/third_party/littlefs/
DREADME.md217 - [littlefs-fuse] - A [FUSE] wrapper for littlefs. The project allows you to
248 [littlefs-fuse]: https://github.com/geky/littlefs-fuse

1234