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:xfs_efi_log_item
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_extfree_item.c
33
static inline struct
xfs_efi_log_item
*EFI_ITEM(struct xfs_log_item *lip)
in EFI_ITEM()
35
return container_of(lip, struct
xfs_efi_log_item
, efi_item);
in EFI_ITEM()
40
struct
xfs_efi_log_item
*efip)
in xfs_efi_item_free()
58
struct
xfs_efi_log_item
*efip)
in xfs_efi_release()
74
struct
xfs_efi_log_item
*efip)
in xfs_efi_item_sizeof()
102
struct
xfs_efi_log_item
*efip = EFI_ITEM(lip);
in xfs_efi_item_format()
130
struct
xfs_efi_log_item
*efip = EFI_ITEM(lip);
in xfs_efi_item_unpin()
149
STATIC struct
xfs_efi_log_item
*
155
struct
xfs_efi_log_item
*efip;
in xfs_efi_init()
160
size = (uint)(sizeof(struct
xfs_efi_log_item
)
in xfs_efi_init()
[all...]
H
A
D
xfs_extfree_item.h
48
struct
xfs_efi_log_item
{
struct
62
struct
xfs_efi_log_item
*efd_efip;
H
A
D
xfs_trans.h
14
struct
xfs_efi_log_item
;
H
A
D
xfs_super.c
1971
(sizeof(struct
xfs_efi_log_item
) +
in xfs_init_zones()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_extfree_item.c
34
static inline struct
xfs_efi_log_item
*EFI_ITEM(struct xfs_log_item *lip)
in EFI_ITEM()
36
return container_of(lip, struct
xfs_efi_log_item
, efi_item);
in EFI_ITEM()
41
struct
xfs_efi_log_item
*efip)
in xfs_efi_item_free()
59
struct
xfs_efi_log_item
*efip)
in xfs_efi_release()
75
struct
xfs_efi_log_item
*efip = EFI_ITEM(lip);
in xfs_efi_item_size()
93
struct
xfs_efi_log_item
*efip = EFI_ITEM(lip);
in xfs_efi_item_format()
121
struct
xfs_efi_log_item
*efip = EFI_ITEM(lip);
in xfs_efi_item_unpin()
140
STATIC struct
xfs_efi_log_item
*
146
struct
xfs_efi_log_item
*efip;
in xfs_efi_init()
314
struct
xfs_efi_log_item
*efi
in xfs_trans_get_efd()
[all...]
H
A
D
xfs_extfree_item.h
48
struct
xfs_efi_log_item
{
struct
59
return offsetof(struct
xfs_efi_log_item
, efi_format) +
in xfs_efi_log_item_sizeof()
70
struct
xfs_efi_log_item
*efd_efip;
H
A
D
xfs_trans.h
15
struct
xfs_efi_log_item
;
Completed in 7 milliseconds