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:SB_BORN
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
super.c
136
* is dangerous to access it. trylock_super() uses a
SB_BORN
check to
in super_cache_count()
140
if (!(sb->s_flags &
SB_BORN
))
in super_cache_count()
390
if ((s->s_flags &
SB_BORN
) && atomic_inc_not_zero(&s->s_active)) {
in __releases()
420
sb->s_root && (sb->s_flags &
SB_BORN
))
in trylock_super()
509
* will be returned in a partially constructed state with
SB_BORN
and SB_ACTIVE
694
if (sb->s_root && (sb->s_flags &
SB_BORN
))
in iterate_supers()
728
if (sb->s_root && (sb->s_flags &
SB_BORN
))
in iterate_supers_type()
764
if (sb->s_root && (sb->s_flags &
SB_BORN
))
in __get_super()
885
if (sb->s_root && (sb->s_flags &
SB_BORN
))
in user_get_super()
1003
if (sb->s_root && sb->s_bdev && (sb->s_flags &
SB_BORN
)
in do_emergency_remount_callback()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
90
* that we see
SB_BORN
or SB_DYING after we're woken.
in wait_born()
93
return flags & (
SB_BORN
| SB_DYING);
in wait_born()
103
* creation will succeed and
SB_BORN
is set by vfs_get_tree() or we're
108
* Return: This returns true if
SB_BORN
was set, false if SB_DYING was
128
if (sb->s_flags &
SB_BORN
)
in super_lock()
137
* Neither
SB_BORN
nor SB_DYING are ever unset so we never loop.
in super_lock()
156
#define SUPER_WAKE_FLAGS (
SB_BORN
| SB_DYING | SB_DEAD)
165
* seeing
SB_BORN
sent.
in super_wake()
170
* ___wait_var_event() either sees
SB_BORN
set or
in super_wake()
259
* is dangerous to access it. super_trylock_shared() uses a
SB_BORN
chec
in super_cache_count()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
messages.c
165
if (!(sb->s_flags &
SB_BORN
))
in __btrfs_handle_fs_error()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_notify_failure.c
187
if (!(mp->m_super->s_flags &
SB_BORN
)) {
in xfs_dax_notify_failure()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.c
1014
if (fc->sb_flags != (sb->s_flags & ~
SB_BORN
)) {
in ceph_compare_super()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.c
1242
if (fc->sb_flags != (sb->s_flags & ~
SB_BORN
)) {
in ceph_compare_super()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
super.c
168
if (!(sb->s_flags &
SB_BORN
))
in __btrfs_handle_fs_error()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dir.c
358
* FIXME: setting
SB_BORN
requires a write barrier for
in fuse_dentry_automount()
365
sb->s_flags |=
SB_BORN
;
in fuse_dentry_automount()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1374
#define
SB_BORN
BIT(29)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1136
#define
SB_BORN
BIT(29)
macro
Completed in 24 milliseconds