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:nfsnode
(Results
1 - 5
of
5
) sorted by relevance
/third_party/NuttX/fs/nfs/
H
A
D
nfs_adapter.c
194
struct file_handle *parent_fhandle, struct
nfsnode
*np)
in nfs_fileupdate()
231
struct
nfsnode
*prev = NULL;
in vfs_nfs_reclaim()
232
struct
nfsnode
*curr = NULL;
in vfs_nfs_reclaim()
234
struct
nfsnode
*np = NULL;
in vfs_nfs_reclaim()
241
np = (struct
nfsnode
*)(node->data);
in vfs_nfs_reclaim()
300
static int vfs_nfs_stat_internal(struct nfsmount *nmp, struct
nfsnode
*nfs_node)
in vfs_nfs_stat_internal()
809
struct
nfsnode
*root = zalloc(sizeof(struct
nfsnode
));
in vfs_nfs_mount()
855
struct
nfsnode
*parent_nfs_node = NULL;
in vfs_nfs_lookup()
856
struct
nfsnode
*nfs_nod
in vfs_nfs_lookup()
[all...]
H
A
D
nfs_node.h
63
/* Flags for struct
nfsnode
n_flag */
72
/* There is a unique
nfsnode
allocated for each active file. An
nfsnode
is
76
struct
nfsnode
struct
78
struct
nfsnode
*n_next; /* Retained in a singly linked list. */
H
A
D
nfs.h
150
extern void nfs_attrupdate(struct
nfsnode
*np,
H
A
D
nfs_mount.h
86
struct
nfsnode
*nm_head; /* A list of all files opened on this mountpoint */
H
A
D
nfs_util.c
130
struct
nfsnode
*file;
in nfs_checkmount()
564
void nfs_attrupdate(struct
nfsnode
*np, struct nfs_fattr *attributes)
in nfs_attrupdate()
Completed in 4 milliseconds