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:iclog_space
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
395
int
iclog_space
;
in xlog_cil_insert_items()
local
431
iclog_space
= log->l_iclog_size - log->l_iclog_hsize;
in xlog_cil_insert_items()
432
if (len > 0 && (ctx->space_used /
iclog_space
!=
in xlog_cil_insert_items()
433
(ctx->space_used + len) /
iclog_space
)) {
in xlog_cil_insert_items()
434
split_res = (len +
iclog_space
- 1) /
iclog_space
;
in xlog_cil_insert_items()
H
A
D
xfs_log.c
3349
int
iclog_space
;
in xfs_log_calc_unit_res()
local
3407
iclog_space
= log->l_iclog_size - log->l_iclog_hsize;
in xfs_log_calc_unit_res()
3408
num_headers = howmany(unit_bytes,
iclog_space
);
in xfs_log_calc_unit_res()
3415
howmany(unit_bytes,
iclog_space
) > num_headers) {
in xfs_log_calc_unit_res()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
3415
int
iclog_space
;
in xlog_calc_unit_res()
local
3473
iclog_space
= log->l_iclog_size - log->l_iclog_hsize;
in xlog_calc_unit_res()
3474
num_headers = howmany(unit_bytes,
iclog_space
);
in xlog_calc_unit_res()
3481
howmany(unit_bytes,
iclog_space
) > num_headers) {
in xlog_calc_unit_res()
Completed in 11 milliseconds