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:end_vcn
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
logfile.c
715
VCN vcn,
end_vcn
;
in ntfs_empty_logfile()
local
741
end_vcn
= (log_ni->initialized_size + vol->cluster_size_mask) >>
in ntfs_empty_logfile()
783
if (rl[1].vcn >
end_vcn
)
in ntfs_empty_logfile()
784
len =
end_vcn
- rl->vcn;
in ntfs_empty_logfile()
820
} while ((++rl)->vcn <
end_vcn
);
in ntfs_empty_logfile()
H
A
D
compress.c
487
VCN
end_vcn
= ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1)
in ntfs_read_compressed_block()
local
490
unsigned int nr_cbs = (
end_vcn
- start_vcn) << vol->cluster_size_bits
in ntfs_read_compressed_block()
495
* guarantees of start_vcn and
end_vcn
, no need to round up here.
in ntfs_read_compressed_block()
497
unsigned int nr_pages = (
end_vcn
- start_vcn) <<
in ntfs_read_compressed_block()
H
A
D
attrib.c
72
VCN
end_vcn
;
in ntfs_map_runlist_nolock()
local
106
end_vcn
= sle64_to_cpu(a->data.non_resident.highest_vcn);
in ntfs_map_runlist_nolock()
111
if (!a->data.non_resident.lowest_vcn &&
end_vcn
<= 0)
in ntfs_map_runlist_nolock()
112
end_vcn
= allocated_size_vcn - 1;
in ntfs_map_runlist_nolock()
125
<= vcn &&
end_vcn
>= vcn))
in ntfs_map_runlist_nolock()
168
end_vcn
= sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
in ntfs_map_runlist_nolock()
169
if (unlikely(vcn && vcn >=
end_vcn
)) {
in ntfs_map_runlist_nolock()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
logfile.c
714
VCN vcn,
end_vcn
;
in ntfs_empty_logfile()
local
740
end_vcn
= (log_ni->initialized_size + vol->cluster_size_mask) >>
in ntfs_empty_logfile()
782
if (rl[1].vcn >
end_vcn
)
in ntfs_empty_logfile()
783
len =
end_vcn
- rl->vcn;
in ntfs_empty_logfile()
819
} while ((++rl)->vcn <
end_vcn
);
in ntfs_empty_logfile()
H
A
D
compress.c
487
VCN
end_vcn
= ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1)
in ntfs_read_compressed_block()
local
490
unsigned int nr_cbs = (
end_vcn
- start_vcn) << vol->cluster_size_bits
in ntfs_read_compressed_block()
495
* guarantees of start_vcn and
end_vcn
, no need to round up here.
in ntfs_read_compressed_block()
497
unsigned int nr_pages = (
end_vcn
- start_vcn) <<
in ntfs_read_compressed_block()
H
A
D
attrib.c
72
VCN
end_vcn
;
in ntfs_map_runlist_nolock()
local
106
end_vcn
= sle64_to_cpu(a->data.non_resident.highest_vcn);
in ntfs_map_runlist_nolock()
111
if (!a->data.non_resident.lowest_vcn &&
end_vcn
<= 0)
in ntfs_map_runlist_nolock()
112
end_vcn
= allocated_size_vcn - 1;
in ntfs_map_runlist_nolock()
125
<= vcn &&
end_vcn
>= vcn))
in ntfs_map_runlist_nolock()
168
end_vcn
= sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
in ntfs_map_runlist_nolock()
169
if (unlikely(vcn && vcn >=
end_vcn
)) {
in ntfs_map_runlist_nolock()
Completed in 20 milliseconds