fs_stat
struct fs_stat *fs_current = NULL;
struct fs_stat *fs_next = NULL;
fs_current = (struct fs_stat *) malloc(sizeof(struct fs_stat));
struct fs_stat *fs;
struct fs_stat *fs_next; /* next element */
} fs_stat;
struct fs_stat *fs_begin = NULL;