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:FUSE_IS_DAX
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
file.c
226
fc->atomic_o_trunc &&
FUSE_IS_DAX
(inode);
in fuse_open_common()
1590
if (
FUSE_IS_DAX
(inode))
in fuse_file_read_iter()
1608
if (
FUSE_IS_DAX
(inode))
in fuse_file_write_iter()
2392
if (
FUSE_IS_DAX
(file_inode(file)))
in fuse_file_mmap()
3283
bool block_faults =
FUSE_IS_DAX
(inode) &&
in fuse_file_fallocate()
H
A
D
fuse_i.h
1225
#define
FUSE_IS_DAX
(inode) (IS_ENABLED(CONFIG_FUSE_DAX) && IS_DAX(inode))
macro
H
A
D
dir.c
1646
if (
FUSE_IS_DAX
(inode) && is_truncate) {
in fuse_do_setattr()
H
A
D
inode.c
130
if (
FUSE_IS_DAX
(inode))
in fuse_evict_inode()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
file.c
230
fc->atomic_o_trunc &&
FUSE_IS_DAX
(inode);
in fuse_open_common()
1630
if (
FUSE_IS_DAX
(inode))
in fuse_file_read_iter()
1648
if (
FUSE_IS_DAX
(inode))
in fuse_file_write_iter()
2466
if (
FUSE_IS_DAX
(file_inode(file)))
in fuse_file_mmap()
3006
bool block_faults =
FUSE_IS_DAX
(inode) &&
in fuse_file_fallocate()
H
A
D
fuse_i.h
1326
#define
FUSE_IS_DAX
(inode) (IS_ENABLED(CONFIG_FUSE_DAX) && IS_DAX(inode))
macro
H
A
D
dir.c
1874
if (
FUSE_IS_DAX
(inode) && is_truncate) {
in fuse_do_setattr()
H
A
D
inode.c
158
if (
FUSE_IS_DAX
(inode))
in fuse_evict_inode()
Completed in 22 milliseconds