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:ifake
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_btree_staging.c
214
struct xbtree_ifakeroot *
ifake
,
in xfs_btree_stage_ifakeroot()
230
cur->bc_ino.
ifake
=
ifake
;
in xfs_btree_stage_ifakeroot()
231
cur->bc_nlevels =
ifake
->if_levels;
in xfs_btree_stage_ifakeroot()
258
cur->bc_ino.
ifake
= NULL;
in xfs_btree_commit_ifakeroot()
853
cur->bc_ino.
ifake
->if_levels = cur->bc_nlevels;
in xfs_btree_bload()
854
cur->bc_ino.
ifake
->if_blocks = total_blocks - 1;
in xfs_btree_bload()
212
xfs_btree_stage_
ifake
root( struct xfs_btree_cur *cur, struct xbtree_
ifake
root *
ifake
, struct xfs_btree_ops **new_ops)
xfs_btree_stage_ifakeroot()
argument
H
A
D
xfs_btree_staging.h
50
struct xbtree_ifakeroot *
ifake
,
H
A
D
xfs_btree.h
202
struct xbtree_ifakeroot *
ifake
; /* for staging cursor */
member
H
A
D
xfs_btree.c
652
return cur->bc_ino.
ifake
->if_fork;
in xfs_btree_ifork_ptr()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_btree_staging.c
214
struct xbtree_ifakeroot *
ifake
,
in xfs_btree_stage_ifakeroot()
230
cur->bc_ino.
ifake
=
ifake
;
in xfs_btree_stage_ifakeroot()
231
cur->bc_nlevels =
ifake
->if_levels;
in xfs_btree_stage_ifakeroot()
258
cur->bc_ino.
ifake
= NULL;
in xfs_btree_commit_ifakeroot()
854
cur->bc_ino.
ifake
->if_levels = cur->bc_nlevels;
in xfs_btree_bload()
855
cur->bc_ino.
ifake
->if_blocks = total_blocks - 1;
in xfs_btree_bload()
212
xfs_btree_stage_
ifake
root( struct xfs_btree_cur *cur, struct xbtree_
ifake
root *
ifake
, struct xfs_btree_ops **new_ops)
xfs_btree_stage_ifakeroot()
argument
H
A
D
xfs_btree_staging.h
50
struct xbtree_ifakeroot *
ifake
,
H
A
D
xfs_btree.h
239
struct xbtree_ifakeroot *
ifake
; /* for staging cursor */
member
H
A
D
xfs_btree.c
724
return cur->bc_ino.
ifake
->if_fork;
in xfs_btree_ifork_ptr()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
3749
__entry->levels = cur->bc_ino.
ifake
->if_levels;
3750
__entry->blocks = cur->bc_ino.
ifake
->if_blocks;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
4124
__entry->levels = cur->bc_ino.
ifake
->if_levels;
4125
__entry->blocks = cur->bc_ino.
ifake
->if_blocks;
Completed in 30 milliseconds