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_INEW
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_icache.c
246
if (!xfs_iflags_test(ip,
XFS_INEW
))
in xfs_inew_wait()
368
if (ip->i_flags & (
XFS_INEW
|XFS_IRECLAIM)) {
in __releases()
416
wake = !!__xfs_iflags_test(ip,
XFS_INEW
);
in __releases()
417
ip->i_flags &= ~(
XFS_INEW
| XFS_IRECLAIM);
in __releases()
434
ip->i_flags |=
XFS_INEW
;
in __releases()
559
* is an inode currently under construction (i.e. that
XFS_INEW
is set).
in xfs_iget_cache_miss()
560
* The ip->i_flags_lock that protects the
XFS_INEW
flag forms the
in xfs_iget_cache_miss()
564
iflags =
XFS_INEW
;
in xfs_iget_cache_miss()
666
if (xfs_iflags_test(ip,
XFS_INEW
) && VFS_I(ip)->i_mode != 0)
in xfs_iget()
746
if ((!newinos && __xfs_iflags_test(ip,
XFS_INEW
)) ||
in xfs_inode_walk_ag_grab()
[all...]
H
A
D
xfs_inode.h
216
#define
XFS_INEW
(1 << __XFS_INEW_BIT)
macro
451
xfs_iflags_clear(ip,
XFS_INEW
);
in xfs_finish_inode_setup()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_icache.c
369
ip->i_flags &= ~(
XFS_INEW
| XFS_IRECLAIM);
387
ip->i_flags |=
XFS_INEW
;
522
if (ip->i_flags & (
XFS_INEW
| XFS_IRECLAIM | XFS_INACTIVATING))
in __releases()
683
* is an inode currently under construction (i.e. that
XFS_INEW
is set).
in xfs_iget_cache_miss()
684
* The ip->i_flags_lock that protects the
XFS_INEW
flag forms the
in xfs_iget_cache_miss()
688
iflags =
XFS_INEW
;
in xfs_iget_cache_miss()
791
if (xfs_iflags_test(ip,
XFS_INEW
) && VFS_I(ip)->i_mode != 0)
in xfs_iget()
1377
#define XFS_BLOCKGC_NOGRAB_IFLAGS (
XFS_INEW
| \
H
A
D
xfs_inode.h
321
#define
XFS_INEW
(1 << 3) /* inode has just been allocated */
macro
589
xfs_iflags_clear(ip,
XFS_INEW
);
in xfs_finish_inode_setup()
/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()
1328
if (ip->i_flags &
XFS_INEW
) {
in xchk_inode_is_allocated()
Completed in 8 milliseconds