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:l_sectBBsize
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
101
if (nbblks > 1 && log->
l_sectBBsize
> 1)
in xlog_alloc_buffer()
102
nbblks += log->
l_sectBBsize
;
in xlog_alloc_buffer()
103
nbblks = round_up(nbblks, log->
l_sectBBsize
);
in xlog_alloc_buffer()
116
return BBTOB(blk_no & ((xfs_daddr_t)log->
l_sectBBsize
- 1));
in xlog_align()
136
blk_no = round_down(blk_no, log->
l_sectBBsize
);
in xlog_do_io()
137
nbblks = round_up(nbblks, log->
l_sectBBsize
);
in xlog_do_io()
337
if (bufblks < log->
l_sectBBsize
)
in xlog_find_verify_cycle()
1519
int sectbb = log->
l_sectBBsize
;
in xlog_write_log_records()
3024
ASSERT(log->
l_sectBBsize
== 1);
in xlog_do_recovery_pass()
H
A
D
xfs_log_priv.h
412
uint
l_sectBBsize
; /* sector size in BBs (2^n) */
member
H
A
D
xfs_log.c
1585
log->
l_sectBBsize
= 1 << log2_size;
in xlog_alloc_log()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
107
if (nbblks > 1 && log->
l_sectBBsize
> 1)
in xlog_alloc_buffer()
108
nbblks += log->
l_sectBBsize
;
in xlog_alloc_buffer()
109
nbblks = round_up(nbblks, log->
l_sectBBsize
);
in xlog_alloc_buffer()
122
return BBTOB(blk_no & ((xfs_daddr_t)log->
l_sectBBsize
- 1));
in xlog_align()
142
blk_no = round_down(blk_no, log->
l_sectBBsize
);
in xlog_do_io()
143
nbblks = round_up(nbblks, log->
l_sectBBsize
);
in xlog_do_io()
343
if (bufblks < log->
l_sectBBsize
)
in xlog_find_verify_cycle()
1525
int sectbb = log->
l_sectBBsize
;
in xlog_write_log_records()
3014
ASSERT(log->
l_sectBBsize
== 1);
in xlog_do_recovery_pass()
H
A
D
xfs_log_priv.h
397
uint
l_sectBBsize
; /* sector size in BBs (2^n) */
member
H
A
D
xfs_log.c
1369
log->
l_sectBBsize
= 1 << log2_size;
in xlog_alloc_log()
Completed in 21 milliseconds