Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fuse_in_header
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libfuse/test/
H
A
D
stracedecode.c
64
struct
fuse_in_header
*in = (struct
fuse_in_header
*) buf;
in process_buf()
65
buf += sizeof(struct
fuse_in_header
);
in process_buf()
/third_party/libfuse/example/
H
A
D
hello_ll_uds.c
263
int res = readall(fd, buf, sizeof(struct
fuse_in_header
));
in stream_read()
268
uint32_t packet_len = ((struct
fuse_in_header
*)buf)->len;
in stream_read()
274
res = readall(fd, (char *)buf + sizeof(struct
fuse_in_header
),
in stream_read()
275
packet_len - sizeof(struct
fuse_in_header
));
in stream_read()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse_kern_chan.c
51
if ((size_t) res < sizeof(struct
fuse_in_header
)) {
in fuse_kern_chan_receive()
H
A
D
fuse_lowlevel.c
1291
const struct
fuse_in_header
*in = (const struct
fuse_in_header
*) buf;
in fuse_ll_process()
1292
const void *inarg = buf + sizeof(struct
fuse_in_header
);
in fuse_ll_process()
/third_party/ntfs-3g/include/fuse-lite/
H
A
D
fuse_kernel.h
413
struct
fuse_in_header
{
struct
/third_party/libfuse/lib/
H
A
D
fuse_lowlevel.c
1418
bufv.buf[0].size -= sizeof(struct
fuse_in_header
) +
1427
bufv.buf[0].size -= sizeof(struct
fuse_in_header
) +
2462
bufv.buf[0].size -= sizeof(struct
fuse_in_header
) +
2649
const size_t write_header_size = sizeof(struct
fuse_in_header
) +
2653
struct
fuse_in_header
*in;
2905
if (res < sizeof(struct
fuse_in_header
)) {
2921
if (res < sizeof(struct
fuse_in_header
) +
3004
if ((size_t) res < sizeof(struct
fuse_in_header
)) {
H
A
D
fuse_loop_mt.c
160
struct
fuse_in_header
*in = w->fbuf.mem;
in fuse_do_work()
/third_party/libfuse/include/
H
A
D
fuse_kernel.h
204
* - add total_extlen to
fuse_in_header
900
struct
fuse_in_header
{
struct
Completed in 12 milliseconds