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:dax
(Results
1 - 25
of
92
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dax.c
3
*
dax
: direct host memory access
10
#include <linux/
dax
.h>
57
/* reference count when the mapping is used by
dax
iomap. */
61
/* Per-inode
dax
map */
85
/* Wait queue for a
dax
range to become free */
186
struct fuse_conn_dax *fcd = fm->fc->
dax
;
in fuse_setup_one_mapping()
221
/* Protected by fi->
dax
->sem */
in fuse_setup_one_mapping()
222
interval_tree_insert(&dmap->itn, &fi->
dax
->tree);
in fuse_setup_one_mapping()
223
fi->
dax
->nr++;
in fuse_setup_one_mapping()
321
node = interval_tree_iter_first(&fi->
dax
in inode_reclaim_dmap_range()
[all...]
H
A
D
Makefile
11
fuse-$(CONFIG_FUSE_DAX) +=
dax
.o
H
A
D
fuse_i.h
163
struct fuse_inode_dax *
dax
;
member
507
bool
dax
:1;
member
792
struct fuse_conn_dax *
dax
;
member
1223
/*
dax
.c */
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dax.c
3
*
dax
: direct host memory access
10
#include <linux/
dax
.h>
58
/* reference count when the mapping is used by
dax
iomap. */
62
/* Per-inode
dax
map */
86
/* Wait queue for a
dax
range to become free */
187
struct fuse_conn_dax *fcd = fm->fc->
dax
;
in fuse_setup_one_mapping()
222
/* Protected by fi->
dax
->sem */
in fuse_setup_one_mapping()
223
interval_tree_insert(&dmap->itn, &fi->
dax
->tree);
in fuse_setup_one_mapping()
224
fi->
dax
->nr++;
in fuse_setup_one_mapping()
322
node = interval_tree_iter_first(&fi->
dax
in inode_reclaim_dmap_range()
[all...]
H
A
D
Makefile
11
fuse-$(CONFIG_FUSE_DAX) +=
dax
.o
H
A
D
fuse_i.h
172
struct fuse_inode_dax *
dax
;
member
508
FUSE_DAX_ALWAYS, /* "-o
dax
=always" */
509
FUSE_DAX_NEVER, /* "-o
dax
=never" */
510
FUSE_DAX_INODE_USER, /* "-o
dax
=inode" */
862
struct fuse_conn_dax *
dax
;
member
1324
/*
dax
.c */
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
Makefile
2
obj-$(CONFIG_DAX) +=
dax
.o
6
dax
-y := super.o
7
dax
-y += bus.o
H
A
D
kmem.c
10
#include <linux/
dax
.h>
14
#include "
dax
-private.h"
187
* device-
dax
range and return '0' to ->remove() attempts. The removal
in dev_dax_kmem_remove()
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
Makefile
2
obj-$(CONFIG_DAX) +=
dax
.o
8
dax
-y := super.o
9
dax
-y += bus.o
H
A
D
cxl.c
4
#include <linux/
dax
.h>
H
A
D
kmem.c
10
#include <linux/
dax
.h>
15
#include "
dax
-private.h"
230
* device-
dax
range and return '0' to ->remove() attempts. The removal
in dev_dax_kmem_remove()
/kernel/linux/linux-6.6/mm/
H
A
D
truncate.c
13
#include <linux/
dax
.h>
63
bool
dax
;
in truncate_folio_batch_exceptionals()
local
76
dax
= dax_mapping(mapping);
in truncate_folio_batch_exceptionals()
77
if (!
dax
) {
in truncate_folio_batch_exceptionals()
91
if (unlikely(
dax
)) {
in truncate_folio_batch_exceptionals()
99
if (!
dax
) {
in truncate_folio_batch_exceptionals()
/kernel/linux/linux-5.10/mm/
H
A
D
truncate.c
13
#include <linux/
dax
.h>
64
bool
dax
, lock;
in truncate_exceptional_pvec_entries()
local
77
dax
= dax_mapping(mapping);
in truncate_exceptional_pvec_entries()
78
lock = !
dax
&& indices[j] < end;
in truncate_exceptional_pvec_entries()
94
if (unlikely(
dax
)) {
in truncate_exceptional_pvec_entries()
/kernel/linux/linux-6.6/tools/testing/nvdimm/
H
A
D
pmem-dax.c
7
#include <linux/
dax
.h>
22
* Limit
dax
to a single page at a time given vmalloc()-backed
in __pmem_direct_access()
/kernel/linux/linux-5.10/drivers/dax/hmem/
H
A
D
device.c
5
#include <linux/
dax
.h>
/kernel/linux/linux-6.6/drivers/dax/hmem/
H
A
D
device.c
5
#include <linux/
dax
.h>
56
pr_err_once("failed to register device-
dax
hmem_platform device\n");
in __hmem_register_resource()
H
A
D
hmem.c
6
#include <linux/
dax
.h>
161
/* Allow for CXL to define its own
dax
regions */
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-target.c
14
#include <linux/
dax
.h>
H
A
D
dm-linear.c
13
#include <linux/
dax
.h>
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
file.c
24
#include <linux/
dax
.h>
/kernel/linux/linux-5.10/fs/
H
A
D
Makefile
35
obj-$(CONFIG_FS_DAX) +=
dax
.o
/kernel/linux/linux-5.10/include/linux/
H
A
D
mempolicy.h
11
#include <linux/
dax
.h>
/kernel/linux/linux-6.6/fs/
H
A
D
Makefile
31
obj-$(CONFIG_FS_DAX) +=
dax
.o
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_notify_failure.c
24
#include <linux/
dax
.h>
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-linear.c
12
#include <linux/
dax
.h>
Completed in 26 milliseconds
1
2
3
4