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_BLOCK_COUNT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
resize.c
41
if (
SB_BLOCK_COUNT
(s) >= block_count_new) {
in reiserfs_resize()
68
block_r =
SB_BLOCK_COUNT
(s) -
in reiserfs_resize()
80
block_count =
SB_BLOCK_COUNT
(s);
in reiserfs_resize()
H
A
D
bitmap.c
67
if (block == 0 || block >=
SB_BLOCK_COUNT
(s)) {
in is_reusable()
70
block,
SB_BLOCK_COUNT
(s));
in is_reusable()
385
&& SB_FREE_BLOCKS(s) >
SB_BLOCK_COUNT
(s) / 20) {
in scan_bitmap()
911
SB_BLOCK_COUNT
(s) / REISERFS_SB(s)->s_alloc_options.border;
in set_border_in_hint()
1025
hint->end =
SB_BLOCK_COUNT
(s) - 1;
in determine_search_start()
1199
b_blocknr_t finish =
SB_BLOCK_COUNT
(s) - 1;
in blocknrs_and_prealloc_arrays_from_search_start()
1238
finish =
SB_BLOCK_COUNT
(s) - 1;
in blocknrs_and_prealloc_arrays_from_search_start()
1371
if (hint->search_start >=
SB_BLOCK_COUNT
(s))
in reiserfs_allocate_blocknrs()
1372
hint->search_start =
SB_BLOCK_COUNT
(s) - 1;
in reiserfs_allocate_blocknrs()
H
A
D
reiserfs.h
1058
#define
SB_BLOCK_COUNT
(s) \
macro
1163
return (
SB_BLOCK_COUNT
(sb) - 1) / (sb->s_blocksize * 8) + 1;
in reiserfs_bmap_count()
H
A
D
fix_node.c
2344
if (bh->b_blocknr >
SB_BLOCK_COUNT
(sb))
in tb_buffer_sanity_check()
H
A
D
journal.c
2218
if (real_blocks[i]->b_blocknr >
SB_BLOCK_COUNT
(sb)) {
in journal_read_transaction()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
resize.c
41
if (
SB_BLOCK_COUNT
(s) >= block_count_new) {
in reiserfs_resize()
68
block_r =
SB_BLOCK_COUNT
(s) -
in reiserfs_resize()
80
block_count =
SB_BLOCK_COUNT
(s);
in reiserfs_resize()
H
A
D
bitmap.c
67
if (block == 0 || block >=
SB_BLOCK_COUNT
(s)) {
in is_reusable()
70
block,
SB_BLOCK_COUNT
(s));
in is_reusable()
385
&& SB_FREE_BLOCKS(s) >
SB_BLOCK_COUNT
(s) / 20) {
in scan_bitmap()
911
SB_BLOCK_COUNT
(s) / REISERFS_SB(s)->s_alloc_options.border;
in set_border_in_hint()
1025
hint->end =
SB_BLOCK_COUNT
(s) - 1;
in determine_search_start()
1199
b_blocknr_t finish =
SB_BLOCK_COUNT
(s) - 1;
in blocknrs_and_prealloc_arrays_from_search_start()
1238
finish =
SB_BLOCK_COUNT
(s) - 1;
in blocknrs_and_prealloc_arrays_from_search_start()
1371
if (hint->search_start >=
SB_BLOCK_COUNT
(s))
in reiserfs_allocate_blocknrs()
1372
hint->search_start =
SB_BLOCK_COUNT
(s) - 1;
in reiserfs_allocate_blocknrs()
H
A
D
reiserfs.h
1055
#define
SB_BLOCK_COUNT
(s) \
macro
1160
return (
SB_BLOCK_COUNT
(sb) - 1) / (sb->s_blocksize * 8) + 1;
in reiserfs_bmap_count()
H
A
D
fix_node.c
2345
if (bh->b_blocknr >
SB_BLOCK_COUNT
(sb))
in tb_buffer_sanity_check()
H
A
D
journal.c
2219
if (real_blocks[i]->b_blocknr >
SB_BLOCK_COUNT
(sb)) {
in journal_read_transaction()
Completed in 32 milliseconds