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_IGET_INCORE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_icache.h
35
#define
XFS_IGET_INCORE
0x8 /* don't read from disk or reinit */
macro
H
A
D
xfs_icache.c
390
if (flags &
XFS_IGET_INCORE
) {
in __releases()
459
if (!(flags &
XFS_IGET_INCORE
))
in __releases()
647
if (flags &
XFS_IGET_INCORE
) {
in xfs_iget()
671
if (!(flags &
XFS_IGET_INCORE
) && error == -EAGAIN) {
in xfs_iget()
708
error = xfs_iget(mp, tp, ino,
XFS_IGET_INCORE
, 0, &ip);
in xfs_icache_inode_is_allocated()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_icache.h
41
#define
XFS_IGET_INCORE
(1U << 3)
macro
H
A
D
xfs_notify_failure.c
85
error = xfs_iget(mp, cur->bc_tp, rec->rm_owner,
XFS_IGET_INCORE
,
in xfs_dax_failure_fn()
H
A
D
xfs_icache.c
543
if ((flags &
XFS_IGET_INCORE
) &&
in __releases()
569
if (!(flags &
XFS_IGET_INCORE
))
in __releases()
771
if (flags &
XFS_IGET_INCORE
) {
in xfs_iget()
796
if (!(flags & (
XFS_IGET_INCORE
| XFS_IGET_NORETRY)) &&
in xfs_iget()
Completed in 5 milliseconds