Searched refs:stflags (Results 1 – 2 of 2) sorted by relevance
240 int stflags; in archive_read_disk_entry_from_file() local247 &stflags); in archive_read_disk_entry_from_file()248 if (r == 0 && stflags != 0) in archive_read_disk_entry_from_file()249 archive_entry_set_fflags(entry, stflags, 0); in archive_read_disk_entry_from_file()
1000 int stflags; in next_entry()1013 &stflags); in next_entry()1015 if (r == 0 && (stflags & FS_NODUMP_FL) != 0) in next_entry()1017 if (r == 0 && (stflags & EXT2_NODUMP_FL) != 0) in next_entry()