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:vnodeBeCovered
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/fs/vfs/
H
A
D
mount.c
47
struct Mount *MountAlloc(struct Vnode *
vnodeBeCovered
, struct MountOps *fsop)
in MountAlloc()
argument
58
mnt->
vnodeBeCovered
=
vnodeBeCovered
;
in MountAlloc()
59
vnodeBeCovered
->newMount = mnt;
in MountAlloc()
H
A
D
vnode.c
309
if ((mnt != NULL) && (mnt->
vnodeBeCovered
== vnode)) {
in ConvertVnodeIfMounted()
509
mnt->
vnodeBeCovered
= nodeInFs;
in ChangeRootInternal()
639
devMount->
vnodeBeCovered
->flag |= VNODE_FLAG_MOUNT_ORIGIN;
in VnodeDevInit()
/kernel/liteos_a/fs/include/fs/
H
A
D
mount.h
47
struct Vnode *
vnodeBeCovered
; /* vnode we mounted on */
member
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_force_umount.c
469
origin = mnt->
vnodeBeCovered
;
in ForceUmountDev()
/kernel/liteos_a/fs/fat/os_adapt/
H
A
D
fatfs.c
1163
fs->fs_uid = mnt->
vnodeBeCovered
->uid;
in fatfs_mount()
1164
fs->fs_gid = mnt->
vnodeBeCovered
->gid;
in fatfs_mount()
1167
fs->fs_mode = mnt->
vnodeBeCovered
->mode & (S_IRWXU | S_IRWXG | S_IRWXO);
in fatfs_mount()
1198
vp->parent = mnt->
vnodeBeCovered
;
in fatfs_mount()
1204
vp->mode = mnt->
vnodeBeCovered
->mode;
in fatfs_mount()
Completed in 9 milliseconds