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:s_roots
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
dcache.c
44
*
s_roots
bl list spinlock protects:
45
* - the
s_roots
list (see __d_drop)
63
*
s_roots
lock
485
b = &dentry->d_sb->
s_roots
;
in ___d_drop()
1642
while (!hlist_bl_empty(&sb->
s_roots
)) {
in shrink_dcache_for_umount()
1643
dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->
s_roots
), struct dentry, d_hash));
in shrink_dcache_for_umount()
2045
hlist_bl_lock(&dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
2046
hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
2047
hlist_bl_unlock(&dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
H
A
D
super.c
246
INIT_HLIST_BL_HEAD(&s->
s_roots
);
in alloc_super()
/kernel/linux/linux-6.6/fs/
H
A
D
dcache.c
44
*
s_roots
bl list spinlock protects:
45
* - the
s_roots
list (see __d_drop)
63
*
s_roots
lock
495
b = &dentry->d_sb->
s_roots
;
in ___d_drop()
1701
while (!hlist_bl_empty(&sb->
s_roots
)) {
in shrink_dcache_for_umount()
1702
dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->
s_roots
), struct dentry, d_hash));
in shrink_dcache_for_umount()
2105
hlist_bl_lock(&dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
2106
hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
2107
hlist_bl_unlock(&dentry->d_sb->
s_roots
);
in __d_instantiate_anon()
H
A
D
super.c
368
INIT_HLIST_BL_HEAD(&s->
s_roots
);
in alloc_super()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1458
struct hlist_bl_head
s_roots
; /* alternate root dentries for NFS */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1223
struct hlist_bl_head
s_roots
; /* alternate root dentries for NFS */
member
Completed in 24 milliseconds