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:this_lsn
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
playlog.c
87
- sle64_to_cpu((logr)->
this_lsn
)) < 0)
90
- sle64_to_cpu((logr)->
this_lsn
)) > 0)
651
- sle64_to_cpu(logr->
this_lsn
)) < 0 ?
in write_protected()
653
(long long)sle64_to_cpu(logr->
this_lsn
));
in write_protected()
661
record->lsn = logr->
this_lsn
;
in write_protected()
676
- sle64_to_cpu(logr->
this_lsn
)) < 0 ?
in write_protected()
678
(long long)sle64_to_cpu(logr->
this_lsn
));
in write_protected()
682
indx->lsn = logr->
this_lsn
;
in write_protected()
1802
indx->lsn = action->record.
this_lsn
;
in create_indx()
1996
lsn = sle64_to_cpu(action->record.
this_lsn
);
in redo_compensate()
4287
s64
this_lsn
;
play_one_redo()
local
[all...]
H
A
D
ntfsrecover.c
2162
diff = sle64_to_cpu(logr->
this_lsn
) - synced_lsn;
in showlogr()
2163
printf("
this_lsn
%016llx (synced%s%ld) %s\n",
in showlogr()
2164
(long long)sle64_to_cpu(logr->
this_lsn
),
in showlogr()
2195
state = commitment(sle64_to_cpu(logr->
this_lsn
));
in showlogr()
2197
(long long)sle64_to_cpu(logr->
this_lsn
),
in showlogr()
2199
(long)(sle64_to_cpu(logr->
this_lsn
) - synced_lsn),
in showlogr()
2254
committed = ((s64)(sle64_to_cpu(logr->
this_lsn
)
in mark_transactions()
2361
&& ((s64)(sle64_to_cpu(logr->
this_lsn
) - synced_lsn) <= 0)) {
in enqueue_action()
3564
if (logr->
this_lsn
== restart.current_lsn)
in backward_rcrd()
3567
if (logr->
this_lsn
in backward_rcrd()
[all...]
H
A
D
ntfsdump_logfile.c
545
(unsigned long long)sle64_to_cpu(lr->
this_lsn
));
in dump_log_record()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
logfile.h
388
leLSN
this_lsn
;
member
Completed in 10 milliseconds