Lines Matching refs:fs_mount_t
156 static int fatfs_unlink(struct fs_mount_t *mountp, const char *path) in fatfs_unlink()
169 static int fatfs_rename(struct fs_mount_t *mountp, const char *from, in fatfs_rename()
333 static int fatfs_mkdir(struct fs_mount_t *mountp, const char *path) in fatfs_mkdir()
397 static int fatfs_stat(struct fs_mount_t *mountp, in fatfs_stat()
414 static int fatfs_statvfs(struct fs_mount_t *mountp, in fatfs_statvfs()
447 static int fatfs_mount(struct fs_mount_t *mountp) in fatfs_mount()
486 static int fatfs_unmount(struct fs_mount_t *mountp) in fatfs_unmount()
569 struct fs_mount_t FS_FSTAB_ENTRY(DT_DRV_INST(inst)) = { \
582 static void automount_if_enabled(struct fs_mount_t *mountp) in automount_if_enabled()
625 struct fs_mount_t *partitions[] = {DT_INST_FOREACH_STATUS_OKAY(REFERENCE_MOUNT)}; in fatfs_init()
628 struct fs_mount_t *mpi = partitions[i]; in fatfs_init()