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:vma_set_file
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
util.c
309
void
vma_set_file
(struct vm_area_struct *vma, struct file *file)
in vma_set_file()
function
316
EXPORT_SYMBOL(
vma_set_file
);
variable
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_dmabuf.c
113
vma_set_file
(vma, obj->base.filp);
in i915_gem_dmabuf_mmap()
H
A
D
i915_gem_mman.c
973
vma_set_file
(vma, anon);
in i915_gem_object_mmap()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
file.c
540
vma_set_file
(vma, realfile);
in ovl_mmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gem.c
148
vma_set_file
(vma, etnaviv_obj->base.filp);
in etnaviv_gem_mmap_obj()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-buf.c
1479
vma_set_file
(vma, dmabuf->file);
in dma_buf_mmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H
A
D
omap_gem.c
552
vma_set_file
(vma, obj->filp);
in omap_gem_object_mmap()
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
3475
void
vma_set_file
(struct vm_area_struct *vma, struct file *file);
Completed in 16 milliseconds