Searched refs:root_statbuf (Results 1 – 5 of 5) sorted by relevance
111 struct stat root_statbuf = {0, }; /* Stat buffer for root directory */ variable653 attach_dot_entries(reloc_dir, &root_statbuf); in generate_reloc_directory()1078 root_statbuf = statbuf; /* Save this for later on */1083 statbuf = root_statbuf;1084 lstatbuf = root_statbuf;
353 extern struct stat root_statbuf;
491 * tree.c (root_statbuf): New variable.493 * tree.c (scan_directory_tree): Initialize root_statbuf when we496 * tree.c (generate_reloc_directory): Use root_statbuf when500 * tree.c (scan_directory_tree): Use root_statbuf when generating
1026 iso9660_date(jroot_record.date, root_statbuf.st_mtime); in jroot_gen()
548 iso9660_date(root_record.date, root_statbuf.st_mtime); in root_gen()