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_stack_depth
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
super.c
395
*stack_depth = max(*stack_depth, path->mnt->mnt_sb->
s_stack_depth
);
in ovl_lower_dir()
1187
err = ovl_lower_dir(l->name, &l->path, ofs, &sb->
s_stack_depth
);
in ovl_get_lowerstack()
1193
sb->
s_stack_depth
++;
in ovl_get_lowerstack()
1194
if (sb->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in ovl_get_lowerstack()
1384
sb->
s_stack_depth
= 0;
in ovl_fill_super()
1429
sb->
s_stack_depth
= upper_sb->
s_stack_depth
;
in ovl_fill_super()
H
A
D
inode.c
949
int depth = inode->i_sb->
s_stack_depth
- 1;
in ovl_lockdep_annotate_inode_mutex_key()
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
main.c
569
s->
s_stack_depth
= path.dentry->d_sb->
s_stack_depth
+ 1;
in ecryptfs_mount()
572
if (s->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in ecryptfs_mount()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
main.c
575
s->
s_stack_depth
= path.dentry->d_sb->
s_stack_depth
+ 1;
in ecryptfs_mount()
578
if (s->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in ecryptfs_mount()
/kernel/linux/linux-5.10/security/integrity/
H
A
D
iint.c
83
int depth = inode->i_sb->
s_stack_depth
;
in iint_lockdep_annotate()
/kernel/linux/linux-6.6/security/integrity/
H
A
D
iint.c
83
int depth = inode->i_sb->
s_stack_depth
;
in iint_lockdep_annotate()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
super.c
895
*stack_depth = max(*stack_depth, path->mnt->mnt_sb->
s_stack_depth
);
in ovl_lower_dir()
1725
err = ovl_lower_dir(lower, &stack[i], ofs, &sb->
s_stack_depth
);
in ovl_get_lowerstack()
1733
sb->
s_stack_depth
++;
in ovl_get_lowerstack()
1734
if (sb->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in ovl_get_lowerstack()
1937
sb->
s_stack_depth
= 0;
in ovl_fill_super()
1981
sb->
s_stack_depth
= upper_sb->
s_stack_depth
;
in ovl_fill_super()
H
A
D
inode.c
571
int depth = inode->i_sb->
s_stack_depth
- 1;
in ovl_lockdep_annotate_inode_mutex_key()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
root.c
191
s->
s_stack_depth
= FILESYSTEM_MAX_STACK_DEPTH;
in proc_fill_super()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
root.c
188
s->
s_stack_depth
= FILESYSTEM_MAX_STACK_DEPTH;
in proc_fill_super()
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
main.c
933
sb->
s_stack_depth
= lower_sb->
s_stack_depth
+ 1;
in hmdfs_fill_super()
934
if (sb->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in hmdfs_fill_super()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
main.c
934
sb->
s_stack_depth
= lower_sb->
s_stack_depth
+ 1;
in hmdfs_fill_super()
935
if (sb->
s_stack_depth
> FILESYSTEM_MAX_STACK_DEPTH) {
in hmdfs_fill_super()
/kernel/linux/linux-5.10/fs/hugetlbfs/
H
A
D
inode.c
1379
sb->
s_stack_depth
= FILESYSTEM_MAX_STACK_DEPTH;
in hugetlbfs_fill_super()
/kernel/linux/linux-6.6/fs/hugetlbfs/
H
A
D
inode.c
1548
sb->
s_stack_depth
= FILESYSTEM_MAX_STACK_DEPTH;
in hugetlbfs_fill_super()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1551
int
s_stack_depth
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1313
int
s_stack_depth
;
member
Completed in 36 milliseconds