Home
last modified time | relevance | path

Searched refs:fs_readdir (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dfs.h149 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
/openbmc/u-boot/fs/
H A Dfs.c52 while ((dent = fs_readdir(dirs))) { in fs_ls_generic()
544 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs) in fs_readdir() function
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c106 static void fs_readdir(void *obj, void *data, QGuestAllocator *t_alloc) in fs_readdir() function
728 qos_add_test("synth/readdir/basic", "virtio-9p", fs_readdir, &opts); in register_virtio_9p_test()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c341 dent = fs_readdir(fh->dirs); in dir_read()