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:tr_logcount
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_rlimit.c
69
resv->tr_write.
tr_logcount
= XFS_WRITE_LOG_COUNT_REFLINK;
in xfs_log_calc_trans_resv_for_minlogblocks()
70
resv->tr_itruncate.
tr_logcount
=
in xfs_log_calc_trans_resv_for_minlogblocks()
72
resv->tr_qm_dqalloc.
tr_logcount
= XFS_WRITE_LOG_COUNT_REFLINK;
in xfs_log_calc_trans_resv_for_minlogblocks()
78
resv->tr_write.
tr_logcount
= XFS_WRITE_LOG_COUNT;
in xfs_log_calc_trans_resv_for_minlogblocks()
79
resv->tr_itruncate.
tr_logcount
= XFS_ITRUNCATE_LOG_COUNT;
in xfs_log_calc_trans_resv_for_minlogblocks()
80
resv->tr_qm_dqalloc.
tr_logcount
= XFS_WRITE_LOG_COUNT;
in xfs_log_calc_trans_resv_for_minlogblocks()
123
int tmp = resp->
tr_logcount
> 1 ?
in xfs_log_get_max_trans_res()
124
resp->tr_logres * resp->
tr_logcount
:
in xfs_log_get_max_trans_res()
159
if (tres.
tr_logcount
> 1)
in xfs_log_calc_minimum_size()
160
max_logres *= tres.
tr_logcount
;
in xfs_log_calc_minimum_size()
[all...]
H
A
D
xfs_trans_resv.c
924
resp->tr_write.
tr_logcount
= XFS_WRITE_LOG_COUNT;
in xfs_trans_resv_calc()
928
resp->tr_itruncate.
tr_logcount
= XFS_ITRUNCATE_LOG_COUNT;
in xfs_trans_resv_calc()
932
resp->tr_rename.
tr_logcount
= XFS_RENAME_LOG_COUNT;
in xfs_trans_resv_calc()
936
resp->tr_link.
tr_logcount
= XFS_LINK_LOG_COUNT;
in xfs_trans_resv_calc()
940
resp->tr_remove.
tr_logcount
= XFS_REMOVE_LOG_COUNT;
in xfs_trans_resv_calc()
944
resp->tr_symlink.
tr_logcount
= XFS_SYMLINK_LOG_COUNT;
in xfs_trans_resv_calc()
948
resp->tr_create.
tr_logcount
= XFS_CREATE_LOG_COUNT;
in xfs_trans_resv_calc()
953
resp->tr_create_tmpfile.
tr_logcount
= XFS_CREATE_TMPFILE_LOG_COUNT;
in xfs_trans_resv_calc()
957
resp->tr_mkdir.
tr_logcount
= XFS_MKDIR_LOG_COUNT;
in xfs_trans_resv_calc()
961
resp->tr_ifree.
tr_logcount
in xfs_trans_resv_calc()
[all...]
H
A
D
xfs_trans_resv.h
16
int
tr_logcount
; /* number of log operations per log ticket */
member
H
A
D
xfs_log_recover.h
149
.
tr_logcount
= 1,
in xlog_recover_resv()
H
A
D
xfs_attr.c
330
tres->
tr_logcount
= XFS_ATTRSET_LOG_COUNT;
in xfs_init_attr_trans()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_trans_resv.c
846
resp->tr_write.
tr_logcount
= XFS_WRITE_LOG_COUNT_REFLINK;
in xfs_trans_resv_calc()
848
resp->tr_write.
tr_logcount
= XFS_WRITE_LOG_COUNT;
in xfs_trans_resv_calc()
853
resp->tr_itruncate.
tr_logcount
=
in xfs_trans_resv_calc()
856
resp->tr_itruncate.
tr_logcount
= XFS_ITRUNCATE_LOG_COUNT;
in xfs_trans_resv_calc()
860
resp->tr_rename.
tr_logcount
= XFS_RENAME_LOG_COUNT;
in xfs_trans_resv_calc()
864
resp->tr_link.
tr_logcount
= XFS_LINK_LOG_COUNT;
in xfs_trans_resv_calc()
868
resp->tr_remove.
tr_logcount
= XFS_REMOVE_LOG_COUNT;
in xfs_trans_resv_calc()
872
resp->tr_symlink.
tr_logcount
= XFS_SYMLINK_LOG_COUNT;
in xfs_trans_resv_calc()
876
resp->tr_create.
tr_logcount
= XFS_CREATE_LOG_COUNT;
in xfs_trans_resv_calc()
881
resp->tr_create_tmpfile.
tr_logcount
in xfs_trans_resv_calc()
[all...]
H
A
D
xfs_log_rlimit.c
59
int tmp = resp->
tr_logcount
> 1 ?
in xfs_log_get_max_trans_res()
60
resp->tr_logres * resp->
tr_logcount
:
in xfs_log_get_max_trans_res()
92
if (tres.
tr_logcount
> 1)
in xfs_log_calc_minimum_size()
93
max_logres *= tres.
tr_logcount
;
in xfs_log_calc_minimum_size()
H
A
D
xfs_trans_resv.h
16
int
tr_logcount
; /* number of log operations per log ticket */
member
H
A
D
xfs_attr.c
442
tres.
tr_logcount
= XFS_ATTRSET_LOG_COUNT;
in xfs_attr_set()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans.c
179
tp->t_log_count == resp->
tr_logcount
);
in xfs_trans_reserve()
195
resp->
tr_logcount
,
in xfs_trans_reserve()
204
tp->t_log_count = resp->
tr_logcount
;
in xfs_trans_reserve()
994
tres.
tr_logcount
= trans->t_log_count;
in xfs_trans_roll()
H
A
D
xfs_log_recover.c
2457
resv.
tr_logcount
= 1;
in xlog_finish_defer_ops()
H
A
D
xfs_trace.h
3393
__entry->logcount = res->
tr_logcount
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.c
180
tp->t_log_count == resp->
tr_logcount
);
in xfs_trans_reserve()
195
resp->
tr_logcount
,
in xfs_trans_reserve()
203
tp->t_log_count = resp->
tr_logcount
;
in xfs_trans_reserve()
1149
tres.
tr_logcount
= trans->t_log_count;
in xfs_trans_roll()
H
A
D
xfs_log_recover.c
2477
resv.
tr_logcount
= 1;
in xlog_finish_defer_ops()
H
A
D
xfs_trace.h
3699
__entry->logcount = res->
tr_logcount
;
3729
__entry->logcount = res->
tr_logcount
;
Completed in 33 milliseconds