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:if_root
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_iext_tree.c
161
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_first_leaf()
179
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_last_leaf()
309
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_level()
405
struct xfs_iext_leaf *prev = ifp->if_u1.
if_root
;
in xfs_iext_grow()
410
struct xfs_iext_node *prev = ifp->if_u1.
if_root
;
in xfs_iext_grow()
421
ifp->if_u1.
if_root
= node;
in xfs_iext_grow()
433
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_update_node()
586
ifp->if_u1.
if_root
= kmem_zalloc(sizeof(struct xfs_iext_rec), KM_NOFS);
in xfs_iext_alloc_root()
590
cur->leaf = ifp->if_u1.
if_root
;
in xfs_iext_alloc_root()
606
new = krealloc(ifp->if_u1.
if_root
, new_siz
in xfs_iext_realloc_root()
[all...]
H
A
D
xfs_inode_fork.h
21
void *
if_root
; /* extent tree root */
member
H
A
D
xfs_inode_fork.c
129
ifp->if_u1.
if_root
= NULL;
in xfs_iformat_extents()
218
ifp->if_u1.
if_root
= NULL;
in xfs_iformat_btree()
H
A
D
xfs_bmap.c
810
ifp->if_u1.
if_root
= NULL;
in xfs_bmap_local_to_extents_empty()
900
ifp->if_u1.
if_root
= NULL;
in xfs_bmap_local_to_extents()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_iext_tree.c
161
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_first_leaf()
179
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_last_leaf()
309
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_find_level()
405
struct xfs_iext_leaf *prev = ifp->if_u1.
if_root
;
in xfs_iext_grow()
410
struct xfs_iext_node *prev = ifp->if_u1.
if_root
;
in xfs_iext_grow()
421
ifp->if_u1.
if_root
= node;
in xfs_iext_grow()
433
struct xfs_iext_node *node = ifp->if_u1.
if_root
;
in xfs_iext_update_node()
586
ifp->if_u1.
if_root
= kmem_zalloc(sizeof(struct xfs_iext_rec), KM_NOFS);
in xfs_iext_alloc_root()
590
cur->leaf = ifp->if_u1.
if_root
;
in xfs_iext_alloc_root()
606
new = krealloc(ifp->if_u1.
if_root
, new_siz
in xfs_iext_realloc_root()
[all...]
H
A
D
xfs_inode_fork.h
21
void *
if_root
; /* extent tree root */
member
H
A
D
xfs_inode_fork.c
128
ifp->if_u1.
if_root
= NULL;
in xfs_iformat_extents()
215
ifp->if_u1.
if_root
= NULL;
in xfs_iformat_btree()
H
A
D
xfs_bmap.c
750
ifp->if_u1.
if_root
= NULL;
in xfs_bmap_local_to_extents_empty()
835
ifp->if_u1.
if_root
= NULL;
in xfs_bmap_local_to_extents()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode.c
915
ip->i_df.if_u1.
if_root
= NULL;
in xfs_ialloc()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode.c
878
ip->i_df.if_u1.
if_root
= NULL;
in xfs_init_new_inode()
Completed in 25 milliseconds