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:fMap
(Results
1 - 2
of
2
) sorted by relevance
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_maps.c
41
struct TagFsMap *
fMap
= OsVfsGetFsMap(fsType);
in OsVfsFsMgtDisk()
local
42
if ((
fMap
!= NULL) && (
fMap
->fsMgt != NULL) && (
fMap
->fsMgt->fdisk != NULL)) {
in OsVfsFsMgtDisk()
43
ret =
fMap
->fsMgt->fdisk(dev, lengthArray, partNum);
in OsVfsFsMgtDisk()
53
struct TagFsMap *
fMap
= OsVfsGetFsMap(fsType);
in OsVfsFsMgtFormat()
local
54
if ((
fMap
!= NULL) && (
fMap
->fsMgt != NULL) && (
fMap
->fsMgt->format != NULL)) {
in OsVfsFsMgtFormat()
55
ret =
fMap
in OsVfsFsMgtFormat()
[all...]
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_partition.c
147
struct FsMap *
fMap
= VfsFsMapGet(fsType);
in LOS_DiskPartition()
local
148
if ((
fMap
!= NULL) && (
fMap
->fsMgt != NULL) &&
in LOS_DiskPartition()
149
(
fMap
->fsMgt->fdisk != NULL)) {
in LOS_DiskPartition()
150
ret =
fMap
->fsMgt->fdisk(dev, lengthArray, partNum);
in LOS_DiskPartition()
172
struct FsMap *
fMap
= VfsFsMapGet(fsType);
in LOS_PartitionFormat()
local
173
if ((
fMap
!= NULL) && (
fMap
->fsMgt != NULL) &&
in LOS_PartitionFormat()
174
(
fMap
->fsMgt->format != NULL)) {
in LOS_PartitionFormat()
175
ret =
fMap
in LOS_PartitionFormat()
[all...]
Completed in 1 milliseconds