Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.c285 const struct fs_dirent *statp, in check_layout_entry() argument
293 testfs_path_extend(pp, statp->name, in check_layout_entry()
297 if (statp->type == FS_DIR_ENTRY_FILE) { in check_layout_entry()
322 } else if (statp->type == FS_DIR_ENTRY_DIR) { in check_layout_entry()
447 struct testfs_bcmd *testfs_bcmd_find(struct fs_dirent *statp, in testfs_bcmd_find() argument
454 if ((cp->type == statp->type) in testfs_bcmd_find()
456 && (strcmp(cp->name, statp->name) == 0) in testfs_bcmd_find()
457 && (cp->size == statp->size)) { in testfs_bcmd_find()
Dtest_fs_util.h288 struct testfs_bcmd *testfs_bcmd_find(struct fs_dirent *statp,