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_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
mount.h
29
int
mnt_count
;
member
52
int
mnt_count
;
member
H
A
D
namespace.c
148
this_cpu_add(mnt->mnt_pcp->
mnt_count
, n);
in mnt_add_count()
151
mnt->
mnt_count
+= n;
in mnt_add_count()
166
count += per_cpu_ptr(mnt->mnt_pcp, cpu)->
mnt_count
;
in mnt_get_count()
171
return mnt->
mnt_count
;
in mnt_get_count()
197
this_cpu_add(mnt->mnt_pcp->
mnt_count
, 1);
in alloc_vfsmnt()
199
mnt->
mnt_count
= 1;
in alloc_vfsmnt()
1107
* The locking used to deal with
mnt_count
decrement provides barriers,
in cleanup_mnt()
/kernel/linux/linux-6.6/fs/
H
A
D
mount.h
28
int
mnt_count
;
member
51
int
mnt_count
;
member
H
A
D
namespace.c
170
this_cpu_add(mnt->mnt_pcp->
mnt_count
, n);
in mnt_add_count()
173
mnt->
mnt_count
+= n;
in mnt_add_count()
188
count += per_cpu_ptr(mnt->mnt_pcp, cpu)->
mnt_count
;
in mnt_get_count()
193
return mnt->
mnt_count
;
in mnt_get_count()
219
this_cpu_add(mnt->mnt_pcp->
mnt_count
, 1);
in alloc_vfsmnt()
221
mnt->
mnt_count
= 1;
in alloc_vfsmnt()
1242
* The locking used to deal with
mnt_count
decrement provides barriers,
in cleanup_mnt()
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
super.c
831
int
mnt_count
;
in nilfs_setup_super()
local
842
mnt_count
= le16_to_cpu(sbp[0]->s_mnt_count);
in nilfs_setup_super()
847
} else if (max_mnt_count >= 0 &&
mnt_count
>= max_mnt_count) {
in nilfs_setup_super()
854
sbp[0]->s_mnt_count = cpu_to_le16(
mnt_count
+ 1);
in nilfs_setup_super()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
super.c
832
int
mnt_count
;
in nilfs_setup_super()
local
843
mnt_count
= le16_to_cpu(sbp[0]->s_mnt_count);
in nilfs_setup_super()
848
} else if (max_mnt_count >= 0 &&
mnt_count
>= max_mnt_count) {
in nilfs_setup_super()
855
sbp[0]->s_mnt_count = cpu_to_le16(
mnt_count
+ 1);
in nilfs_setup_super()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.c
2707
static unsigned int
mnt_count
;
in ext4_expand_extra_isize_ea()
local
2801
if (error && (
mnt_count
!= le16_to_cpu(sbi->s_es->s_mnt_count))) {
in ext4_expand_extra_isize_ea()
2804
mnt_count
= le16_to_cpu(sbi->s_es->s_mnt_count);
in ext4_expand_extra_isize_ea()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.c
2764
static unsigned int
mnt_count
;
in ext4_expand_extra_isize_ea()
local
2858
if (error && (
mnt_count
!= le16_to_cpu(sbi->s_es->s_mnt_count))) {
in ext4_expand_extra_isize_ea()
2861
mnt_count
= le16_to_cpu(sbi->s_es->s_mnt_count);
in ext4_expand_extra_isize_ea()
Completed in 22 milliseconds