Searched refs:fs_get_mnt_point (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/fs/ |
D | fs.c | 82 static int fs_get_mnt_point(struct fs_mount_t **mnt_pntp, in fs_get_mnt_point() function 148 rc = fs_get_mnt_point(&mp, file_name, NULL); in fs_open() 349 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_opendir() 488 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_mkdir() 521 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_unlink() 555 rc = fs_get_mnt_point(&mp, from, &match_len); in fs_rename() 594 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_stat() 624 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_statvfs()
|