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_iclog_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1245
log->
l_iclog_size
= mp->m_logbsize;
in xlog_get_iclog_buffer_size()
1384
ASSERT(log->
l_iclog_size
>= 4096);
in xlog_alloc_log()
1387
size_t bvec_size = howmany(log->
l_iclog_size
, PAGE_SIZE) *
in xlog_alloc_log()
1398
iclog->ic_data = kmem_alloc_io(log->
l_iclog_size
, align_mask,
in xlog_alloc_log()
1410
head->h_size = cpu_to_be32(log->
l_iclog_size
);
in xlog_alloc_log()
1415
iclog->ic_size = log->
l_iclog_size
- log->l_iclog_hsize;
in xlog_alloc_log()
3407
iclog_space = log->
l_iclog_size
- log->l_iclog_hsize;
in xfs_log_calc_unit_res()
3487
ptr <= log->l_iclog_bak[i] + log->
l_iclog_size
)
in xlog_verify_dest_ptr()
H
A
D
xfs_log_priv.h
398
int
l_iclog_size
; /* size of log in bytes */
member
H
A
D
xfs_log_cil.c
431
iclog_space = log->
l_iclog_size
- log->l_iclog_hsize;
in xlog_cil_insert_items()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
1429
log->
l_iclog_size
= mp->m_logbsize;
in xlog_get_iclog_buffer_size()
1602
ASSERT(log->
l_iclog_size
>= 4096);
in xlog_alloc_log()
1604
size_t bvec_size = howmany(log->
l_iclog_size
, PAGE_SIZE) *
in xlog_alloc_log()
1615
iclog->ic_data = kvzalloc(log->
l_iclog_size
,
in xlog_alloc_log()
1624
head->h_size = cpu_to_be32(log->
l_iclog_size
);
in xlog_alloc_log()
1629
iclog->ic_size = log->
l_iclog_size
- log->l_iclog_hsize;
in xlog_alloc_log()
2222
ASSERT(*log_offset < iclog->ic_log->
l_iclog_size
);
in xlog_write_iovec()
3473
iclog_space = log->
l_iclog_size
- log->l_iclog_hsize;
in xlog_calc_unit_res()
H
A
D
xfs_log_priv.h
413
int
l_iclog_size
; /* size of log in bytes */
member
H
A
D
xfs_log_cil.c
57
(log->
l_iclog_size
- log->l_iclog_hsize)));
in xlog_cil_set_iclog_hdr_count()
Completed in 22 milliseconds