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:to3
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
72
struct xfs_dir3_leaf *
to3
= (struct xfs_dir3_leaf *)to;
in xfs_dir2_leaf_hdr_to_disk()
local
77
to3
->hdr.info.hdr.forw = cpu_to_be32(from->forw);
in xfs_dir2_leaf_hdr_to_disk()
78
to3
->hdr.info.hdr.back = cpu_to_be32(from->back);
in xfs_dir2_leaf_hdr_to_disk()
79
to3
->hdr.info.hdr.magic = cpu_to_be16(from->magic);
in xfs_dir2_leaf_hdr_to_disk()
80
to3
->hdr.count = cpu_to_be16(from->count);
in xfs_dir2_leaf_hdr_to_disk()
81
to3
->hdr.stale = cpu_to_be16(from->stale);
in xfs_dir2_leaf_hdr_to_disk()
H
A
D
xfs_dir2_node.c
278
struct xfs_dir3_free *
to3
= (struct xfs_dir3_free *)to;
in xfs_dir2_free_hdr_to_disk()
local
282
to3
->hdr.hdr.magic = cpu_to_be32(from->magic);
in xfs_dir2_free_hdr_to_disk()
283
to3
->hdr.firstdb = cpu_to_be32(from->firstdb);
in xfs_dir2_free_hdr_to_disk()
284
to3
->hdr.nvalid = cpu_to_be32(from->nvalid);
in xfs_dir2_free_hdr_to_disk()
285
to3
->hdr.nused = cpu_to_be32(from->nused);
in xfs_dir2_free_hdr_to_disk()
H
A
D
xfs_da_btree.c
160
struct xfs_da3_intnode *
to3
= (struct xfs_da3_intnode *)to;
in xfs_da3_node_hdr_to_disk()
local
163
to3
->hdr.info.hdr.forw = cpu_to_be32(from->forw);
in xfs_da3_node_hdr_to_disk()
164
to3
->hdr.info.hdr.back = cpu_to_be32(from->back);
in xfs_da3_node_hdr_to_disk()
165
to3
->hdr.info.hdr.magic = cpu_to_be16(from->magic);
in xfs_da3_node_hdr_to_disk()
166
to3
->hdr.__count = cpu_to_be16(from->count);
in xfs_da3_node_hdr_to_disk()
167
to3
->hdr.__level = cpu_to_be16(from->level);
in xfs_da3_node_hdr_to_disk()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
72
struct xfs_dir3_leaf *
to3
= (struct xfs_dir3_leaf *)to;
in xfs_dir2_leaf_hdr_to_disk()
local
77
to3
->hdr.info.hdr.forw = cpu_to_be32(from->forw);
in xfs_dir2_leaf_hdr_to_disk()
78
to3
->hdr.info.hdr.back = cpu_to_be32(from->back);
in xfs_dir2_leaf_hdr_to_disk()
79
to3
->hdr.info.hdr.magic = cpu_to_be16(from->magic);
in xfs_dir2_leaf_hdr_to_disk()
80
to3
->hdr.count = cpu_to_be16(from->count);
in xfs_dir2_leaf_hdr_to_disk()
81
to3
->hdr.stale = cpu_to_be16(from->stale);
in xfs_dir2_leaf_hdr_to_disk()
H
A
D
xfs_dir2_node.c
278
struct xfs_dir3_free *
to3
= (struct xfs_dir3_free *)to;
in xfs_dir2_free_hdr_to_disk()
local
282
to3
->hdr.hdr.magic = cpu_to_be32(from->magic);
in xfs_dir2_free_hdr_to_disk()
283
to3
->hdr.firstdb = cpu_to_be32(from->firstdb);
in xfs_dir2_free_hdr_to_disk()
284
to3
->hdr.nvalid = cpu_to_be32(from->nvalid);
in xfs_dir2_free_hdr_to_disk()
285
to3
->hdr.nused = cpu_to_be32(from->nused);
in xfs_dir2_free_hdr_to_disk()
H
A
D
xfs_da_btree.c
172
struct xfs_da3_intnode *
to3
= (struct xfs_da3_intnode *)to;
in xfs_da3_node_hdr_to_disk()
local
175
to3
->hdr.info.hdr.forw = cpu_to_be32(from->forw);
in xfs_da3_node_hdr_to_disk()
176
to3
->hdr.info.hdr.back = cpu_to_be32(from->back);
in xfs_da3_node_hdr_to_disk()
177
to3
->hdr.info.hdr.magic = cpu_to_be16(from->magic);
in xfs_da3_node_hdr_to_disk()
178
to3
->hdr.__count = cpu_to_be16(from->count);
in xfs_da3_node_hdr_to_disk()
179
to3
->hdr.__level = cpu_to_be16(from->level);
in xfs_da3_node_hdr_to_disk()
Completed in 16 milliseconds