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:tree_descr
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/xen/xenfs/
H
A
D
super.c
49
static const struct
tree_descr
xenfs_files[] = {
in xenfs_fill_super()
56
static const struct
tree_descr
xenfs_init_files[] = {
in xenfs_fill_super()
/kernel/linux/linux-6.6/drivers/xen/xenfs/
H
A
D
super.c
49
static const struct
tree_descr
xenfs_files[] = {
in xenfs_fill_super()
56
static const struct
tree_descr
xenfs_init_files[] = {
in xenfs_fill_super()
/kernel/linux/linux-5.10/security/
H
A
D
inode.c
42
static const struct
tree_descr
files[] = {{""}};
in securityfs_fill_super()
/kernel/linux/linux-6.6/security/
H
A
D
inode.c
42
static const struct
tree_descr
files[] = {{""}};
in securityfs_fill_super()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
control.c
333
static const struct
tree_descr
empty_descr = {""};
in fuse_ctl_fill_super()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
control.c
316
static const struct
tree_descr
empty_descr = {""};
in fuse_ctl_fill_super()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsctl.c
1272
const struct
tree_descr
*files)
in nfsdfs_create_files()
1308
const struct
tree_descr
*files)
in nfsd_client_mkdir()
1353
static const struct
tree_descr
nfsd_files[] = {
in nfsd_fill_super()
H
A
D
nfsd.h
101
struct nfsdfs_client *ncl, u32 id, const struct
tree_descr
*);
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsctl.c
1302
const struct
tree_descr
*files,
in nfsdfs_create_files()
1339
const struct
tree_descr
*files,
in nfsd_client_mkdir()
1385
static const struct
tree_descr
nfsd_files[] = {
in nfsd_fill_super()
H
A
D
nfsd.h
109
const struct
tree_descr
*,
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_fs.c
516
static const struct
tree_descr
files[] = {
in qibfs_fill_super()
/kernel/linux/linux-5.10/fs/tracefs/
H
A
D
inode.c
354
static const struct
tree_descr
trace_files[] = {{""}};
in trace_fill_super()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_fs.c
456
static const struct
tree_descr
files[] = {
in qibfs_fill_super()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
selinuxfs.c
1683
static const struct
tree_descr
files[] = {
in sel_make_avc_files()
1719
static struct
tree_descr
files[] = {
in sel_make_ss_files()
2060
static const struct
tree_descr
selinux_files[] = {
in sel_fill_super()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
selinuxfs.c
1617
static const struct
tree_descr
files[] = {
in sel_make_avc_files()
1653
static const struct
tree_descr
files[] = {
in sel_make_ss_files()
1990
static const struct
tree_descr
selinux_files[] = {
in sel_fill_super()
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_misc.c
778
static const struct
tree_descr
bm_files[] = {
in bm_fill_super()
H
A
D
libfs.c
605
const struct
tree_descr
*files)
in simple_fill_super()
/kernel/linux/linux-5.10/fs/debugfs/
H
A
D
inode.c
239
static const struct
tree_descr
debug_files[] = {{""}};
in debug_fill_super()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
inode.c
753
static const struct
tree_descr
bpf_rfiles[] = { { "" } };
in bpf_fill_super()
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_misc.c
779
static const struct
tree_descr
bm_files[] = {
in bm_fill_super()
/kernel/linux/linux-6.6/fs/debugfs/
H
A
D
inode.c
262
static const struct
tree_descr
debug_files[] = {{""}};
in debug_fill_super()
/kernel/linux/linux-6.6/fs/tracefs/
H
A
D
inode.c
408
static const struct
tree_descr
trace_files[] = {{""}};
in trace_fill_super()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
inode.c
742
static const struct
tree_descr
bpf_rfiles[] = { { "" } };
in bpf_fill_super()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
3266
struct
tree_descr
{ const char *name; const struct file_operations *ops; int mode; };
struct
3269
const struct
tree_descr
*);
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
3163
struct
tree_descr
{ const char *name; const struct file_operations *ops; int mode; };
struct
3166
const struct
tree_descr
*);
Completed in 39 milliseconds
1
2