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:SPARSE_LCN
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
run.c
124
if (n->lcn !=
SPARSE_LCN
)
in run_consolidate()
133
if ((n->lcn ==
SPARSE_LCN
) != (r->lcn ==
SPARSE_LCN
)) {
in run_consolidate()
144
if (n->lcn !=
SPARSE_LCN
&& n->lcn != r->lcn + r->len)
in run_consolidate()
215
*lcn = r->lcn ==
SPARSE_LCN
?
SPARSE_LCN
: (r->lcn + gap);
in run_lookup_entry()
241
if (r->lcn !=
SPARSE_LCN
)
in run_truncate_head()
344
(t->lcn ==
SPARSE_LCN
) == (lcn ==
SPARSE_LCN
) &&
in run_add_entry()
345
(lcn ==
SPARSE_LCN
|| lc
in run_add_entry()
[all...]
H
A
D
attrib.c
119
if (lcn !=
SPARSE_LCN
) {
in run_deallocate_ex()
543
lcn =
SPARSE_LCN
;
in attr_set_size()
546
if (lcn ==
SPARSE_LCN
)
in attr_set_size()
564
if (!run_add_entry(run, vcn,
SPARSE_LCN
, to_allocate,
in attr_set_size()
907
if (*len && (*lcn !=
SPARSE_LCN
|| !new))
in attr_data_get_block()
922
if (*lcn !=
SPARSE_LCN
|| !new)
in attr_data_get_block()
947
*lcn =
SPARSE_LCN
;
in attr_data_get_block()
977
if (*lcn !=
SPARSE_LCN
|| !new)
in attr_data_get_block()
1036
if (!run_add_entry(run, evcn1,
SPARSE_LCN
, vcn - evcn1,
in attr_data_get_block()
1064
if (*lcn ==
SPARSE_LCN
) {
in attr_data_get_block()
[all...]
H
A
D
fsntfs.c
828
lcn =
SPARSE_LCN
;
in ntfs_refresh_zone()
831
if (lcn ==
SPARSE_LCN
)
in ntfs_refresh_zone()
1140
if (lcn ==
SPARSE_LCN
)
in ntfs_sb_write_run()
1162
if (lcn ==
SPARSE_LCN
)
in ntfs_sb_write_run()
1220
if (lcn ==
SPARSE_LCN
) {
in ntfs_read_run_nb()
1282
if (lcn ==
SPARSE_LCN
) {
in ntfs_read_run_nb()
1677
*lbo = lcn ==
SPARSE_LCN
? -1 : (((u64)lcn << cluster_bits) + off);
in ntfs_vbo_to_lbo()
2555
if (lcn ==
SPARSE_LCN
)
in run_deallocate()
H
A
D
file.c
131
if (lcn ==
SPARSE_LCN
) {
in ntfs_extend_initialized_size()
900
if (lcn ==
SPARSE_LCN
) {
in ntfs_compress_write()
H
A
D
ntfs.h
81
#define
SPARSE_LCN
((CLST)-1)
macro
H
A
D
super.c
1378
if (lcn ==
SPARSE_LCN
)
in ntfs_fill_super()
H
A
D
inode.c
597
if (lcn ==
SPARSE_LCN
) {
in ntfs_get_block_vbo()
H
A
D
fslog.c
4899
lcn ==
SPARSE_LCN
) {
in log_replay()
5029
if (is_mapped && lcn !=
SPARSE_LCN
&& clen >= t16)
in log_replay()
H
A
D
frecord.c
2002
if (lcn ==
SPARSE_LCN
) {
in ni_fiemap()
Completed in 24 milliseconds