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:ntfs_run
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
run.c
20
struct
ntfs_run
{
struct
37
struct
ntfs_run
*r;
in run_lookup()
96
struct
ntfs_run
*r = run->runs + index;
in run_consolidate()
103
struct
ntfs_run
*n = r + 1;
in run_consolidate()
170
const struct
ntfs_run
*r, *end;
in run_is_mapped_full()
197
struct
ntfs_run
*r;
in run_lookup_entry()
231
struct
ntfs_run
*r;
in run_truncate_head()
274
struct
ntfs_run
*r = run->runs + index;
in run_truncate()
304
if (run->count >= NTFS3_RUN_MAX_BYTES / sizeof(struct
ntfs_run
) / 2)
in run_truncate_around()
320
struct
ntfs_run
*
in run_add_entry()
[all...]
H
A
D
ntfs_fs.h
118
struct
ntfs_run
*runs;
119
size_t count; /* Currently used size a
ntfs_run
storage. */
120
size_t allocated; /* Currently allocated
ntfs_run
storage size. */
Completed in 4 milliseconds