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:iu
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
1903
const struct xfs_iunlink *
iu
= obj;
in xfs_iunlink_obj_cmpfn()
local
1905
if (
iu
->iu_next_unlinked != *key) {
in xfs_iunlink_obj_cmpfn()
1926
struct xfs_iunlink *
iu
;
in xfs_iunlink_lookup_backref()
local
1928
iu
= rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, xfs_iunlink_hash_params);
in xfs_iunlink_lookup_backref()
1929
return
iu
?
iu
->iu_agino : NULLAGINO;
in xfs_iunlink_lookup_backref()
1935
* Either way, the caller does not own @
iu
after this call.
1937
static int xfs_iunlink_insert_backref(struct xfs_perag *pag, struct xfs_iunlink *
iu
)
in xfs_iunlink_insert_backref()
argument
1941
error = rhashtable_insert_fast(&pag->pagi_unlinked_hash, &
iu
->iu_rhash_head, xfs_iunlink_hash_params);
in xfs_iunlink_insert_backref()
1950
kmem_free(
iu
);
in xfs_iunlink_insert_backref()
1965
struct xfs_
iu
nlink *
iu
;
xfs_iunlink_add_backref()
local
1985
struct xfs_
iu
nlink *
iu
;
xfs_iunlink_change_backref()
local
2027
struct xfs_
iu
nlink *
iu
= ptr;
xfs_iunlink_free_item()
local
[all...]
Completed in 5 milliseconds