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:mft_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
mft.h
127
extern ntfs_inode *ntfs_mft_rec_alloc(ntfs_volume *vol, BOOL
mft_data
);
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsundelete.c
1012
ntfs_attr*
mft_data
;
in get_parent_name()
local
1027
mft_data
= ntfs_attr_open(vol->mft_ni, AT_DATA, AT_UNNAMED, 0);
in get_parent_name()
1028
if (!
mft_data
) {
in get_parent_name()
1033
if (ntfs_attr_pread(
mft_data
, vol->mft_record_size * inode_num,
in get_parent_name()
1049
if (
mft_data
) {
in get_parent_name()
1050
ntfs_attr_close(
mft_data
);
in get_parent_name()
H
A
D
ntfsclone.c
1690
BOOL
mft_data
;
local
1714
mft_data
= ((walk->image->ni->mft_no == FILE_MFT)
1737
if (opt.metadata_image ? wipe && !
mft_data
&& !index_i30 : !wipe)
1783
if (
mft_data
&& !a->lowest_vcn) {
/third_party/ntfs-3g/libntfs-3g/
H
A
D
mft.c
1426
ntfs_inode *ntfs_mft_rec_alloc(ntfs_volume *vol, BOOL
mft_data
)
in ntfs_mft_rec_alloc()
argument
1451
if (
mft_data
) {
in ntfs_mft_rec_alloc()
Completed in 9 milliseconds