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_ENOENT
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
runlist.c
241
if (dst[marker].lcn ==
LCN_ENOENT
)
in ntfs_rl_append()
427
if (dsize - tail > 0 && dst[marker].lcn ==
LCN_ENOENT
)
in ntfs_rl_replace()
599
if (srl[send].lcn ==
LCN_ENOENT
)
in ntfs_runlists_merge()
657
"with
LCN_ENOENT
.",
in ntfs_runlists_merge()
660
drl[ds].lcn =
LCN_ENOENT
;
in ntfs_runlists_merge()
668
if (drl[ds].lcn ==
LCN_ENOENT
) {
in ntfs_runlists_merge()
694
drl[ds].lcn =
LCN_ENOENT
;
in ntfs_runlists_merge()
908
* attribute so simply terminate the runlist with
LCN_ENOENT
).
in ntfs_mapping_pairs_decompress()
939
rl[rlpos].lcn =
LCN_ENOENT
;
in ntfs_mapping_pairs_decompress()
984
*
LCN_ENOENT
Ther
[all...]
H
A
D
runlist.h
54
LCN_ENOENT
= -3,
enumerator
H
A
D
debug.c
124
"
LCN_ENOENT
", "LCN_unknown " };
in ntfs_debug_dump_runlist()
140
if (index > -
LCN_ENOENT
- 1)
in ntfs_debug_dump_runlist()
H
A
D
attrib.c
318
*
LCN_ENOENT
There is no such vcn in the runlist, i.e. @vcn is out of bounds.
344
return
LCN_ENOENT
;
in ntfs_attr_vcn_to_lcn_nolock()
356
if (lcn !=
LCN_ENOENT
)
in ntfs_attr_vcn_to_lcn_nolock()
381
lcn =
LCN_ENOENT
;
in ntfs_attr_vcn_to_lcn_nolock()
387
if (lcn !=
LCN_ENOENT
)
in ntfs_attr_vcn_to_lcn_nolock()
485
if (likely(rl->lcn ==
LCN_ENOENT
))
in ntfs_attr_find_vcn_nolock()
2190
(rl->lcn ==
LCN_ENOENT
&& rl > ni->runlist.rl &&
in ntfs_attr_extend_allocation()
H
A
D
aops.c
294
if (err == -ENOENT || lcn ==
LCN_ENOENT
) {
in ntfs_read_block()
772
if (err == -ENOENT || lcn ==
LCN_ENOENT
) {
in ntfs_write_block()
1599
case
LCN_ENOENT
:
in ntfs_bmap()
H
A
D
lcnalloc.c
79
* is 'true' the returned runlist will be terminated with
LCN_ENOENT
and if
727
rl[rlpos].lcn = is_extension ?
LCN_ENOENT
: LCN_RL_NOT_MAPPED;
in ntfs_cluster_alloc()
H
A
D
file.c
873
if (unlikely(lcn != LCN_HOLE && lcn !=
LCN_ENOENT
)) {
in ntfs_prepare_pages_for_non_resident_write()
897
*
LCN_ENOENT
. As long as the buffer is out
in ntfs_prepare_pages_for_non_resident_write()
901
lcn =
LCN_ENOENT
;
in ntfs_prepare_pages_for_non_resident_write()
H
A
D
super.c
1171
rl2[1].lcn =
LCN_ENOENT
;
in check_mft_mirror()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
runlist.c
241
if (dst[marker].lcn ==
LCN_ENOENT
)
in ntfs_rl_append()
427
if (dsize - tail > 0 && dst[marker].lcn ==
LCN_ENOENT
)
in ntfs_rl_replace()
599
if (srl[send].lcn ==
LCN_ENOENT
)
in ntfs_runlists_merge()
657
"with
LCN_ENOENT
.",
in ntfs_runlists_merge()
660
drl[ds].lcn =
LCN_ENOENT
;
in ntfs_runlists_merge()
668
if (drl[ds].lcn ==
LCN_ENOENT
) {
in ntfs_runlists_merge()
694
drl[ds].lcn =
LCN_ENOENT
;
in ntfs_runlists_merge()
908
* attribute so simply terminate the runlist with
LCN_ENOENT
).
in ntfs_mapping_pairs_decompress()
939
rl[rlpos].lcn =
LCN_ENOENT
;
in ntfs_mapping_pairs_decompress()
984
*
LCN_ENOENT
Ther
[all...]
H
A
D
runlist.h
54
LCN_ENOENT
= -3,
enumerator
H
A
D
debug.c
124
"
LCN_ENOENT
", "LCN_unknown " };
in ntfs_debug_dump_runlist()
140
if (index > -
LCN_ENOENT
- 1)
in ntfs_debug_dump_runlist()
H
A
D
attrib.c
318
*
LCN_ENOENT
There is no such vcn in the runlist, i.e. @vcn is out of bounds.
344
return
LCN_ENOENT
;
in ntfs_attr_vcn_to_lcn_nolock()
356
if (lcn !=
LCN_ENOENT
)
in ntfs_attr_vcn_to_lcn_nolock()
381
lcn =
LCN_ENOENT
;
in ntfs_attr_vcn_to_lcn_nolock()
387
if (lcn !=
LCN_ENOENT
)
in ntfs_attr_vcn_to_lcn_nolock()
485
if (likely(rl->lcn ==
LCN_ENOENT
))
in ntfs_attr_find_vcn_nolock()
2190
(rl->lcn ==
LCN_ENOENT
&& rl > ni->runlist.rl &&
in ntfs_attr_extend_allocation()
H
A
D
aops.c
294
if (err == -ENOENT || lcn ==
LCN_ENOENT
) {
in ntfs_read_block()
774
if (err == -ENOENT || lcn ==
LCN_ENOENT
) {
in ntfs_write_block()
1602
case
LCN_ENOENT
:
in ntfs_bmap()
H
A
D
lcnalloc.c
79
* is 'true' the returned runlist will be terminated with
LCN_ENOENT
and if
727
rl[rlpos].lcn = is_extension ?
LCN_ENOENT
: LCN_RL_NOT_MAPPED;
in ntfs_cluster_alloc()
H
A
D
file.c
866
if (unlikely(lcn != LCN_HOLE && lcn !=
LCN_ENOENT
)) {
in ntfs_prepare_pages_for_non_resident_write()
890
*
LCN_ENOENT
. As long as the buffer is out
in ntfs_prepare_pages_for_non_resident_write()
894
lcn =
LCN_ENOENT
;
in ntfs_prepare_pages_for_non_resident_write()
H
A
D
super.c
1179
rl2[1].lcn =
LCN_ENOENT
;
in check_mft_mirror()
Completed in 26 milliseconds