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:mftmirr_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
volume.h
89
int
mftmirr_size
; /* Size of mft mirror in mft records. */
member
H
A
D
super.c
916
vol->
mftmirr_size
= 4;
in parse_ntfs_boot_sector()
918
vol->
mftmirr_size
= vol->cluster_size >>
in parse_ntfs_boot_sector()
920
ntfs_debug("vol->
mftmirr_size
= %i", vol->
mftmirr_size
);
in parse_ntfs_boot_sector()
1087
BUG_ON(!vol->
mftmirr_size
);
in check_mft_mirror()
1160
} while (++i < vol->
mftmirr_size
);
in check_mft_mirror()
1168
rl2[0].length = (vol->
mftmirr_size
* vol->mft_record_size +
in check_mft_mirror()
H
A
D
mft.c
786
if (!sync && ni->mft_no < vol->
mftmirr_size
)
in write_mft_record_nolock()
804
if (sync && ni->mft_no < vol->
mftmirr_size
)
in write_mft_record_nolock()
H
A
D
aops.c
1237
if (mft_no < vol->
mftmirr_size
)
in ntfs_write_mst_block()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
volume.h
89
int
mftmirr_size
; /* Size of mft mirror in mft records. */
member
H
A
D
super.c
924
vol->
mftmirr_size
= 4;
in parse_ntfs_boot_sector()
926
vol->
mftmirr_size
= vol->cluster_size >>
in parse_ntfs_boot_sector()
928
ntfs_debug("vol->
mftmirr_size
= %i", vol->
mftmirr_size
);
in parse_ntfs_boot_sector()
1095
BUG_ON(!vol->
mftmirr_size
);
in check_mft_mirror()
1168
} while (++i < vol->
mftmirr_size
);
in check_mft_mirror()
1176
rl2[0].length = (vol->
mftmirr_size
* vol->mft_record_size +
in check_mft_mirror()
H
A
D
mft.c
786
if (!sync && ni->mft_no < vol->
mftmirr_size
)
in write_mft_record_nolock()
804
if (sync && ni->mft_no < vol->
mftmirr_size
)
in write_mft_record_nolock()
H
A
D
aops.c
1239
if (mft_no < vol->
mftmirr_size
)
in ntfs_write_mst_block()
Completed in 18 milliseconds