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:rootp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/isofs/
H
A
D
inode.c
623
struct iso_directory_record *
rootp
;
in isofs_fill_super()
local
759
rootp
= (struct iso_directory_record *) h_pri->root_directory_record;
in isofs_fill_super()
766
rootp
= (struct iso_directory_record *) pri->root_directory_record;
in isofs_fill_super()
810
first_data_zone = isonum_733(
rootp
->extent) +
in isofs_fill_super()
811
isonum_711(
rootp
->ext_attr_length);
in isofs_fill_super()
831
rootp
= (struct iso_directory_record *)
in isofs_fill_super()
833
first_data_zone = isonum_733(
rootp
->extent) +
in isofs_fill_super()
834
isonum_711(
rootp
->ext_attr_length);
in isofs_fill_super()
/kernel/linux/linux-6.6/fs/isofs/
H
A
D
inode.c
624
struct iso_directory_record *
rootp
;
in isofs_fill_super()
local
760
rootp
= (struct iso_directory_record *) h_pri->root_directory_record;
in isofs_fill_super()
767
rootp
= (struct iso_directory_record *) pri->root_directory_record;
in isofs_fill_super()
811
first_data_zone = isonum_733(
rootp
->extent) +
in isofs_fill_super()
812
isonum_711(
rootp
->ext_attr_length);
in isofs_fill_super()
832
rootp
= (struct iso_directory_record *)
in isofs_fill_super()
834
first_data_zone = isonum_733(
rootp
->extent) +
in isofs_fill_super()
835
isonum_711(
rootp
->ext_attr_length);
in isofs_fill_super()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
ipmmu-vmsa.c
160
struct ipmmu_vmsa_device **
rootp
= data;
in __ipmmu_check_device()
local
163
*
rootp
= mmu;
in __ipmmu_check_device()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
ipmmu-vmsa.c
158
struct ipmmu_vmsa_device **
rootp
= data;
in __ipmmu_check_device()
local
161
*
rootp
= mmu;
in __ipmmu_check_device()
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
super.c
542
struct nilfs_root **
rootp
)
in nilfs_attach_checkpoint()
585
*
rootp
= root;
in nilfs_attach_checkpoint()
541
nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, struct nilfs_root **
rootp
)
nilfs_attach_checkpoint()
argument
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
super.c
543
struct nilfs_root **
rootp
)
in nilfs_attach_checkpoint()
586
*
rootp
= root;
in nilfs_attach_checkpoint()
542
nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, struct nilfs_root **
rootp
)
nilfs_attach_checkpoint()
argument
Completed in 10 milliseconds