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
defs:file_end
(Results
1 - 9
of
9
) sorted by relevance
/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
H
A
D
file.c
454
int
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_read_folio()
local
547
int i,
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_readahead()
local
/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
H
A
D
file.c
452
int
file_end
= i_size_read(inode) >> msblk->block_log;
in squashfs_readpage()
local
/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
/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
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
1287
unsigned long
file_end
;
in cluster_pages_for_defrag()
local
/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
Completed in 17 milliseconds