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:configfs_is_root
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
symlink.c
28
do { depth++; } while ((p = p->ci_parent) && !
configfs_is_root
(p));
in item_depth()
39
} while (p && !
configfs_is_root
(p));
in item_path_length()
48
for (p = item; p && !
configfs_is_root
(p); p = p->ci_parent) {
in fill_item_path()
H
A
D
configfs_internal.h
66
extern int
configfs_is_root
(struct config_item *item);
H
A
D
mount.c
52
int
configfs_is_root
(struct config_item *item)
in configfs_is_root()
function
H
A
D
dir.c
812
else if (
configfs_is_root
(&parent_group->cg_item))
in link_group()
1225
if (
configfs_is_root
(target))
in configfs_depend_item_unlocked()
1233
if (
configfs_is_root
(&parent->cg_item)) {
in configfs_depend_item_unlocked()
1239
for (root = parent; !
configfs_is_root
(&root->cg_item);
in configfs_depend_item_unlocked()
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
symlink.c
26
do { depth++; } while ((p = p->ci_parent) && !
configfs_is_root
(p));
in item_depth()
37
} while (p && !
configfs_is_root
(p));
in item_path_length()
46
for (p = item; p && !
configfs_is_root
(p); p = p->ci_parent) {
in fill_item_path()
H
A
D
mount.c
50
int
configfs_is_root
(struct config_item *item)
in configfs_is_root()
function
H
A
D
configfs_internal.h
64
extern int
configfs_is_root
(struct config_item *item);
H
A
D
dir.c
786
else if (
configfs_is_root
(&parent_group->cg_item))
in link_group()
1199
if (
configfs_is_root
(target))
in configfs_depend_item_unlocked()
1207
if (
configfs_is_root
(&parent->cg_item)) {
in configfs_depend_item_unlocked()
1213
for (root = parent; !
configfs_is_root
(&root->cg_item);
in configfs_depend_item_unlocked()
Completed in 7 milliseconds