cpio_file
add_open_file(struct cpio_file *file)
remove_open_file(struct cpio_file *file)
SLIST_REMOVE(&open_files, file, cpio_file, next);
static struct cpio_file *
struct cpio_file *file;
struct cpio_file *file, const char *wanted_path)
find_filename(char *path, struct cpio_file *file)
struct cpio_file temp_file;
struct cpio_file *file;
file = bkmem_alloc(sizeof (struct cpio_file));
struct cpio_file *file;
bkmem_free(file, sizeof (struct cpio_file));
struct cpio_file *file;
struct cpio_file *file;
struct cpio_file *file;
const struct cpio_file *file;
SLIST_ENTRY(cpio_file) next;
static SLIST_HEAD(cpio_file_list, cpio_file)