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:z_wpoffset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
super.c
69
(z->
z_wpoffset
> 0 && z->
z_wpoffset
< z->z_capacity)) {
in zonefs_account_active()
111
if (op == REQ_OP_ZONE_CLOSE && !z->
z_wpoffset
)
in zonefs_zone_mgmt()
213
return z->
z_wpoffset
;
in zonefs_check_zone_condition()
355
z->
z_wpoffset
= data_size;
in zonefs_handle_io_error()
675
inode->i_size = z->
z_wpoffset
;
in zonefs_get_file_inode()
1028
z->
z_wpoffset
= zonefs_check_zone_condition(sb, z, zone);
in zonefs_init_zgroup()
1043
sbi->s_used_blocks += z->
z_wpoffset
>> sb->s_blocksize_bits;
in zonefs_init_zgroup()
H
A
D
file.c
247
z->
z_wpoffset
= isize;
in zonefs_file_truncate()
433
iocb->ki_pos = z->
z_wpoffset
;
in zonefs_write_checks()
494
if (iocb->ki_pos != z->
z_wpoffset
) {
in zonefs_file_dio_write()
505
z->
z_wpoffset
+= count;
in zonefs_file_dio_write()
H
A
D
trace.h
65
zonefs_inode_zone(inode)->
z_wpoffset
;
H
A
D
zonefs.h
66
loff_t
z_wpoffset
;
member
Completed in 4 milliseconds