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:root_de
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
index.c
670
fnd->
root_de
= NULL;
in fnd_clear()
702
return !fnd->
root_de
;
in fnd_is_empty()
1157
e = fnd->level ? fnd->de[fnd->level - 1] : fnd->
root_de
;
in indx_find()
1173
fnd->
root_de
= e;
in indx_find()
1218
fnd->
root_de
= e;
in indx_find_sort()
1220
if (de_is_last(fnd->
root_de
)) {
in indx_find_sort()
1225
e = hdr_next_de(&root->ihdr, fnd->
root_de
);
in indx_find_sort()
1228
fnd->
root_de
= e;
in indx_find_sort()
1294
} else if (fnd->
root_de
) {
in indx_find_sort()
1296
e = fnd->
root_de
;
in indx_find_sort()
1568
indx_insert_into_root(struct ntfs_index *indx, struct ntfs_inode *ni, const struct NTFS_DE *new_de, struct NTFS_DE *
root_de
, const void *ctx, struct ntfs_fnd *fnd, bool undo)
indx_insert_into_root()
argument
[all...]
H
A
D
ntfs_fs.h
412
struct NTFS_DE *
root_de
;
member
Completed in 5 milliseconds