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:in_f32
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
848
struct xfs_inode_log_format_32 *
in_f32
= buf->i_addr;
in xfs_inode_item_format_convert()
local
850
if (buf->i_len != sizeof(*
in_f32
)) {
in xfs_inode_item_format_convert()
855
in_f->ilf_type =
in_f32
->ilf_type;
in xfs_inode_item_format_convert()
856
in_f->ilf_size =
in_f32
->ilf_size;
in xfs_inode_item_format_convert()
857
in_f->ilf_fields =
in_f32
->ilf_fields;
in xfs_inode_item_format_convert()
858
in_f->ilf_asize =
in_f32
->ilf_asize;
in xfs_inode_item_format_convert()
859
in_f->ilf_dsize =
in_f32
->ilf_dsize;
in xfs_inode_item_format_convert()
860
in_f->ilf_ino =
in_f32
->ilf_ino;
in xfs_inode_item_format_convert()
861
memcpy(&in_f->ilf_u, &
in_f32
->ilf_u, sizeof(in_f->ilf_u));
in xfs_inode_item_format_convert()
862
in_f->ilf_blkno =
in_f32
in xfs_inode_item_format_convert()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
1143
struct xfs_inode_log_format_32 *
in_f32
= buf->i_addr;
in xfs_inode_item_format_convert()
local
1145
if (buf->i_len != sizeof(*
in_f32
)) {
in xfs_inode_item_format_convert()
1150
in_f->ilf_type =
in_f32
->ilf_type;
in xfs_inode_item_format_convert()
1151
in_f->ilf_size =
in_f32
->ilf_size;
in xfs_inode_item_format_convert()
1152
in_f->ilf_fields =
in_f32
->ilf_fields;
in xfs_inode_item_format_convert()
1153
in_f->ilf_asize =
in_f32
->ilf_asize;
in xfs_inode_item_format_convert()
1154
in_f->ilf_dsize =
in_f32
->ilf_dsize;
in xfs_inode_item_format_convert()
1155
in_f->ilf_ino =
in_f32
->ilf_ino;
in xfs_inode_item_format_convert()
1156
memcpy(&in_f->ilf_u, &
in_f32
->ilf_u, sizeof(in_f->ilf_u));
in xfs_inode_item_format_convert()
1157
in_f->ilf_blkno =
in_f32
in xfs_inode_item_format_convert()
[all...]
Completed in 3 milliseconds