Home
last modified time | relevance | path

Searched refs:MountAlloc (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/fs/include/fs/
H A Dmount.h73 struct Mount *MountAlloc(struct Vnode *vnode, struct MountOps *mop);
/kernel/liteos_a/fs/vfs/
H A Dmount.c47 struct Mount *MountAlloc(struct Vnode *vnodeBeCovered, struct MountOps *fsop) in MountAlloc() function
51 PRINT_ERR("MountAlloc failed no memory!\n"); in MountAlloc()
H A Dvnode.c633 devMount = MountAlloc(devNode, NULL); in VnodeDevInit()

Completed in 2 milliseconds