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:trp
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
logfile.c
379
RESTART_PAGE_HEADER *
trp
;
in ntfs_check_and_load_restart_page()
local
405
trp
= ntfs_malloc(le32_to_cpu(rp->system_page_size));
in ntfs_check_and_load_restart_page()
406
if (!
trp
)
in ntfs_check_and_load_restart_page()
414
memcpy(
trp
, rp, le32_to_cpu(rp->system_page_size));
in ntfs_check_and_load_restart_page()
416
le32_to_cpu(rp->system_page_size),
trp
) !=
in ntfs_check_and_load_restart_page()
429
if ((!ntfs_is_chkd_record(
trp
->magic) || le16_to_cpu(
trp
->usa_count))
in ntfs_check_and_load_restart_page()
430
&& ntfs_mst_post_read_fixup((NTFS_RECORD*)
trp
,
in ntfs_check_and_load_restart_page()
454
if (!ntfs_check_log_client_array(
trp
)) {
in ntfs_check_and_load_restart_page()
467
*wrp =
trp
;
in ntfs_check_and_load_restart_page()
[all...]
Completed in 2 milliseconds