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:inode_dax
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
dax-private.h
14
struct dax_device *
inode_dax
(struct inode *inode);
H
A
D
super.c
660
*
inode_dax
: convert a public inode into its dax_dev
666
struct dax_device *
inode_dax
(struct inode *inode)
in inode_dax()
function
672
EXPORT_SYMBOL_GPL(
inode_dax
);
variable
H
A
D
device.c
346
struct dax_device *dax_dev =
inode_dax
(inode);
in dax_open()
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
dax-private.h
14
struct dax_device *
inode_dax
(struct inode *inode);
H
A
D
super.c
492
*
inode_dax
: convert a public inode into its dax_dev
498
struct dax_device *
inode_dax
(struct inode *inode)
in inode_dax()
function
504
EXPORT_SYMBOL_GPL(
inode_dax
);
variable
H
A
D
device.c
348
struct dax_device *dax_dev =
inode_dax
(inode);
in dax_open()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
fuse_i.h
810
unsigned int
inode_dax
:1;
member
H
A
D
dax.c
1350
return fc->
inode_dax
&& (flags & FUSE_ATTR_DAX);
in fuse_should_enable_dax()
H
A
D
inode.c
1278
fc->
inode_dax
= 1;
in process_init_reply()
Completed in 11 milliseconds