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:S_DAX
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
inode.c
180
inode->i_flags &= ~
S_DAX
;
in erofs_read_inode()
184
inode->i_flags |=
S_DAX
;
in erofs_read_inode()
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
device.c
358
inode->i_flags =
S_DAX
;
in dax_open()
H
A
D
super.c
548
inode->i_flags =
S_DAX
;
in dax_dev_get()
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
super.c
434
inode->i_flags =
S_DAX
;
in dax_dev_get()
H
A
D
device.c
360
inode->i_flags =
S_DAX
;
in dax_open()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
inode.c
1353
S_DIRSYNC |
S_DAX
);
in ext2_set_inode_flags()
1365
inode->i_flags |=
S_DAX
;
in ext2_set_inode_flags()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2048
#define
S_DAX
(1 << 13) /* Direct Access, avoiding the page cache */
macro
2050
#define
S_DAX
0 /* Make all the DAX code disappear */
macro
2093
#define IS_DAX(inode) ((inode)->i_flags &
S_DAX
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2108
#define
S_DAX
(1 << 13) /* Direct Access, avoiding the page cache */
macro
2110
#define
S_DAX
0 /* Make all the DAX code disappear */
macro
2154
#define IS_DAX(inode) ((inode)->i_flags &
S_DAX
)
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
inode.c
1372
S_DIRSYNC |
S_DAX
);
in ext2_set_inode_flags()
1384
inode->i_flags |=
S_DAX
;
in ext2_set_inode_flags()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dax.c
1344
inode->i_flags |=
S_DAX
;
in fuse_dax_inode_init()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_iops.c
1255
flags |=
S_DAX
;
in xfs_diflags_to_iflags()
1258
*
S_DAX
can only be set during inode initialization and is never set by
in xfs_diflags_to_iflags()
1259
* the VFS, so we cannot mask off
S_DAX
in i_flags.
in xfs_diflags_to_iflags()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dax.c
1358
inode->i_flags |=
S_DAX
;
in fuse_dax_inode_init()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iops.c
1244
flags |=
S_DAX
;
in xfs_diflags_to_iflags()
1247
*
S_DAX
can only be set during inode initialization and is never set by
in xfs_diflags_to_iflags()
1248
* the VFS, so we cannot mask off
S_DAX
in i_flags.
in xfs_diflags_to_iflags()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
4683
/* Because of the way inode_set_flags() works we must preserve
S_DAX
in ext4_set_inode_flags()
4685
new_fl |= (inode->i_flags &
S_DAX
);
in ext4_set_inode_flags()
4687
new_fl |=
S_DAX
;
in ext4_set_inode_flags()
4696
S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
S_DAX
|
in ext4_set_inode_flags()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
4583
/* Because of the way inode_set_flags() works we must preserve
S_DAX
in ext4_set_inode_flags()
4585
new_fl |= (inode->i_flags &
S_DAX
);
in ext4_set_inode_flags()
4587
new_fl |=
S_DAX
;
in ext4_set_inode_flags()
4596
S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
S_DAX
|
in ext4_set_inode_flags()
Completed in 42 milliseconds