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:size_changed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
imx274.c
1051
bool
size_changed
;
in imx274_set_selection_crop()
local
1089
size_changed
= (new_crop.width != tgt_crop->width ||
in imx274_set_selection_crop()
1096
if (
size_changed
)
in imx274_set_selection_crop()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
loop.c
1353
bool
size_changed
= false;
in loop_set_status()
local
1371
size_changed
= true;
in loop_set_status()
1379
if (
size_changed
&& lo->lo_device->bd_inode->i_mapping->nrpages) {
in loop_set_status()
1401
if (
size_changed
) {
in loop_set_status()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
loop.c
1265
bool
size_changed
= false;
in loop_set_status()
local
1277
size_changed
= true;
in loop_set_status()
1298
if (
size_changed
) {
in loop_set_status()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
imx274.c
1186
bool
size_changed
;
in imx274_set_selection_crop()
local
1224
size_changed
= (new_crop.width != tgt_crop->width ||
in imx274_set_selection_crop()
1231
if (
size_changed
)
in imx274_set_selection_crop()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
1394
int
size_changed
= 0;
in ext4_journalled_write_end()
local
1420
size_changed
= ext4_update_inode_size(inode, pos + copied);
in ext4_journalled_write_end()
1429
if (
size_changed
) {
in ext4_journalled_write_end()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
1385
int
size_changed
= 0;
in ext4_journalled_write_end()
local
1414
size_changed
= ext4_update_inode_size(inode, pos + copied);
in ext4_journalled_write_end()
1422
if (
size_changed
) {
in ext4_journalled_write_end()
Completed in 24 milliseconds