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:min_de
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
2581
u32
min_de
, de_off, used, total;
in check_index_header()
local
2585
min_de
= sizeof(struct NTFS_DE) + sizeof(u64);
in check_index_header()
2588
min_de
= sizeof(struct NTFS_DE);
in check_index_header()
2596
if (de_off > bytes -
min_de
|| used > bytes || total > bytes ||
in check_index_header()
2597
de_off +
min_de
> used || used > total) {
in check_index_header()
2606
if (esize <
min_de
|| PtrOffset(hdr, next) > used ||
in check_index_header()
Completed in 7 milliseconds