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
defs:vnode
(Results
1 - 25
of
100
) sorted by relevance
1
2
3
4
/third_party/NuttX/fs/driver/
H
A
D
fs_unregisterdriver.c
45
struct Vnode *
vnode
= NULL;
in unregister_driver()
local
H
A
D
fs_registerdriver.c
64
struct Vnode *
vnode
= NULL;
in register_driver()
local
[all...]
H
A
D
fs_blockproxy.c
155
struct Vnode *
vnode
= NULL;
in block_proxy()
local
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_chattr.c
60
struct Vnode *
vnode
= NULL;
in chattr()
local
[all...]
H
A
D
vfs_check.c
53
struct Vnode *
vnode
= NULL;
in fscheck()
local
H
A
D
vfs_utime.c
54
struct Vnode *
vnode
= NULL;
in utime()
local
[all...]
/third_party/NuttX/fs/dirent/
H
A
D
fs_closedir.c
56
struct Vnode *
vnode
= NULL;
in closedir()
local
H
A
D
fs_seekdir.c
41
struct Vnode *
vnode
;
in seekmountptdir()
local
[all...]
/third_party/NuttX/fs/vfs/
H
A
D
fs_statfs.c
58
struct Vnode *
vnode
= NULL;
in statfs()
local
H
A
D
fs_lseek64.c
78
struct Vnode *
vnode
= NULL;
in file_seek64()
local
H
A
D
fs_lseek.c
60
struct Vnode *
vnode
;
in file_seek()
local
H
A
D
fs_truncate64.c
65
struct Vnode *
vnode
= NULL;
in file_truncate64()
local
H
A
D
fs_truncate.c
46
struct Vnode *
vnode
= NULL;
in file_truncate()
local
H
A
D
fs_mkdir.c
41
struct Vnode *
vnode
= NULL;
in do_mkdir()
local
H
A
D
fs_rmdir.c
39
static int check_target(struct Vnode *
vnode
, char *name)
in check_target()
argument
93
struct Vnode *
vnode
= NULL;
do_rmdir()
local
[all...]
H
A
D
fs_readlink.c
37
struct Vnode *
vnode
= NULL;
in do_readlink()
local
[all...]
H
A
D
fs_unlink.c
38
static int check_target(struct Vnode *
vnode
)
in check_target()
argument
74
struct Vnode *
vnode
= NULL;
in do_unlink()
local
[all...]
/kernel/linux/linux-5.10/fs/afs/
H
A
D
rotate.c
21
afs_start_fs_iteration(struct afs_operation *op, struct afs_
vnode
*
vnode
)
afs_start_fs_iteration()
argument
113
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_select_fileserver()
local
[all...]
H
A
D
cache.c
45
struct afs_vnode *
vnode
= cookie_netfs_data;
in afs_vnode_cache_check_aux()
local
H
A
D
fs_operation.c
55
struct afs_vnode *
vnode
= op->file[0].
vnode
;
in afs_get_io_locks()
local
99
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_drop_io_locks()
local
113
struct afs_
vnode
*
vnode
= vp->
vnode
;
afs_prepare_vnode()
local
138
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_begin_vnode_operation()
local
[all...]
/kernel/linux/linux-5.10/fs/proc/
H
A
D
bootconfig.c
28
struct xbc_node *leaf, *
vnode
;
in copy_xbc_key_value_list()
local
/kernel/linux/linux-6.6/fs/proc/
H
A
D
bootconfig.c
28
struct xbc_node *leaf, *
vnode
;
in copy_xbc_key_value_list()
local
/kernel/linux/linux-6.6/fs/afs/
H
A
D
rotate.c
21
afs_start_fs_iteration(struct afs_operation *op, struct afs_
vnode
*
vnode
)
afs_start_fs_iteration()
argument
113
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_select_fileserver()
local
[all...]
H
A
D
fs_operation.c
55
struct afs_vnode *
vnode
= op->file[0].
vnode
;
in afs_get_io_locks()
local
99
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_drop_io_locks()
local
113
struct afs_
vnode
*
vnode
= vp->
vnode
;
afs_prepare_vnode()
local
138
struct afs_
vnode
*
vnode
= op->file[0].
vnode
;
afs_begin_vnode_operation()
local
[all...]
/third_party/NuttX/drivers/bch/
H
A
D
bch.h
50
struct Vnode *
vnode
; /* I-node of the block driver */
member
Completed in 8 milliseconds
1
2
3
4