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:cvm_ops
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/
H
A
D
file.c
98
struct coda_vm_ops *
cvm_ops
=
in coda_vm_open()
local
101
atomic_inc(&
cvm_ops
->refcnt);
in coda_vm_open()
103
if (
cvm_ops
->host_vm_ops &&
cvm_ops
->host_vm_ops->open)
in coda_vm_open()
104
cvm_ops
->host_vm_ops->open(vma);
in coda_vm_open()
110
struct coda_vm_ops *
cvm_ops
=
in coda_vm_close()
local
113
if (
cvm_ops
->host_vm_ops &&
cvm_ops
->host_vm_ops->close)
in coda_vm_close()
114
cvm_ops
->host_vm_ops->close(vma);
in coda_vm_close()
116
if (atomic_dec_and_test(&
cvm_ops
in coda_vm_close()
131
struct coda_vm_ops *
cvm_ops
;
coda_file_mmap()
local
[all...]
/kernel/linux/linux-6.6/fs/coda/
H
A
D
file.c
127
struct coda_vm_ops *
cvm_ops
=
in coda_vm_open()
local
130
refcount_inc(&
cvm_ops
->refcnt);
in coda_vm_open()
132
if (
cvm_ops
->host_vm_ops &&
cvm_ops
->host_vm_ops->open)
in coda_vm_open()
133
cvm_ops
->host_vm_ops->open(vma);
in coda_vm_open()
139
struct coda_vm_ops *
cvm_ops
=
in coda_vm_close()
local
142
if (
cvm_ops
->host_vm_ops &&
cvm_ops
->host_vm_ops->close)
in coda_vm_close()
143
cvm_ops
->host_vm_ops->close(vma);
in coda_vm_close()
145
if (refcount_dec_and_test(&
cvm_ops
in coda_vm_close()
160
struct coda_vm_ops *
cvm_ops
;
coda_file_mmap()
local
[all...]
Completed in 1 milliseconds