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:i_next_unlinked
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iunlink_item.c
151
ASSERT(xfs_verify_agino_or_null(pag, ip->
i_next_unlinked
));
in xfs_iunlink_log_inode()
158
if (ip->
i_next_unlinked
== next_agino) {
in xfs_iunlink_log_inode()
170
iup->old_agino = ip->
i_next_unlinked
;
in xfs_iunlink_log_inode()
H
A
D
xfs_inode.c
2034
ip->
i_next_unlinked
= next_agino;
in xfs_iunlink_insert_inode()
2117
ip->
i_next_unlinked
);
in xfs_iunlink_remove_inode()
2120
ip->
i_next_unlinked
);
in xfs_iunlink_remove_inode()
2132
ip->
i_next_unlinked
);
in xfs_iunlink_remove_inode()
2133
prev_ip->
i_next_unlinked
= ip->
i_next_unlinked
;
in xfs_iunlink_remove_inode()
2137
ip->
i_next_unlinked
);
in xfs_iunlink_remove_inode()
2140
ip->
i_next_unlinked
= NULLAGINO;
in xfs_iunlink_remove_inode()
3730
next_agino = next_ip->
i_next_unlinked
;
in xfs_inode_reload_unlinked_bucket()
H
A
D
xfs_inode.h
76
*
i_next_unlinked
caches di_next_unlinked.
78
xfs_agino_t
i_next_unlinked
;
member
H
A
D
xfs_icache.c
115
ip->
i_next_unlinked
= NULLAGINO;
in xfs_inode_alloc()
H
A
D
xfs_log_recover.c
2699
agino = ip->
i_next_unlinked
;
in xlog_recover_iunlink_bucket()
H
A
D
xfs_trace.h
3842
__entry->next_agino = ip->
i_next_unlinked
;
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
233
ip->
i_next_unlinked
= be32_to_cpu(from->di_next_unlinked);
in xfs_inode_from_disk()
Completed in 18 milliseconds