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_logsize
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_priv.h
363
min_t(int, (log)->
l_logsize
>> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
401
int
l_logsize
; /* size of log in bytes */
member
H
A
D
xfs_log.c
110
space += log->
l_logsize
;
in xlog_grant_sub_space()
135
tmp = log->
l_logsize
- space;
in xlog_grant_add_space()
1164
free_bytes = log->
l_logsize
- (head_bytes - tail_bytes);
in xlog_space_left()
1184
free_bytes = log->
l_logsize
;
in xlog_space_left()
1328
log->
l_logsize
= BBTOB(num_bblks);
in xlog_alloc_log()
H
A
D
xfs_log_cil.c
950
ASSERT(cil->xc_ctx->space_used < log->
l_logsize
);
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_priv.h
378
min_t(int, (log)->
l_logsize
>> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
416
int
l_logsize
; /* size of log in bytes */
member
H
A
D
xfs_log.c
160
space += log->
l_logsize
;
in xlog_grant_sub_space()
185
tmp = log->
l_logsize
- space;
in xlog_grant_add_space()
1347
return log->
l_logsize
- (head_bytes - tail_bytes);
in xlog_space_left()
1353
return log->
l_logsize
;
in xlog_space_left()
1370
return log->
l_logsize
;
in xlog_space_left()
1539
log->
l_logsize
= BBTOB(num_bblks);
in xlog_alloc_log()
H
A
D
xfs_log_cil.c
1424
ASSERT(space_used < log->
l_logsize
);
Completed in 16 milliseconds