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_buf_size
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libfuse/lib/
H
A
D
buffer.c
22
size_t
fuse_buf_size
(const struct fuse_bufvec *bufv)
in fuse_buf_size()
function
290
return
fuse_buf_size
(dstv);
in fuse_buf_copy()
H
A
D
fuse_lowlevel.c
664
size_t len =
fuse_buf_size
(buf);
867
size_t len =
fuse_buf_size
(buf);
2411
size_t size =
fuse_buf_size
(bufv);
2633
if ((size_t)res <
fuse_buf_size
(dst)) {
H
A
D
fuse.c
1779
fuse_buf_size
(*bufp),
in fuse_fs_read_buf()
1781
if (res >= 0 &&
fuse_buf_size
(*bufp) > size)
in fuse_fs_read_buf()
1842
size_t size =
fuse_buf_size
(buf);
in fuse_fs_write_buf()
/third_party/libfuse/include/
H
A
D
fuse_common.h
832
size_t
fuse_buf_size
(const struct fuse_bufvec *bufv);
/third_party/libfuse/example/
H
A
D
passthrough_fh.c
435
struct fuse_bufvec dst = FUSE_BUFVEC_INIT(
fuse_buf_size
(buf));
in xmp_write_buf()
H
A
D
passthrough_hp.cc
961
auto size {
fuse_buf_size
(in_buf)};
in sfs_write_buf()
H
A
D
passthrough_ll.c
887
struct fuse_bufvec out_buf = FUSE_BUFVEC_INIT(
fuse_buf_size
(in_buf));
in lo_write_buf()
Completed in 19 milliseconds