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:FS_DAX_FL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
fileattr.h
9
FS_NODUMP_FL | FS_NOATIME_FL |
FS_DAX_FL
| \
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
fs.h
265
#define
FS_DAX_FL
0x02000000 /* Inode is DAX */
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fs.h
265
#define
FS_DAX_FL
0x02000000 /* Inode is DAX */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fs.h
266
#define
FS_DAX_FL
0x02000000 /* Inode is DAX */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fs.h
180
#define
FS_DAX_FL
0x02000000
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
fs.h
266
#define
FS_DAX_FL
0x02000000 /* Inode is DAX */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fs.h
180
#define
FS_DAX_FL
0x02000000
macro
/kernel/linux/linux-6.6/fs/
H
A
D
ioctl.c
481
fa->flags |=
FS_DAX_FL
;
in fileattr_fill_xflags()
510
if (fa->flags &
FS_DAX_FL
)
in fileattr_fill_flags()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_ioctl.c
1079
if (flags &
FS_DAX_FL
)
in xfs_merge_ioc_xflags()
1105
flags |=
FS_DAX_FL
;
in xfs_di2lxflags()
1601
FS_SYNC_FL |
FS_DAX_FL
))
in xfs_ioc_setxflags()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
1329
FS_SYNC_FL |
FS_DAX_FL
| FS_PROJINHERIT_FL))
in xfs_fileattr_set()
Completed in 12 milliseconds