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_DIRTY_INODE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
2248
if (flags & (
I_DIRTY_INODE
| I_DIRTY_TIME)) {
in __mark_inode_dirty()
2256
if (flags &
I_DIRTY_INODE
)
in __mark_inode_dirty()
2267
(dirtytime && (inode->i_state &
I_DIRTY_INODE
)))
in __mark_inode_dirty()
2271
if (dirtytime && (inode->i_state &
I_DIRTY_INODE
))
in __mark_inode_dirty()
2278
if (flags &
I_DIRTY_INODE
)
in __mark_inode_dirty()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
2428
if (flags &
I_DIRTY_INODE
) {
in __mark_inode_dirty()
2447
* dirtied now. I.e. it's only needed for
I_DIRTY_INODE
, not
in __mark_inode_dirty()
2453
flags & (
I_DIRTY_INODE
| I_DIRTY_TIME));
in __mark_inode_dirty()
2456
/*
I_DIRTY_INODE
supersedes I_DIRTY_TIME. */
in __mark_inode_dirty()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2242
#define
I_DIRTY_INODE
(I_DIRTY_SYNC | I_DIRTY_DATASYNC)
macro
2243
#define I_DIRTY (
I_DIRTY_INODE
| I_DIRTY_PAGES)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2212
* lazytime. This gets cleared if
I_DIRTY_INODE
2291
#define
I_DIRTY_INODE
(I_DIRTY_SYNC | I_DIRTY_DATASYNC)
macro
2292
#define I_DIRTY (
I_DIRTY_INODE
| I_DIRTY_PAGES)
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
super.c
513
if (!(flags &
I_DIRTY_INODE
))
in gfs2_dirty_inode()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
inode.c
123
WARN_ON(inode->i_state &
I_DIRTY_INODE
);
in fuse_evict_inode()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
151
WARN_ON(inode->i_state &
I_DIRTY_INODE
);
in fuse_evict_inode()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
5118
I_DIRTY_INODE
)) ||
in __ext4_update_other_inode_time()
5124
I_DIRTY_INODE
)) == 0) &&
in __ext4_update_other_inode_time()
Completed in 35 milliseconds