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:mData
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_m/components/fs/littlefs/
H
A
D
lfs_adapter.c
198
mp->
mData
= (void *)mountHdl;
in LfsMount()
203
ret = lfs_mount((lfs_t *)mp->
mData
, cfg);
in LfsMount()
205
ret = lfs_format((lfs_t *)mp->
mData
, cfg);
in LfsMount()
207
ret = lfs_mount((lfs_t *)mp->
mData
, cfg);
in LfsMount()
229
if (mp->
mData
== NULL) {
in LfsUmount()
234
ret = lfs_unmount((lfs_t *)mp->
mData
);
in LfsUmount()
240
LOSCFG_FS_FREE_HOOK(mp->
mData
);
in LfsUmount()
241
mp->
mData
= NULL;
in LfsUmount()
254
if (mp->
mData
== NULL) {
in LfsUnlink()
259
ret = lfs_remove((lfs_t *)mp->
mData
, fileNam
in LfsUnlink()
[all...]
/kernel/uniproton/src/fs/littlefs/
H
A
D
lfs_adapter.c
174
mp->
mData
= (void *)mountHdl;
in OsLfsMount()
179
ret = lfs_mount((lfs_t *)mp->
mData
, cfg);
in OsLfsMount()
181
ret = lfs_format((lfs_t *)mp->
mData
, cfg);
in OsLfsMount()
183
ret = lfs_mount((lfs_t *)mp->
mData
, cfg);
in OsLfsMount()
203
if (mp->
mData
== NULL) {
in OsLfsUmount()
208
ret = lfs_unmount((lfs_t *)mp->
mData
);
in OsLfsUmount()
214
free(mp->
mData
);
in OsLfsUmount()
215
mp->
mData
= NULL;
in OsLfsUmount()
228
if (mp->
mData
== NULL) {
in OsLfsUnlink()
233
ret = lfs_remove((lfs_t *)mp->
mData
, fileNam
in OsLfsUnlink()
[all...]
/kernel/liteos_m/components/fs/fatfs/
H
A
D
fatfs.c
101
FATFS *fatfs = (FATFS *)mp->
mData
;
in Remount()
278
mp->
mData
= (void *)fs;
in FatfsMount()
289
FATFS *fatfs = (FATFS *)mp->
mData
;
in FatfsUmount()
321
LOSCFG_FS_FREE_HOOK(mp->
mData
);
in FatfsUmount()
322
mp->
mData
= NULL;
in FatfsUmount()
333
FATFS *fatfs = (FATFS *)mp->
mData
;
in FatfsUmount2()
364
LOSCFG_FS_FREE_HOOK(mp->
mData
);
in FatfsUmount2()
365
mp->
mData
= NULL;
in FatfsUmount2()
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_mount.h
60
void *
mData
; /* specific file system handle */
member
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_mount.h
38
void *
mData
; /* 挂载节点的私有数据 */
member
Completed in 4 milliseconds