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_DIR
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H
A
D
gpio-sim.sh
6
CONFIGFS_DIR
="/sys/kernel/config/gpio-sim"
24
for FILE in $
CONFIGFS_DIR
/$CHIP/*; do
30
LINES=`ls $
CONFIGFS_DIR
/$CHIP/$BANK/ | grep -E ^line`
33
if [ -e $
CONFIGFS_DIR
/$CHIP/$BANK/$LINE/hog ]; then
34
rmdir $
CONFIGFS_DIR
/$CHIP/$BANK/$LINE/hog || \
38
rmdir $
CONFIGFS_DIR
/$CHIP/$BANK/$LINE || \
43
rmdir $
CONFIGFS_DIR
/$CHIP/$BANK
46
rmdir $
CONFIGFS_DIR
/$CHIP || fail "Unable to remove the chip"
50
for CHIP in `ls $
CONFIGFS_DIR
/`; do
58
mkdir $
CONFIGFS_DIR
/
[all...]
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
configfs_internal.h
50
#define
CONFIGFS_DIR
0x0002
macro
H
A
D
dir.c
298
CONFIGFS_DIR
| CONFIGFS_USET_CREATING,
in configfs_create_dir()
972
type_print(
CONFIGFS_DIR
);
in configfs_dump_one()
988
if (!(sd->s_type & (
CONFIGFS_DIR
|CONFIGFS_ROOT)))
in configfs_dump()
1048
*
CONFIGFS_DIR
|CONFIGFS_USET_CREATING set by create_dir(). When
1073
if ((child_sd->s_type &
CONFIGFS_DIR
) &&
in configfs_depend_prep()
1123
if (p->s_type &
CONFIGFS_DIR
&&
in configfs_find_subsys_dentry()
H
A
D
inode.c
197
if (sd->s_type & (
CONFIGFS_DIR
| CONFIGFS_ITEM_LINK))
in configfs_get_name()
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
dir.c
297
CONFIGFS_DIR
| CONFIGFS_USET_CREATING,
in configfs_create_dir()
946
type_print(
CONFIGFS_DIR
);
in configfs_dump_one()
962
if (!(sd->s_type & (
CONFIGFS_DIR
|CONFIGFS_ROOT)))
in configfs_dump()
1022
*
CONFIGFS_DIR
|CONFIGFS_USET_CREATING set by create_dir(). When
1047
if ((child_sd->s_type &
CONFIGFS_DIR
) &&
in configfs_depend_prep()
1097
if (p->s_type &
CONFIGFS_DIR
&&
in configfs_find_subsys_dentry()
H
A
D
configfs_internal.h
48
#define
CONFIGFS_DIR
0x0002
macro
H
A
D
inode.c
189
if (sd->s_type & (
CONFIGFS_DIR
| CONFIGFS_ITEM_LINK))
in configfs_get_name()
Completed in 9 milliseconds