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:t_log_res
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans.c
176
ASSERT(tp->
t_log_res
== 0 ||
in xfs_trans_reserve()
177
tp->
t_log_res
== resp->tr_logres);
in xfs_trans_reserve()
203
tp->
t_log_res
= resp->tr_logres;
in xfs_trans_reserve()
231
tp->
t_log_res
= 0;
in xfs_trans_reserve()
993
tres.tr_logres = trans->
t_log_res
;
in xfs_trans_roll()
H
A
D
xfs_trans.h
126
unsigned int
t_log_res
; /* amt of log space resvd */
member
H
A
D
xfs_log.c
2050
xfs_warn(mp, " log res = %d", tp->
t_log_res
);
in xlog_print_trans()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.c
177
ASSERT(tp->
t_log_res
== 0 ||
in xfs_trans_reserve()
178
tp->
t_log_res
== resp->tr_logres);
in xfs_trans_reserve()
202
tp->
t_log_res
= resp->tr_logres;
in xfs_trans_reserve()
230
tp->
t_log_res
= 0;
in xfs_trans_reserve()
1148
tres.tr_logres = trans->
t_log_res
;
in xfs_trans_roll()
H
A
D
xfs_trans.h
128
unsigned int
t_log_res
; /* amt of log space resvd */
member
H
A
D
xfs_log.c
2174
xfs_warn(mp, " log res = %d", tp->
t_log_res
);
in xlog_print_trans()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_defer.c
655
dfc->dfc_logres = tp->
t_log_res
;
in xfs_defer_ops_capture()
H
A
D
xfs_refcount.c
901
else if (overhead > cur->bc_tp->
t_log_res
)
in xfs_refcount_still_have_space()
903
return cur->bc_tp->
t_log_res
- overhead >
in xfs_refcount_still_have_space()
H
A
D
xfs_bmap.c
5305
max_len = min(len, xfs_refcount_max_unmap(tp->
t_log_res
));
in __xfs_bunmapi()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
736
dfc->dfc_logres = tp->
t_log_res
;
in xfs_defer_ops_capture()
H
A
D
xfs_refcount.c
1076
else if (overhead > cur->bc_tp->
t_log_res
)
in xfs_refcount_still_have_space()
1078
return cur->bc_tp->
t_log_res
- overhead >
in xfs_refcount_still_have_space()
Completed in 25 milliseconds