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:mnt_writers
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
mount.h
30
int
mnt_writers
;
member
53
int
mnt_writers
;
member
H
A
D
namespace.c
200
mnt->
mnt_writers
= 0;
in alloc_vfsmnt()
256
this_cpu_inc(mnt->mnt_pcp->
mnt_writers
);
in mnt_inc_writers()
258
mnt->
mnt_writers
++;
in mnt_inc_writers()
265
this_cpu_dec(mnt->mnt_pcp->
mnt_writers
);
in mnt_dec_writers()
267
mnt->
mnt_writers
--;
in mnt_dec_writers()
278
count += per_cpu_ptr(mnt->mnt_pcp, cpu)->
mnt_writers
;
in mnt_get_writers()
283
return mnt->
mnt_writers
;
in mnt_get_writers()
/kernel/linux/linux-6.6/fs/
H
A
D
mount.h
29
int
mnt_writers
;
member
52
int
mnt_writers
;
member
H
A
D
namespace.c
222
mnt->
mnt_writers
= 0;
in alloc_vfsmnt()
279
this_cpu_inc(mnt->mnt_pcp->
mnt_writers
);
in mnt_inc_writers()
281
mnt->
mnt_writers
++;
in mnt_inc_writers()
288
this_cpu_dec(mnt->mnt_pcp->
mnt_writers
);
in mnt_dec_writers()
290
mnt->
mnt_writers
--;
in mnt_dec_writers()
301
count += per_cpu_ptr(mnt->mnt_pcp, cpu)->
mnt_writers
;
in mnt_get_writers()
306
return mnt->
mnt_writers
;
in mnt_get_writers()
416
* skips incrementing
mnt_writers
(since the open file already has a reference)
439
* skips incrementing
mnt_writers
(since the open file already has a reference)
Completed in 12 milliseconds