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_highest_agno
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap_btree.c
188
ASSERT((dst->bc_tp->
t_highest_agno
!= NULLAGNUMBER) ||
in xfs_bmbt_update_cursor()
192
dst->bc_tp->
t_highest_agno
= src->bc_tp->
t_highest_agno
;
in xfs_bmbt_update_cursor()
223
if (cur->bc_tp->
t_highest_agno
== NULLAGNUMBER)
in xfs_bmbt_alloc_block()
H
A
D
xfs_alloc.c
3282
if (args->tp->
t_highest_agno
!= NULLAGNUMBER)
in xfs_alloc_vextent_check_args()
3283
*minimum_agno = args->tp->
t_highest_agno
;
in xfs_alloc_vextent_check_args()
3394
(args->tp->
t_highest_agno
== NULLAGNUMBER ||
in xfs_alloc_vextent_finish()
3396
args->tp->
t_highest_agno
= args->agno;
in xfs_alloc_vextent_finish()
H
A
D
xfs_bmap.c
4273
if (tp && tp->
t_highest_agno
!= NULLAGNUMBER)
in xfs_bmapi_minleft()
6151
ASSERT(tp->
t_highest_agno
== NULLAGNUMBER);
in xfs_bmap_finish_one()
H
A
D
xfs_btree.c
2945
cur->bc_tp->
t_highest_agno
== NULLAGNUMBER)
in xfs_btree_split()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.h
135
xfs_agnumber_t
t_highest_agno
; /* highest AGF locked */
member
H
A
D
xfs_trans.c
105
ntp->
t_highest_agno
= NULLAGNUMBER;
in xfs_trans_dup()
281
tp->
t_highest_agno
= NULLAGNUMBER;
in xfs_trans_alloc()
H
A
D
xfs_bmap_util.c
1415
ASSERT(tp->
t_highest_agno
== NULLAGNUMBER);
in xfs_swap_extent_rmap()
H
A
D
xfs_reflink.c
613
ASSERT((*tpp)->
t_highest_agno
== NULLAGNUMBER);
in xfs_reflink_cancel_cow_blocks()
H
A
D
xfs_inode.c
1376
ASSERT(tp->
t_highest_agno
== NULLAGNUMBER);
in xfs_itruncate_extents_flags()
H
A
D
xfs_trace.h
1823
__entry->highest_agno = args->tp->
t_highest_agno
;
Completed in 33 milliseconds