Searched refs:statp (Results 1 – 2 of 2) sorted by relevance
285 const struct fs_dirent *statp, in check_layout_entry() argument293 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() argument454 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()
288 struct testfs_bcmd *testfs_bcmd_find(struct fs_dirent *statp,