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:file_end
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/boot/
H
A
D
deflate_xip_data.sh
46
file_end
=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$XIPIMAGE")
47
if [ "$
file_end
" != "$data_end" ]; then
49
$(($
file_end
+ $base_offset)) $_edata_loc 1>&2
/kernel/linux/linux-6.6/arch/arm/boot/
H
A
D
deflate_xip_data.sh
46
file_end
=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$XIPIMAGE")
47
if [ "$
file_end
" != "$data_end" ]; then
49
$(($
file_end
+ $base_offset)) $_edata_loc 1>&2
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
file_direct.c
29
int
file_end
= (i_size_read(inode) - 1) >> PAGE_SHIFT;
in squashfs_readpage_block()
local
38
if (end_index >
file_end
)
in squashfs_readpage_block()
39
end_index =
file_end
;
in squashfs_readpage_block()
H
A
D
file.c
454
int
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_read_folio()
local
455
int expected = index ==
file_end
?
in squashfs_read_folio()
468
if (index <
file_end
|| squashfs_i(inode)->fragment_block ==
in squashfs_read_folio()
547
int i,
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_readahead()
local
563
expected = start >> msblk->block_log ==
file_end
?
in squashfs_readahead()
581
if (index ==
file_end
&& squashfs_i(inode)->fragment_block !=
in squashfs_readahead()
608
if (index ==
file_end
&& bytes && last_page)
in squashfs_readahead()
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
file_direct.c
32
int
file_end
= (i_size_read(inode) - 1) >> PAGE_SHIFT;
in squashfs_readpage_block()
local
41
if (end_index >
file_end
)
in squashfs_readpage_block()
42
end_index =
file_end
;
in squashfs_readpage_block()
H
A
D
file.c
452
int
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_readpage()
local
453
int expected = index ==
file_end
?
in squashfs_readpage()
466
if (index <
file_end
|| squashfs_i(inode)->fragment_block ==
in squashfs_readpage()
/kernel/linux/linux-5.10/scripts/
H
A
D
recordmcount.c
62
static void *
file_end
; /* pointer to the end of the mapped file */
variable
117
if (file_ptr + count >=
file_end
) {
in uwrite()
118
off_t aoffset = (file_ptr + count) -
file_end
;
in uwrite()
133
if (file_ptr <
file_end
) {
in uwrite()
134
cnt =
file_end
- file_ptr;
in uwrite()
220
file_end
= file_map + sb.st_size;
in mmap_file()
/kernel/linux/linux-6.6/scripts/
H
A
D
recordmcount.c
62
static void *
file_end
; /* pointer to the end of the mapped file */
variable
117
if (file_ptr + count >=
file_end
) {
in uwrite()
118
off_t aoffset = (file_ptr + count) -
file_end
;
in uwrite()
133
if (file_ptr <
file_end
) {
in uwrite()
134
cnt =
file_end
- file_ptr;
in uwrite()
220
file_end
= file_map + sb.st_size;
in mmap_file()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
aclocal.h
818
char *
file_end
; /* Points to AML and indicates when the AML for this particular file ends. */
member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
aclocal.h
834
char *
file_end
; /* Points to AML and indicates when the AML for this particular file ends. */
member
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
1287
unsigned long
file_end
;
in cluster_pages_for_defrag()
local
1303
file_end
= (isize - 1) >> PAGE_SHIFT;
in cluster_pages_for_defrag()
1304
if (!isize || start_index >
file_end
)
in cluster_pages_for_defrag()
1307
page_cnt = min_t(u64, (u64)num_pages, (u64)
file_end
- start_index + 1);
in cluster_pages_for_defrag()
Completed in 16 milliseconds