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:towrite
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
pcmciamtd.c
194
int
towrite
= win_size - (to & (win_size-1));
in pcmcia_copy_to_remap()
local
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
pcmciamtd.c
194
int
towrite
= win_size - (to & (win_size-1));
in pcmcia_copy_to_remap()
local
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
wbuf.c
415
uint32_t
towrite
= (end-start) - ((end-start)%c->wbuf_pagesize);
in jffs2_wbuf_recover()
local
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
super.c
788
size_t
towrite
= len;
in jfs_quota_write()
local
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
super.c
781
size_t
towrite
= len;
in jfs_quota_write()
local
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
wbuf.c
415
uint32_t
towrite
= (end-start) - ((end-start)%c->wbuf_pagesize);
in jffs2_wbuf_recover()
local
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
super.c
1532
size_t
towrite
= len;
in ext2_quota_write()
local
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
super.c
1537
size_t
towrite
= len;
in ext2_quota_write()
local
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
super.c
2550
size_t
towrite
= len;
in reiserfs_quota_write()
local
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
super.c
2544
size_t
towrite
= len;
in reiserfs_quota_write()
local
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.h
265
struct bio *toread, *read, *
towrite
, *written;
member
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.h
266
struct bio *toread, *read, *
towrite
, *written;
member
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
2126
size_t
towrite
= len;
in f2fs_quota_write()
local
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
2718
size_t
towrite
= len;
in f2fs_quota_write()
local
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
6250
unsigned
towrite
= min(bytes, (unsigned)PAGE_SIZE - offset);
in kvm_write_guest_virt_helper()
local
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
7448
unsigned
towrite
= min(bytes, (unsigned)PAGE_SIZE - offset);
in kvm_write_guest_virt_helper()
local
Completed in 65 milliseconds