Searched refs:VfsMpFind (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_mount.c | 67 struct MountPoint *VfsMpFind(const char *path, const char **pathInMp) in VfsMpFind() function 128 struct MountPoint *VfsMpFind(const char *path, const char **pathInMp) in VfsMpFind() function 181 mp = VfsMpFind(target, &pathInMp); in VfsMountPointInit() 237 mp = VfsMpFind(target, NULL); in VfsRemount() 319 mp = VfsMpFind(target, NULL); in umount() 374 mp = VfsMpFind(target, NULL); in umount2()
|
H A D | vfs_fs.c | 246 mp = VfsMpFind(path, &pathInMp); in VfsOpen() 710 mp = VfsMpFind(path, &pathInMp); in stat() 750 mp = VfsMpFind(path, &pathInMp); in statfs() 782 mp = VfsMpFind(path, &pathInMp); in unlink() 819 mpOld = VfsMpFind(oldpath, &pathInMpOld); in rename() 834 mpNew = VfsMpFind(newpath, &pathInMpNew); in rename() 913 mp = VfsMpFind(path, &pathInMp); in opendir() 1027 mp = VfsMpFind(path, &pathInMp); in mkdir() 1060 mp = VfsMpFind(path, &pathInMp); in rmdir()
|
H A D | vfs_mount.h | 68 struct MountPoint *VfsMpFind(const char *path, const char **pathInMp);
|
Completed in 4 milliseconds