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_sector
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
trace.h
36
z->
z_sector
>> ZONEFS_SB(sb)->s_zone_sectors_shift;
38
__entry->sector = z->
z_sector
;
62
__entry->sector = zonefs_inode_zone(inode)->
z_sector
;
H
A
D
super.c
115
ret = blkdev_zone_mgmt(sb->s_bdev, op, z->
z_sector
,
in zonefs_zone_mgmt()
120
blk_op_str(op), z->
z_sector
, ret);
in zonefs_zone_mgmt()
196
z->
z_sector
);
in zonefs_check_zone_condition()
209
z->
z_sector
);
in zonefs_check_zone_condition()
381
zone.start = z->
z_sector
;
in __zonefs_io_error()
399
ret = blkdev_report_zones(sb->s_bdev, z->
z_sector
, 1,
in __zonefs_io_error()
660
ino = z->
z_sector
>> sbi->s_zone_sectors_shift;
in zonefs_get_file_inode()
831
ino = z->
z_sector
>> sbi->s_zone_sectors_shift;
in zonefs_readdir_zgroup()
1015
z->
z_sector
= zone->start;
in zonefs_init_zgroup()
H
A
D
file.c
50
iomap->addr = (z->
z_sector
<< SECTOR_SHIFT) + iomap->offset;
in zonefs_read_iomap_begin()
93
iomap->addr = (z->
z_sector
<< SECTOR_SHIFT) + iomap->offset;
in zonefs_write_iomap_begin()
816
z->
z_sector
, ret);
in zonefs_seq_file_write_close()
H
A
D
zonefs.h
57
sector_t
z_sector
;
member
Completed in 4 milliseconds