Searched refs:mountpoint (Results 1 – 2 of 2) sorted by relevance
419 status_t fs_stat_fs(const char *mountpoint, struct fs_stat *stat) { in fs_stat_fs() argument420 LTRACEF("mountpoint %s stat %p\n", mountpoint, stat); in fs_stat_fs()427 struct fs_mount *mount = find_mount(mountpoint, &newpath); in fs_stat_fs()
69 status_t fs_stat_fs(const char *mountpoint, struct fs_stat *stat) __NONNULL((1)) __NONNULL((2));
Completed in 3 milliseconds