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:dst_efi_fmt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_extfree_item.c
174
xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *
dst_efi_fmt
)
in xfs_efi_copy_format()
argument
183
memcpy(
dst_efi_fmt
, src_efi_fmt,
in xfs_efi_copy_format()
186
memcpy(&
dst_efi_fmt
->efi_extents[i],
in xfs_efi_copy_format()
193
dst_efi_fmt
->efi_type = src_efi_fmt_32->efi_type;
in xfs_efi_copy_format()
194
dst_efi_fmt
->efi_size = src_efi_fmt_32->efi_size;
in xfs_efi_copy_format()
195
dst_efi_fmt
->efi_nextents = src_efi_fmt_32->efi_nextents;
in xfs_efi_copy_format()
196
dst_efi_fmt
->efi_id = src_efi_fmt_32->efi_id;
in xfs_efi_copy_format()
197
for (i = 0; i <
dst_efi_fmt
->efi_nextents; i++) {
in xfs_efi_copy_format()
198
dst_efi_fmt
->efi_extents[i].ext_start =
in xfs_efi_copy_format()
200
dst_efi_fmt
in xfs_efi_copy_format()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_extfree_item.c
185
xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *
dst_efi_fmt
)
in xfs_efi_copy_format()
argument
197
memcpy((char *)
dst_efi_fmt
, (char*)src_efi_fmt, len);
in xfs_efi_copy_format()
202
dst_efi_fmt
->efi_type = src_efi_fmt_32->efi_type;
in xfs_efi_copy_format()
203
dst_efi_fmt
->efi_size = src_efi_fmt_32->efi_size;
in xfs_efi_copy_format()
204
dst_efi_fmt
->efi_nextents = src_efi_fmt_32->efi_nextents;
in xfs_efi_copy_format()
205
dst_efi_fmt
->efi_id = src_efi_fmt_32->efi_id;
in xfs_efi_copy_format()
206
for (i = 0; i <
dst_efi_fmt
->efi_nextents; i++) {
in xfs_efi_copy_format()
207
dst_efi_fmt
->efi_extents[i].ext_start =
in xfs_efi_copy_format()
209
dst_efi_fmt
->efi_extents[i].ext_len =
in xfs_efi_copy_format()
216
dst_efi_fmt
in xfs_efi_copy_format()
[all...]
Completed in 2 milliseconds