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:coda_file_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/
H
A
D
file.c
42
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_read_iter()
67
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_write_iter()
127
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_mmap()
205
struct
coda_file_info
*cfi;
in coda_open()
207
cfi = kmalloc(sizeof(struct
coda_file_info
), GFP_KERNEL);
in coda_open()
238
struct
coda_file_info
*cfi;
in coda_release()
273
struct
coda_file_info
*cfi;
in coda_fsync()
H
A
D
coda_fs_i.h
39
struct
coda_file_info
{
struct
56
struct
coda_file_info
*coda_ftoc(struct file *file);
H
A
D
cnode.c
151
struct
coda_file_info
*coda_ftoc(struct file *file)
in coda_ftoc()
153
struct
coda_file_info
*cfi = file->private_data;
in coda_ftoc()
H
A
D
dir.c
349
struct
coda_file_info
*cfi;
in coda_venus_readdir()
424
struct
coda_file_info
*cfi;
in coda_readdir()
/kernel/linux/linux-6.6/fs/coda/
H
A
D
file.c
45
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_read_iter()
70
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_write_iter()
104
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_splice_read()
156
struct
coda_file_info
*cfi = coda_ftoc(coda_file);
in coda_file_mmap()
234
struct
coda_file_info
*cfi;
in coda_open()
236
cfi = kmalloc(sizeof(struct
coda_file_info
), GFP_KERNEL);
in coda_open()
267
struct
coda_file_info
*cfi;
in coda_release()
301
struct
coda_file_info
*cfi;
in coda_fsync()
H
A
D
coda_fs_i.h
39
struct
coda_file_info
{
struct
56
struct
coda_file_info
*coda_ftoc(struct file *file);
H
A
D
cnode.c
156
struct
coda_file_info
*coda_ftoc(struct file *file)
in coda_ftoc()
158
struct
coda_file_info
*cfi = file->private_data;
in coda_ftoc()
H
A
D
dir.c
350
struct
coda_file_info
*cfi;
in coda_venus_readdir()
425
struct
coda_file_info
*cfi;
in coda_readdir()
Completed in 5 milliseconds