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:LCN_HOLE
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
runlist.c
158
if ((dst->lcn ==
LCN_HOLE
) && (src->lcn ==
LCN_HOLE
))
in ntfs_are_rl_mergeable()
327
if (dst[marker].lcn ==
LCN_HOLE
|| dst[marker].lcn == LCN_RL_NOT_MAPPED)
in ntfs_rl_insert()
525
lcn >=
LCN_HOLE
. */
in ntfs_runlists_merge()
566
while (srl[si].length && srl[si].lcn <
LCN_HOLE
)
in ntfs_runlists_merge()
602
/* Scan to the last element with lcn >=
LCN_HOLE
. */
in ntfs_runlists_merge()
603
for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn <
LCN_HOLE
; sfinal--)
in ntfs_runlists_merge()
605
for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn <
LCN_HOLE
; dfinal--)
in ntfs_runlists_merge()
842
* to
LCN_HOLE
.
in ntfs_mapping_pairs_decompress()
845
rl[rlpos].lcn =
LCN_HOLE
;
in ntfs_mapping_pairs_decompress()
[all...]
H
A
D
runlist.h
52
LCN_HOLE
= -1, /* Keep this as highest value or die! */
enumerator
H
A
D
lcnalloc.c
875
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
915
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
931
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
H
A
D
logfile.c
776
if (unlikely(!rl->length || lcn <
LCN_HOLE
))
in ntfs_empty_logfile()
779
if (lcn ==
LCN_HOLE
)
in ntfs_empty_logfile()
H
A
D
file.c
873
if (unlikely(lcn !=
LCN_HOLE
&& lcn != LCN_ENOENT)) {
in ntfs_prepare_pages_for_non_resident_write()
958
BUG_ON(lcn !=
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
972
BUG_ON(rl->lcn !=
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
1046
BUG_ON(rl2->lcn <
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
1801
if (unlikely(lcn <
LCN_HOLE
)) {
in ntfs_perform_write()
1817
if (lcn ==
LCN_HOLE
) {
in ntfs_perform_write()
H
A
D
aops.c
273
if (lcn ==
LCN_HOLE
)
in ntfs_read_block()
723
if (lcn ==
LCN_HOLE
) {
in ntfs_write_block()
1588
if (unlikely(lcn <
LCN_HOLE
)) {
in ntfs_bmap()
1592
*
LCN_HOLE
and LCN_EIO (i.e. -1 to -5).
in ntfs_bmap()
H
A
D
attrib.c
317
*
LCN_HOLE
Hole / not allocated on disk.
351
if (likely(lcn >=
LCN_HOLE
)) {
in ntfs_attr_vcn_to_lcn_nolock()
422
* being >= 0 and
LCN_HOLE
. In the later case you have to return zeroes on
476
if (likely(rl->lcn >=
LCN_HOLE
)) {
in ntfs_attr_find_vcn_nolock()
2274
BUG_ON(rl2->lcn <
LCN_HOLE
);
in ntfs_attr_extend_allocation()
H
A
D
compress.c
620
if (lcn ==
LCN_HOLE
)
in ntfs_read_compressed_block()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
runlist.c
158
if ((dst->lcn ==
LCN_HOLE
) && (src->lcn ==
LCN_HOLE
))
in ntfs_are_rl_mergeable()
327
if (dst[marker].lcn ==
LCN_HOLE
|| dst[marker].lcn == LCN_RL_NOT_MAPPED)
in ntfs_rl_insert()
525
lcn >=
LCN_HOLE
. */
in ntfs_runlists_merge()
566
while (srl[si].length && srl[si].lcn <
LCN_HOLE
)
in ntfs_runlists_merge()
602
/* Scan to the last element with lcn >=
LCN_HOLE
. */
in ntfs_runlists_merge()
603
for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn <
LCN_HOLE
; sfinal--)
in ntfs_runlists_merge()
605
for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn <
LCN_HOLE
; dfinal--)
in ntfs_runlists_merge()
842
* to
LCN_HOLE
.
in ntfs_mapping_pairs_decompress()
845
rl[rlpos].lcn =
LCN_HOLE
;
in ntfs_mapping_pairs_decompress()
[all...]
H
A
D
runlist.h
52
LCN_HOLE
= -1, /* Keep this as highest value or die! */
enumerator
H
A
D
lcnalloc.c
875
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
915
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
931
if (unlikely(rl->lcn <
LCN_HOLE
)) {
in __ntfs_cluster_free()
H
A
D
logfile.c
775
if (unlikely(!rl->length || lcn <
LCN_HOLE
))
in ntfs_empty_logfile()
778
if (lcn ==
LCN_HOLE
)
in ntfs_empty_logfile()
H
A
D
file.c
866
if (unlikely(lcn !=
LCN_HOLE
&& lcn != LCN_ENOENT)) {
in ntfs_prepare_pages_for_non_resident_write()
951
BUG_ON(lcn !=
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
965
BUG_ON(rl->lcn !=
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
1039
BUG_ON(rl2->lcn <
LCN_HOLE
);
in ntfs_prepare_pages_for_non_resident_write()
1791
if (unlikely(lcn <
LCN_HOLE
)) {
in ntfs_perform_write()
1807
if (lcn ==
LCN_HOLE
) {
in ntfs_perform_write()
H
A
D
aops.c
273
if (lcn ==
LCN_HOLE
)
in ntfs_read_block()
725
if (lcn ==
LCN_HOLE
) {
in ntfs_write_block()
1591
if (unlikely(lcn <
LCN_HOLE
)) {
in ntfs_bmap()
1595
*
LCN_HOLE
and LCN_EIO (i.e. -1 to -5).
in ntfs_bmap()
H
A
D
attrib.c
317
*
LCN_HOLE
Hole / not allocated on disk.
351
if (likely(lcn >=
LCN_HOLE
)) {
in ntfs_attr_vcn_to_lcn_nolock()
422
* being >= 0 and
LCN_HOLE
. In the later case you have to return zeroes on
476
if (likely(rl->lcn >=
LCN_HOLE
)) {
in ntfs_attr_find_vcn_nolock()
2274
BUG_ON(rl2->lcn <
LCN_HOLE
);
in ntfs_attr_extend_allocation()
H
A
D
compress.c
620
if (lcn ==
LCN_HOLE
)
in ntfs_read_compressed_block()
Completed in 27 milliseconds