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:sb_bsize
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
ops_fstype.c
180
if (sb->
sb_bsize
< 512 || sb->
sb_bsize
> PAGE_SIZE ||
in gfs2_check_sb()
181
(sb->
sb_bsize
& (sb->
sb_bsize
- 1))) {
in gfs2_check_sb()
185
if (sb->sb_bsize_shift != ffs(sb->
sb_bsize
) - 1) {
in gfs2_check_sb()
214
sb->
sb_bsize
= be32_to_cpu(str->
sb_bsize
);
in gfs2_sb_in()
306
sdp->sd_diptrs = (sdp->sd_sb.
sb_bsize
-
in gfs2_read_sb()
308
sdp->sd_inptrs = (sdp->sd_sb.
sb_bsize
-
in gfs2_read_sb()
310
sdp->sd_ldptrs = (sdp->sd_sb.
sb_bsize
in gfs2_read_sb()
[all...]
H
A
D
lops.h
34
limit = (sdp->sd_sb.
sb_bsize
- BUF_OFFSET) / sizeof(__be64);
in buf_limit()
42
limit = (sdp->sd_sb.
sb_bsize
- DATABUF_OFFSET) / (2 * sizeof(__be64));
in databuf_limit()
H
A
D
glops.c
149
unsigned int max_revokes = (sdp->sd_sb.
sb_bsize
- sizeof(struct gfs2_log_descriptor)) / sizeof(u64);
in gfs2_ail_flush()
156
max_revokes += (sdp->sd_sb.
sb_bsize
- sizeof(struct gfs2_meta_header)) / sizeof(u64);
in gfs2_ail_flush()
178
const unsigned bsize = sdp->sd_sb.
sb_bsize
;
in gfs2_rgrp_metasync()
235
const unsigned bsize = sdp->sd_sb.
sb_bsize
;
in rgrp_go_inval()
H
A
D
lops.c
428
for (offset = 0; offset < PAGE_SIZE; offset += sdp->sd_sb.
sb_bsize
) {
in gfs2_jhead_pg_srch()
510
unsigned int bsize = sdp->sd_sb.
sb_bsize
, off;
in gfs2_find_jhead()
860
if (offset + sizeof(u64) > sdp->sd_sb.
sb_bsize
) {
in revoke_lo_before_commit()
931
while (offset + sizeof(u64) <= sdp->sd_sb.
sb_bsize
) {
in revoke_lo_scan_elements()
H
A
D
file.c
400
size_t blks = (size + sdp->sd_sb.
sb_bsize
- 1) >> sdp->sd_sb.sb_bsize_shift;
in gfs2_size_hint()
1067
loff_t bsize_mask = ~((loff_t)sdp->sd_sb.
sb_bsize
- 1);
in __gfs2_fallocate()
1076
bytes = sdp->sd_max_rg_data * sdp->sd_sb.
sb_bsize
/ 2;
in __gfs2_fallocate()
1081
bytes = sdp->sd_sb.
sb_bsize
;
in __gfs2_fallocate()
H
A
D
incore.h
652
u32
sb_bsize
;
member
895
return GFS2_SB(&ip->i_inode)->sd_sb.
sb_bsize
- sizeof(struct gfs2_dinode);
in gfs2_max_stuffed_size()
H
A
D
dir.c
188
if (amount > sdp->sd_sb.
sb_bsize
- o)
in gfs2_dir_write_data()
189
amount = sdp->sd_sb.
sb_bsize
- o;
in gfs2_dir_write_data()
292
if (amount > sdp->sd_sb.
sb_bsize
- o)
in gfs2_dir_read_data()
293
amount = sdp->sd_sb.
sb_bsize
- o;
in gfs2_dir_read_data()
978
i_size_write(inode, sdp->sd_sb.
sb_bsize
/ 2);
in dir_make_exhash()
H
A
D
recovery.c
137
sdp->sd_sb.
sb_bsize
- LH_V1_SIZE - 4);
in __get_log_header()
H
A
D
meta_io.c
142
create_empty_buffers(page, sdp->sd_sb.
sb_bsize
, 0);
in gfs2_getbuf()
H
A
D
log.c
715
int max_revokes = (sdp->sd_sb.
sb_bsize
- sizeof(struct gfs2_log_descriptor)) / sizeof(u64);
in gfs2_write_revokes()
719
max_revokes += (sdp->sd_sb.
sb_bsize
- sizeof(struct gfs2_meta_header)) / sizeof(u64);
in gfs2_write_revokes()
H
A
D
bmap.c
900
while ((lblock + 1) * sdp->sd_sb.
sb_bsize
> sdp->sd_heightsize[height])
in gfs2_iomap_get()
2365
end_of_file = (i_size_read(&ip->i_inode) + sdp->sd_sb.
sb_bsize
- 1) >> shift;
in gfs2_write_alloc_required()
2367
lblock_stop = (offset + len + sdp->sd_sb.
sb_bsize
- 1) >> shift;
in gfs2_write_alloc_required()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
ops_fstype.c
175
if (sb->
sb_bsize
< 512 || sb->
sb_bsize
> PAGE_SIZE ||
in gfs2_check_sb()
176
(sb->
sb_bsize
& (sb->
sb_bsize
- 1))) {
in gfs2_check_sb()
180
if (sb->sb_bsize_shift != ffs(sb->
sb_bsize
) - 1) {
in gfs2_check_sb()
208
sb->
sb_bsize
= be32_to_cpu(str->
sb_bsize
);
in gfs2_sb_in()
298
sdp->sd_diptrs = (sdp->sd_sb.
sb_bsize
-
in gfs2_read_sb()
300
sdp->sd_inptrs = (sdp->sd_sb.
sb_bsize
-
in gfs2_read_sb()
302
sdp->sd_ldptrs = (sdp->sd_sb.
sb_bsize
in gfs2_read_sb()
[all...]
H
A
D
incore.h
628
u32
sb_bsize
;
member
870
return GFS2_SB(&ip->i_inode)->sd_sb.
sb_bsize
- sizeof(struct gfs2_dinode);
in gfs2_max_stuffed_size()
H
A
D
lops.c
435
for (offset = 0; offset < PAGE_SIZE; offset += sdp->sd_sb.
sb_bsize
) {
in gfs2_jhead_pg_srch()
517
unsigned int bsize = sdp->sd_sb.
sb_bsize
, off;
in gfs2_find_jhead()
878
if (offset + sizeof(u64) > sdp->sd_sb.
sb_bsize
) {
in revoke_lo_before_commit()
953
while (offset + sizeof(u64) <= sdp->sd_sb.
sb_bsize
) {
in revoke_lo_scan_elements()
H
A
D
file.c
371
size_t blks = (size + sdp->sd_sb.
sb_bsize
- 1) >> sdp->sd_sb.sb_bsize_shift;
in gfs2_size_hint()
1254
loff_t bsize_mask = ~((loff_t)sdp->sd_sb.
sb_bsize
- 1);
in __gfs2_fallocate()
1263
bytes = sdp->sd_max_rg_data * sdp->sd_sb.
sb_bsize
/ 2;
in __gfs2_fallocate()
1268
bytes = sdp->sd_sb.
sb_bsize
;
in __gfs2_fallocate()
H
A
D
glops.c
170
const unsigned bsize = sdp->sd_sb.
sb_bsize
;
in gfs2_rgrp_metasync()
227
const unsigned bsize = sdp->sd_sb.
sb_bsize
;
in rgrp_go_inval()
H
A
D
dir.c
188
if (amount > sdp->sd_sb.
sb_bsize
- o)
in gfs2_dir_write_data()
189
amount = sdp->sd_sb.
sb_bsize
- o;
in gfs2_dir_write_data()
291
if (amount > sdp->sd_sb.
sb_bsize
- o)
in gfs2_dir_read_data()
292
amount = sdp->sd_sb.
sb_bsize
- o;
in gfs2_dir_read_data()
976
i_size_write(inode, sdp->sd_sb.
sb_bsize
/ 2);
in dir_make_exhash()
H
A
D
recovery.c
135
sdp->sd_sb.
sb_bsize
- LH_V1_SIZE - 4);
in __get_log_header()
H
A
D
meta_io.c
139
create_empty_buffers(page, sdp->sd_sb.
sb_bsize
, 0);
in gfs2_getbuf()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
120
__be32
sb_bsize
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
120
__be32
sb_bsize
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
86
__be32
sb_bsize
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
86
__be32
sb_bsize
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
74
__be32
sb_bsize
;
member
/kernel/linux/linux-5.10/drivers/block/
H
A
D
loop.c
175
unsigned short
sb_bsize
= 0;
in __loop_update_dio()
local
180
sb_bsize
= bdev_logical_block_size(inode->i_sb->s_bdev);
in __loop_update_dio()
181
dio_align =
sb_bsize
- 1;
in __loop_update_dio()
195
if (queue_logical_block_size(lo->lo_queue) >=
sb_bsize
&&
in __loop_update_dio()
Completed in 56 milliseconds
1
2