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:efd_nextents
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_extfree_item.c
233
if (efdp->efd_format.
efd_nextents
> XFS_EFD_MAX_FAST_EXTENTS)
in xfs_efd_item_free()
248
*nbytes += xfs_efd_log_format_sizeof(efdp->efd_format.
efd_nextents
);
in xfs_efd_item_size()
266
ASSERT(efdp->efd_next_extent == efdp->efd_format.
efd_nextents
);
in xfs_efd_item_format()
273
xfs_efd_log_format_sizeof(efdp->efd_format.
efd_nextents
));
in xfs_efd_item_format()
332
efdp->efd_format.
efd_nextents
= nextents;
in xfs_trans_get_efd()
421
ASSERT(next_extent < efdp->efd_format.
efd_nextents
);
in xfs_trans_free_extent()
624
ASSERT(next_extent < efdp->efd_format.
efd_nextents
);
in xfs_agfl_free_finish_item()
863
efd_formatp->
efd_nextents
) &&
in xlog_recover_efd_commit_pass2()
865
efd_formatp->
efd_nextents
)) {
in xlog_recover_efd_commit_pass2()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_extfree_item.c
241
if (efdp->efd_format.
efd_nextents
> XFS_EFD_MAX_FAST_EXTENTS)
in xfs_efd_item_free()
257
(efdp->efd_format.
efd_nextents
- 1) * sizeof(xfs_extent_t);
in xfs_efd_item_sizeof()
285
ASSERT(efdp->efd_next_extent == efdp->efd_format.
efd_nextents
);
in xfs_efd_item_format()
343
efdp->efd_format.
efd_nextents
= nextents;
in xfs_trans_get_efd()
387
ASSERT(next_extent < efdp->efd_format.
efd_nextents
);
in xfs_trans_free_extent()
561
ASSERT(next_extent < efdp->efd_format.
efd_nextents
);
in xfs_agfl_free_finish_item()
743
((efd_formatp->
efd_nextents
- 1) * sizeof(xfs_extent_32_t)))) ||
in xlog_recover_efd_commit_pass2()
745
((efd_formatp->
efd_nextents
- 1) * sizeof(xfs_extent_64_t)))));
in xlog_recover_efd_commit_pass2()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
608
* size is given by
efd_nextents
;
613
uint32_t
efd_nextents
; /* # of extents freed */
member
621
uint32_t
efd_nextents
; /* # of extents freed */
member
629
uint32_t
efd_nextents
; /* # of extents freed */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
669
* size is given by
efd_nextents
;
674
uint32_t
efd_nextents
; /* # of extents freed */
member
690
uint32_t
efd_nextents
; /* # of extents freed */
member
706
uint32_t
efd_nextents
; /* # of extents freed */
member
Completed in 7 milliseconds