Home
last modified time | relevance | path

Searched refs:fs_mount (Results 1 – 5 of 5) sorted by relevance

/lk-master/lib/fs/
A Dfs.c21 struct fs_mount { struct
33 struct fs_mount *mount; argument
38 struct fs_mount *mount;
61 struct fs_mount *mount; in find_mount()
89 static void put_mount(struct fs_mount *mount) { in put_mount()
103 struct fs_mount *mount; in mount()
136 mount = malloc(sizeof(struct fs_mount)); in mount()
192 struct fs_mount *mount = find_mount(temppath, NULL); in fs_unmount()
213 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_open_file()
252 struct fs_mount *mount = find_mount(temppath, &newpath); in fs_create_file()
[all …]
A Ddebug.c160 err = fs_mount(argv[2].str, argv[3].str, in cmd_fs()
/lk-master/lib/fs/include/lib/
A Dfs.h49 status_t fs_mount(const char *path, const char *fs, const char *device) __NONNULL((1)) __NONNULL((2…
/lk-master/lib/fs/spifs/test/
A Dspifstest.c76 res = fs_mount(MNT_PATH, FS_NAME, dev_name); in test_setup()
449 status = fs_mount(MNT_PATH, FS_NAME, dev_name); in test_corrupt_toc()
/lk-master/target/dartuinoP0/
A Dinit.c136 status_t mount_success = fs_mount(DEAULT_SPIFS_MOUNT_POINT, in target_init()

Completed in 7 milliseconds