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_logres
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_trans_resv.c
729
* ext * M_RES(mp)->tr_attrsetrt.
tr_logres
844
resp->tr_write.
tr_logres
= xfs_calc_write_reservation(mp);
in xfs_trans_resv_calc()
851
resp->tr_itruncate.
tr_logres
= xfs_calc_itruncate_reservation(mp);
in xfs_trans_resv_calc()
859
resp->tr_rename.
tr_logres
= xfs_calc_rename_reservation(mp);
in xfs_trans_resv_calc()
863
resp->tr_link.
tr_logres
= xfs_calc_link_reservation(mp);
in xfs_trans_resv_calc()
867
resp->tr_remove.
tr_logres
= xfs_calc_remove_reservation(mp);
in xfs_trans_resv_calc()
871
resp->tr_symlink.
tr_logres
= xfs_calc_symlink_reservation(mp);
in xfs_trans_resv_calc()
875
resp->tr_create.
tr_logres
= xfs_calc_icreate_reservation(mp);
in xfs_trans_resv_calc()
879
resp->tr_create_tmpfile.
tr_logres
=
in xfs_trans_resv_calc()
884
resp->tr_mkdir.
tr_logres
in xfs_trans_resv_calc()
[all...]
H
A
D
xfs_log_rlimit.c
35
return M_RES(mp)->tr_attrsetm.
tr_logres
+
in xfs_log_calc_max_attrsetm_res()
36
M_RES(mp)->tr_attrsetrt.
tr_logres
* nblks;
in xfs_log_calc_max_attrsetm_res()
60
resp->
tr_logres
* resp->tr_logcount :
in xfs_log_get_max_trans_res()
61
resp->
tr_logres
;
in xfs_log_get_max_trans_res()
70
max_resp->
tr_logres
= attr_space;
in xfs_log_get_max_trans_res()
91
max_logres = xfs_log_calc_unit_res(mp, tres.
tr_logres
);
in xfs_log_calc_minimum_size()
H
A
D
xfs_trans_resv.h
15
uint
tr_logres
; /* log space unit in bytes per log ticket */
member
H
A
D
xfs_attr.c
439
tres.
tr_logres
= M_RES(mp)->tr_attrsetm.
tr_logres
+
in xfs_attr_set()
440
M_RES(mp)->tr_attrsetrt.
tr_logres
*
in xfs_attr_set()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_rlimit.c
36
return M_RES(mp)->tr_attrsetm.
tr_logres
+
in xfs_log_calc_max_attrsetm_res()
37
M_RES(mp)->tr_attrsetrt.
tr_logres
* nblks;
in xfs_log_calc_max_attrsetm_res()
88
resv->tr_write.
tr_logres
=
in xfs_log_calc_trans_resv_for_minlogblocks()
90
resv->tr_itruncate.
tr_logres
=
in xfs_log_calc_trans_resv_for_minlogblocks()
92
resv->tr_qm_dqalloc.
tr_logres
=
in xfs_log_calc_trans_resv_for_minlogblocks()
124
resp->
tr_logres
* resp->tr_logcount :
in xfs_log_get_max_trans_res()
125
resp->
tr_logres
;
in xfs_log_get_max_trans_res()
136
max_resp->
tr_logres
= attr_space;
in xfs_log_get_max_trans_res()
158
max_logres = xfs_log_calc_unit_res(mp, tres.
tr_logres
);
in xfs_log_calc_minimum_size()
H
A
D
xfs_trans_resv.c
821
* ext * M_RES(mp)->tr_attrsetrt.
tr_logres
923
resp->tr_write.
tr_logres
= xfs_calc_write_reservation(mp, false);
in xfs_trans_resv_calc()
927
resp->tr_itruncate.
tr_logres
= xfs_calc_itruncate_reservation(mp, false);
in xfs_trans_resv_calc()
931
resp->tr_rename.
tr_logres
= xfs_calc_rename_reservation(mp);
in xfs_trans_resv_calc()
935
resp->tr_link.
tr_logres
= xfs_calc_link_reservation(mp);
in xfs_trans_resv_calc()
939
resp->tr_remove.
tr_logres
= xfs_calc_remove_reservation(mp);
in xfs_trans_resv_calc()
943
resp->tr_symlink.
tr_logres
= xfs_calc_symlink_reservation(mp);
in xfs_trans_resv_calc()
947
resp->tr_create.
tr_logres
= xfs_calc_icreate_reservation(mp);
in xfs_trans_resv_calc()
951
resp->tr_create_tmpfile.
tr_logres
=
in xfs_trans_resv_calc()
956
resp->tr_mkdir.
tr_logres
in xfs_trans_resv_calc()
[all...]
H
A
D
xfs_log_recover.h
148
.
tr_logres
= r->
tr_logres
,
in xlog_recover_resv()
H
A
D
xfs_trans_resv.h
15
uint
tr_logres
; /* log space unit in bytes per log ticket */
member
H
A
D
xfs_attr.c
327
tres->
tr_logres
= M_RES(mp)->tr_attrsetm.
tr_logres
+
in xfs_init_attr_trans()
328
M_RES(mp)->tr_attrsetrt.
tr_logres
*
in xfs_init_attr_trans()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans.c
173
if (resp->
tr_logres
> 0) {
in xfs_trans_reserve()
177
tp->t_log_res == resp->
tr_logres
);
in xfs_trans_reserve()
194
resp->
tr_logres
,
in xfs_trans_reserve()
203
tp->t_log_res = resp->
tr_logres
;
in xfs_trans_reserve()
228
if (resp->
tr_logres
> 0) {
in xfs_trans_reserve()
269
WARN_ON(resp->
tr_logres
> 0 &&
in xfs_trans_alloc()
993
tres.
tr_logres
= trans->t_log_res;
in xfs_trans_roll()
H
A
D
xfs_log_recover.c
2456
resv.
tr_logres
= dfc->dfc_logres;
in xlog_finish_defer_ops()
H
A
D
xfs_trace.h
3392
__entry->logres = res->
tr_logres
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.c
174
if (resp->
tr_logres
> 0) {
in xfs_trans_reserve()
178
tp->t_log_res == resp->
tr_logres
);
in xfs_trans_reserve()
194
error = xfs_log_reserve(mp, resp->
tr_logres
,
in xfs_trans_reserve()
202
tp->t_log_res = resp->
tr_logres
;
in xfs_trans_reserve()
227
if (resp->
tr_logres
> 0) {
in xfs_trans_reserve()
270
WARN_ON(resp->
tr_logres
> 0 &&
in xfs_trans_alloc()
1148
tres.
tr_logres
= trans->t_log_res;
in xfs_trans_roll()
H
A
D
xfs_log_recover.c
2476
resv.
tr_logres
= dfc->dfc_logres;
in xlog_finish_defer_ops()
H
A
D
xfs_trace.h
3698
__entry->logres = res->
tr_logres
;
3728
__entry->logres = res->
tr_logres
;
Completed in 26 milliseconds