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:fiov
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
ioctl.c
90
struct fuse_ioctl_iovec *
fiov
= src;
in fuse_copy_ioctl_iovec()
local
102
if (
fiov
[i].base != (unsigned long)
fiov
[i].base ||
in fuse_copy_ioctl_iovec()
103
fiov
[i].len != (unsigned long)
fiov
[i].len)
in fuse_copy_ioctl_iovec()
106
dst[i].iov_base = (void __user *) (unsigned long)
fiov
[i].base;
in fuse_copy_ioctl_iovec()
107
dst[i].iov_len = (size_t)
fiov
[i].len;
in fuse_copy_ioctl_iovec()
111
(ptr_to_compat(dst[i].iov_base) !=
fiov
[i].base ||
in fuse_copy_ioctl_iovec()
112
(compat_size_t) dst[i].iov_len !=
fiov
[i].len))
in fuse_copy_ioctl_iovec()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
file.c
2725
struct fuse_ioctl_iovec *
fiov
= src;
in fuse_copy_ioctl_iovec()
local
2737
if (
fiov
[i].base != (unsigned long)
fiov
[i].base ||
in fuse_copy_ioctl_iovec()
2738
fiov
[i].len != (unsigned long)
fiov
[i].len)
in fuse_copy_ioctl_iovec()
2741
dst[i].iov_base = (void __user *) (unsigned long)
fiov
[i].base;
in fuse_copy_ioctl_iovec()
2742
dst[i].iov_len = (size_t)
fiov
[i].len;
in fuse_copy_ioctl_iovec()
2746
(ptr_to_compat(dst[i].iov_base) !=
fiov
[i].base ||
in fuse_copy_ioctl_iovec()
2747
(compat_size_t) dst[i].iov_len !=
fiov
[i].len))
in fuse_copy_ioctl_iovec()
Completed in 7 milliseconds