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:shmem_aops
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
shmem_fs.h
96
extern const struct address_space_operations
shmem_aops
;
99
return mapping->a_ops == &
shmem_aops
;
in shmem_mapping()
/kernel/linux/linux-5.10/mm/
H
A
D
shmem.c
249
static const struct address_space_operations
shmem_aops
;
variable
1160
if (inode->i_mapping->a_ops == &
shmem_aops
) {
in shmem_evict_inode()
1866
if (mapping->a_ops != &
shmem_aops
)
in shmem_getpage_gfp()
2318
inode->i_mapping->a_ops = &
shmem_aops
;
in shmem_get_inode()
2348
return mapping->a_ops == &
shmem_aops
;
in shmem_mapping()
3182
inode->i_mapping->a_ops = &
shmem_aops
;
in shmem_symlink()
3889
static const struct address_space_operations
shmem_aops
= {
variable
4335
BUG_ON(mapping->a_ops != &
shmem_aops
);
in shmem_read_mapping_page_gfp()
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
257
const struct address_space_operations
shmem_aops
;
variable
2503
inode->i_mapping->a_ops = &
shmem_aops
;
in __shmem_get_inode()
3499
inode->i_mapping->a_ops = &
shmem_aops
;
in shmem_symlink()
4465
const struct address_space_operations
shmem_aops
= {
variable
4477
EXPORT_SYMBOL(
shmem_aops
);
variable
Completed in 21 milliseconds