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:kernfs_active
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/kernfs/
H
A
D
dir.c
39
static bool
kernfs_active
(struct kernfs_node *kn)
in kernfs_active()
function
485
WARN_ON_ONCE(
kernfs_active
(kn));
in kernfs_root()
1153
if (!
kernfs_active
(kn))
in kernfs_dop_revalidate()
1201
if (!
kernfs_active
(kn)) {
in kernfs_iop_lookup()
1367
if (
kernfs_active
(kn) || (kn->flags & (KERNFS_HIDDEN | KERNFS_REMOVING)))
in kernfs_activate_one()
1430
if (
kernfs_active
(kn))
in kernfs_show()
1461
if (
kernfs_active
(pos))
in __kernfs_remove()
1722
if (!
kernfs_active
(kn) || !
kernfs_active
(new_parent) ||
in kernfs_rename_ns()
1787
int valid =
kernfs_active
(po
in kernfs_dir_pos()
[all...]
/kernel/linux/linux-5.10/fs/kernfs/
H
A
D
dir.c
35
static bool
kernfs_active
(struct kernfs_node *kn)
in kernfs_active()
function
471
WARN_ON_ONCE(
kernfs_active
(kn));
574
if (!
kernfs_active
(kn))
in kernfs_dop_revalidate()
804
if ((parent->flags & KERNFS_ACTIVATED) && !
kernfs_active
(parent))
in kernfs_add_one()
1116
if (!kn || !
kernfs_active
(kn)) {
in kernfs_iop_lookup()
1322
if (
kernfs_active
(pos))
in __kernfs_remove()
1571
if (!
kernfs_active
(kn) || !
kernfs_active
(new_parent) ||
in kernfs_rename_ns()
1642
int valid =
kernfs_active
(pos) &&
in kernfs_dir_pos()
1662
while (pos && (!
kernfs_active
(po
in kernfs_dir_pos()
[all...]
Completed in 4 milliseconds