Searched refs:ftse (Results 1 – 1 of 1) sorted by relevance
365 FTSENT *ftse = NULL; in build_pinned_obj_table() local383 while ((ftse = fts_read(fts))) { in build_pinned_obj_table()384 if (!(ftse->fts_info & FTS_F)) in build_pinned_obj_table()386 fd = open_obj_pinned(ftse->fts_path, true); in build_pinned_obj_table()412 obj_node->path = strdup(ftse->fts_path); in build_pinned_obj_table()