Searched refs:fs_get_mnt_point (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/fs/ |
D | fs.c | 82 static int fs_get_mnt_point(struct fs_mount_t **mnt_pntp, in fs_get_mnt_point() function 149 rc = fs_get_mnt_point(&mp, file_name, NULL); in fs_open() 373 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_opendir() 512 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_mkdir() 545 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_unlink() 579 rc = fs_get_mnt_point(&mp, from, &match_len); in fs_rename() 618 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_stat() 648 rc = fs_get_mnt_point(&mp, abs_path, NULL); in fs_statvfs()
|