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:V9FS_ACCESS_ANY
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/
H
A
D
v9fs.h
20
* @
V9FS_ACCESS_ANY
: use a single attach for all users
26
#define
V9FS_ACCESS_ANY
(V9FS_ACCESS_SINGLE | \
macro
29
#define V9FS_ACCESS_MASK
V9FS_ACCESS_ANY
H
A
D
v9fs.c
137
case
V9FS_ACCESS_ANY
:
in v9fs_show_options()
318
v9ses->flags |=
V9FS_ACCESS_ANY
;
in v9fs_parse_options()
438
/* for legacy mode, fall back to
V9FS_ACCESS_ANY
*/
in v9fs_session_init()
443
v9ses->flags |=
V9FS_ACCESS_ANY
;
in v9fs_session_init()
H
A
D
fid.c
232
case
V9FS_ACCESS_ANY
:
in v9fs_fid_lookup()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
v9fs.h
21
* @
V9FS_ACCESS_ANY
: use a single attach for all users
27
#define
V9FS_ACCESS_ANY
(V9FS_ACCESS_SINGLE | \
macro
30
#define V9FS_ACCESS_MASK
V9FS_ACCESS_ANY
H
A
D
v9fs.c
130
case
V9FS_ACCESS_ANY
:
in v9fs_show_options()
321
v9ses->flags |=
V9FS_ACCESS_ANY
;
in v9fs_parse_options()
442
/* for legacy mode, fall back to
V9FS_ACCESS_ANY
*/
in v9fs_session_init()
447
v9ses->flags |=
V9FS_ACCESS_ANY
;
in v9fs_session_init()
H
A
D
fid.c
304
case
V9FS_ACCESS_ANY
:
in v9fs_fid_lookup()
Completed in 4 milliseconds