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:bufblks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
322
xfs_daddr_t
bufblks
;
in xlog_find_verify_cycle()
local
332
bufblks
= roundup_pow_of_two(nbblks);
in xlog_find_verify_cycle()
333
while (
bufblks
> log->l_logBBsize)
in xlog_find_verify_cycle()
334
bufblks
>>= 1;
in xlog_find_verify_cycle()
335
while (!(buffer = xlog_alloc_buffer(log,
bufblks
))) {
in xlog_find_verify_cycle()
336
bufblks
>>= 1;
in xlog_find_verify_cycle()
337
if (
bufblks
< log->l_sectBBsize)
in xlog_find_verify_cycle()
341
for (i = start_blk; i < start_blk + nbblks; i +=
bufblks
) {
in xlog_find_verify_cycle()
344
bcount = min(
bufblks
, (start_blk + nbblks - i));
in xlog_find_verify_cycle()
1521
int
bufblks
;
in xlog_write_log_records()
local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
328
xfs_daddr_t
bufblks
;
in xlog_find_verify_cycle()
local
338
bufblks
= 1 << ffs(nbblks);
in xlog_find_verify_cycle()
339
while (
bufblks
> log->l_logBBsize)
in xlog_find_verify_cycle()
340
bufblks
>>= 1;
in xlog_find_verify_cycle()
341
while (!(buffer = xlog_alloc_buffer(log,
bufblks
))) {
in xlog_find_verify_cycle()
342
bufblks
>>= 1;
in xlog_find_verify_cycle()
343
if (
bufblks
< log->l_sectBBsize)
in xlog_find_verify_cycle()
347
for (i = start_blk; i < start_blk + nbblks; i +=
bufblks
) {
in xlog_find_verify_cycle()
350
bcount = min(
bufblks
, (start_blk + nbblks - i));
in xlog_find_verify_cycle()
1527
int
bufblks
;
in xlog_write_log_records()
local
[all...]
Completed in 5 milliseconds