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:XFS_IRECLAIMABLE
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode.h
320
#define
XFS_IRECLAIMABLE
(1 << 2) /* inode can be reclaimed */
macro
359
#define XFS_ALL_IRECLAIM_FLAGS (
XFS_IRECLAIMABLE
| \
370
(
XFS_IRECLAIMABLE
| XFS_IRECLAIM | \
H
A
D
xfs_icache.c
370
ASSERT(ip->i_flags &
XFS_IRECLAIMABLE
);
544
(ip->i_flags &
XFS_IRECLAIMABLE
))
in __releases()
548
if (ip->i_flags &
XFS_IRECLAIMABLE
) {
in __releases()
811
* has been fully recycled by the time we get the i_flags_lock,
XFS_IRECLAIMABLE
830
if (!__xfs_iflags_test(ip,
XFS_IRECLAIMABLE
) ||
in xfs_reclaim_igrab()
1380
XFS_IRECLAIMABLE
| \
1813
ip->i_flags |=
XFS_IRECLAIMABLE
;
in xfs_inodegc_set_reclaimable()
H
A
D
xfs_inode.c
1864
ASSERT(!xfs_iflags_test(ip,
XFS_IRECLAIMABLE
| XFS_IRECLAIM));
in xfs_iunlink_lookup()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode.h
214
#define
XFS_IRECLAIMABLE
(1 << 2) /* inode can be reclaimed */
macro
237
(
XFS_IRECLAIMABLE
| XFS_IRECLAIM | \
H
A
D
xfs_icache.c
219
__xfs_iflags_set(ip,
XFS_IRECLAIMABLE
);
in xfs_inode_set_reclaim_tag()
387
if (ip->i_flags &
XFS_IRECLAIMABLE
) {
in __releases()
420
ASSERT(ip->i_flags &
XFS_IRECLAIMABLE
);
in __releases()
747
__xfs_iflags_test(ip,
XFS_IRECLAIMABLE
| XFS_IRECLAIM))
in xfs_inode_walk_ag_grab()
988
* has been fully recycled by the time we get the i_flags_lock,
XFS_IRECLAIMABLE
1006
if (!__xfs_iflags_test(ip,
XFS_IRECLAIMABLE
) ||
in xfs_reclaim_inode_grab()
H
A
D
xfs_super.c
655
ASSERT_ALWAYS(!xfs_iflags_test(ip,
XFS_IRECLAIMABLE
));
in xfs_fs_destroy_inode()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
common.c
1311
if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW |
XFS_IRECLAIMABLE
|
in xchk_inode_is_allocated()
Completed in 15 milliseconds