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:al_offset
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_main.c
3017
u32
al_offset
; /* offset to this block */
member
3048
buffer->
al_offset
= cpu_to_be32(device->ldev->md.
al_offset
);
in drbd_md_write()
3166
if (in_core->
al_offset
< 0) {
in check_offsets_and_sizes()
3167
if (in_core->bm_offset > in_core->
al_offset
)
in check_offsets_and_sizes()
3169
on_disk_al_sect = -in_core->
al_offset
;
in check_offsets_and_sizes()
3170
on_disk_bm_sect = in_core->
al_offset
- in_core->bm_offset;
in check_offsets_and_sizes()
3172
if (in_core->
al_offset
!= MD_4kB_SECT)
in check_offsets_and_sizes()
3174
if (in_core->bm_offset < in_core->
al_offset
+ in_core->al_size_4k * MD_4kB_SECT)
in check_offsets_and_sizes()
3184
|| in_core->
al_offset
!
in check_offsets_and_sizes()
[all...]
H
A
D
drbd_nl.c
813
* |
al_offset
== 8 |
814
* | bm_offset =
al_offset
+ X |
820
* |
al_offset
< 0 |
821
* | bm_offset =
al_offset
- Y |
822
* ==> bitmap sectors = Y =
al_offset
- bm_offset
839
bdev->md.
al_offset
= MD_4kB_SECT;
in drbd_md_set_sector_offsets()
845
bdev->md.
al_offset
= MD_4kB_SECT;
in drbd_md_set_sector_offsets()
851
bdev->md.
al_offset
= -al_size_sect;
in drbd_md_set_sector_offsets()
934
s32
al_offset
;
in __must_hold()
member
966
prev.
al_offset
in __must_hold()
[all...]
H
A
D
drbd_bitmap.c
615
if (ldev->md.
al_offset
== 8)
in drbd_md_on_disk_bits()
618
bitmap_sectors = ldev->md.
al_offset
- ldev->md.bm_offset;
in drbd_md_on_disk_bits()
H
A
D
drbd_actlog.c
313
return device->ldev->md.md_offset + device->ldev->md.
al_offset
+ t;
in al_tr_number_to_on_disk_sector()
H
A
D
drbd_int.h
581
s32
al_offset
; /* signed relative sector offset to activity log */
member
1159
* |
al_offset
== 8 |
1160
* | bm_offset =
al_offset
+ X |
1169
* |
al_offset
< 0 |
1170
* | bm_offset =
al_offset
- Y |
1171
* ==> bitmap sectors = Y =
al_offset
- bm_offset
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_main.c
2980
u32
al_offset
; /* offset to this block */
member
3011
buffer->
al_offset
= cpu_to_be32(device->ldev->md.
al_offset
);
in drbd_md_write()
3129
if (in_core->
al_offset
< 0) {
in check_offsets_and_sizes()
3130
if (in_core->bm_offset > in_core->
al_offset
)
in check_offsets_and_sizes()
3132
on_disk_al_sect = -in_core->
al_offset
;
in check_offsets_and_sizes()
3133
on_disk_bm_sect = in_core->
al_offset
- in_core->bm_offset;
in check_offsets_and_sizes()
3135
if (in_core->
al_offset
!= MD_4kB_SECT)
in check_offsets_and_sizes()
3137
if (in_core->bm_offset < in_core->
al_offset
+ in_core->al_size_4k * MD_4kB_SECT)
in check_offsets_and_sizes()
3147
|| in_core->
al_offset
!
in check_offsets_and_sizes()
[all...]
H
A
D
drbd_bitmap.c
615
if (ldev->md.
al_offset
== 8)
in drbd_md_on_disk_bits()
618
bitmap_sectors = ldev->md.
al_offset
- ldev->md.bm_offset;
in drbd_md_on_disk_bits()
983
return bdev->md.md_offset + bdev->md.
al_offset
-1;
in drbd_md_last_bitmap_sector()
H
A
D
drbd_nl.c
814
* |
al_offset
== 8 |
815
* | bm_offset =
al_offset
+ X |
821
* |
al_offset
< 0 |
822
* | bm_offset =
al_offset
- Y |
823
* ==> bitmap sectors = Y =
al_offset
- bm_offset
840
bdev->md.
al_offset
= MD_4kB_SECT;
in drbd_md_set_sector_offsets()
846
bdev->md.
al_offset
= MD_4kB_SECT;
in drbd_md_set_sector_offsets()
852
bdev->md.
al_offset
= -al_size_sect;
in drbd_md_set_sector_offsets()
935
s32
al_offset
;
in __must_hold()
member
967
prev.
al_offset
in __must_hold()
[all...]
H
A
D
drbd_actlog.c
313
return device->ldev->md.md_offset + device->ldev->md.
al_offset
+ t;
in al_tr_number_to_on_disk_sector()
H
A
D
drbd_int.h
513
s32
al_offset
; /* signed relative sector offset to activity log */
member
1094
* |
al_offset
== 8 |
1095
* | bm_offset =
al_offset
+ X |
1104
* |
al_offset
< 0 |
1105
* | bm_offset =
al_offset
- Y |
1106
* ==> bitmap sectors = Y =
al_offset
- bm_offset
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
589
* beginning of the returned buffer, and a each entry in
al_offset
contains the
598
__s32
al_offset
[1]; /* byte offsets of attrs [var-sized] */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
586
* beginning of the returned buffer, and a each entry in
al_offset
contains the
595
__s32
al_offset
[]; /* byte offsets of attrs [var-sized] */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_ioctl.c
327
context->count * sizeof(alist->
al_offset
[0]);
in xfs_ioc_attr_put_listent()
343
alist->
al_offset
[context->count++] = context->firstu;
in xfs_ioc_attr_put_listent()
425
alist->
al_offset
[0] = context.bufsize;
in xfs_ioc_attr_list()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
329
context->count * sizeof(alist->
al_offset
[0]);
in xfs_ioc_attr_put_listent()
345
alist->
al_offset
[context->count++] = context->firstu;
in xfs_ioc_attr_put_listent()
427
alist->
al_offset
[0] = context.bufsize;
in xfs_ioc_attr_list()
Completed in 50 milliseconds