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_lcn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
lcnalloc.c
209
zone_start = vol->
mft_lcn
;
in ntfs_cluster_alloc()
422
vol->
mft_lcn
;
in ntfs_cluster_alloc()
428
&& tc >= vol->
mft_lcn
)
in ntfs_cluster_alloc()
555
vol->
mft_lcn
;
in ntfs_cluster_alloc()
561
&& tc >= vol->
mft_lcn
)
in ntfs_cluster_alloc()
697
vol->mft_zone_pos = vol->
mft_lcn
;
in ntfs_cluster_alloc()
H
A
D
super.c
888
ll = sle64_to_cpu(b->
mft_lcn
);
in parse_ntfs_boot_sector()
895
vol->
mft_lcn
= ll;
in parse_ntfs_boot_sector()
896
ntfs_debug("vol->
mft_lcn
= 0x%llx", (long long)vol->
mft_lcn
);
in parse_ntfs_boot_sector()
937
LCN mft_zone_size,
mft_lcn
;
in ntfs_setup_allocators()
local
962
vol->mft_zone_start = vol->mft_zone_pos = vol->
mft_lcn
;
in ntfs_setup_allocators()
966
* Calculate the
mft_lcn
for an unmodified NTFS volume (see mkntfs
in ntfs_setup_allocators()
967
* source) and if the actual
mft_lcn
is in the expected place or even
in ntfs_setup_allocators()
974
mft_lcn
= (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size;
in ntfs_setup_allocators()
975
if (
mft_lcn
* vo
in ntfs_setup_allocators()
[all...]
H
A
D
volume.h
57
LCN
mft_lcn
; /* Cluster location of mft data. */
member
H
A
D
layout.h
72
sle64
mft_lcn
; /* Cluster location of mft data. */
member
H
A
D
inode.c
1801
block = vol->
mft_lcn
<< vol->cluster_size_bits >>
in ntfs_read_inode_mount()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
lcnalloc.c
209
zone_start = vol->
mft_lcn
;
in ntfs_cluster_alloc()
422
vol->
mft_lcn
;
in ntfs_cluster_alloc()
428
&& tc >= vol->
mft_lcn
)
in ntfs_cluster_alloc()
555
vol->
mft_lcn
;
in ntfs_cluster_alloc()
561
&& tc >= vol->
mft_lcn
)
in ntfs_cluster_alloc()
697
vol->mft_zone_pos = vol->
mft_lcn
;
in ntfs_cluster_alloc()
H
A
D
super.c
896
ll = sle64_to_cpu(b->
mft_lcn
);
in parse_ntfs_boot_sector()
903
vol->
mft_lcn
= ll;
in parse_ntfs_boot_sector()
904
ntfs_debug("vol->
mft_lcn
= 0x%llx", (long long)vol->
mft_lcn
);
in parse_ntfs_boot_sector()
945
LCN mft_zone_size,
mft_lcn
;
in ntfs_setup_allocators()
local
970
vol->mft_zone_start = vol->mft_zone_pos = vol->
mft_lcn
;
in ntfs_setup_allocators()
974
* Calculate the
mft_lcn
for an unmodified NTFS volume (see mkntfs
in ntfs_setup_allocators()
975
* source) and if the actual
mft_lcn
is in the expected place or even
in ntfs_setup_allocators()
982
mft_lcn
= (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size;
in ntfs_setup_allocators()
983
if (
mft_lcn
* vo
in ntfs_setup_allocators()
[all...]
H
A
D
volume.h
57
LCN
mft_lcn
; /* Cluster location of mft data. */
member
H
A
D
layout.h
72
sle64
mft_lcn
; /* Cluster location of mft data. */
member
H
A
D
inode.c
1801
block = vol->
mft_lcn
<< vol->cluster_size_bits >>
in ntfs_read_inode_mount()
Completed in 27 milliseconds