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_blk_res
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans.c
117
ASSERT(tp->
t_blk_res
>= tp->t_blk_res_used);
in xfs_trans_dup()
118
ntp->
t_blk_res
= tp->
t_blk_res
- tp->t_blk_res_used;
in xfs_trans_dup()
119
tp->
t_blk_res
= tp->t_blk_res_used;
in xfs_trans_dup()
167
tp->
t_blk_res
+= blocks;
in xfs_trans_reserve()
238
tp->
t_blk_res
= 0;
in xfs_trans_reserve()
364
if (tp->t_blk_res_used > tp->
t_blk_res
)
in xfs_trans_mod_sb()
377
UINT_MAX - tp->
t_blk_res
);
in xfs_trans_mod_sb()
378
tp->
t_blk_res
+= blkres_delta;
in xfs_trans_mod_sb()
574
if (tp->
t_blk_res
>
in xfs_trans_unreserve_and_mod_sb()
[all...]
H
A
D
xfs_trans.h
128
unsigned int
t_blk_res
; /* # of blocks resvd */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.c
118
ASSERT(tp->
t_blk_res
>= tp->t_blk_res_used);
in xfs_trans_dup()
119
ntp->
t_blk_res
= tp->
t_blk_res
- tp->t_blk_res_used;
in xfs_trans_dup()
120
tp->
t_blk_res
= tp->t_blk_res_used;
in xfs_trans_dup()
168
tp->
t_blk_res
+= blocks;
in xfs_trans_reserve()
237
tp->
t_blk_res
= 0;
in xfs_trans_reserve()
380
if (tp->t_blk_res_used > tp->
t_blk_res
)
in xfs_trans_mod_sb()
393
UINT_MAX - tp->
t_blk_res
);
in xfs_trans_mod_sb()
394
tp->
t_blk_res
+= blkres_delta;
in xfs_trans_mod_sb()
603
if (tp->
t_blk_res
>
in xfs_trans_unreserve_and_mod_sb()
[all...]
H
A
D
xfs_trans.h
130
unsigned int
t_blk_res
; /* # of blocks resvd */
member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap_btree.c
225
args.minleft = args.tp->
t_blk_res
;
in xfs_bmbt_alloc_block()
234
if (!args.wasdel && args.tp->
t_blk_res
== 0) {
in xfs_bmbt_alloc_block()
H
A
D
xfs_defer.c
651
dfc->dfc_blkres = tp->
t_blk_res
- tp->t_blk_res_used;
in xfs_defer_ops_capture()
H
A
D
xfs_bmap.c
5041
if (tp->
t_blk_res
== 0 &&
in xfs_bmap_del_extent_real()
5431
ASSERT(tp->
t_blk_res
> 0);
in __xfs_bunmapi()
5464
tp->
t_blk_res
== 0)) {
in __xfs_bunmapi()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
732
dfc->dfc_blkres = tp->
t_blk_res
- tp->t_blk_res_used;
in xfs_defer_ops_capture()
H
A
D
xfs_bmap_btree.c
214
if (!args.wasdel && args.tp->
t_blk_res
== 0)
in xfs_bmbt_alloc_block()
H
A
D
xfs_bmap.c
5052
if (tp->
t_blk_res
== 0 &&
in xfs_bmap_del_extent_real()
5404
ASSERT(tp->
t_blk_res
> 0);
in __xfs_bunmapi()
5437
tp->
t_blk_res
== 0)) {
in __xfs_bunmapi()
Completed in 22 milliseconds