Home
last modified time | relevance | path

Searched refs:hdlink_cnt (Results 1 – 1 of 1) sorted by relevance

/external/genext2fs/
Dgenext2fs.c607 static int32 hdlink_cnt = HDLINK_CNT; variable
1778 if (hdlinks.count == hdlink_cnt) { in add2fs_from_dir()
1780 realloc (hdlinks.hdl, (hdlink_cnt + HDLINK_CNT) * in add2fs_from_dir()
1784 hdlink_cnt += HDLINK_CNT; in add2fs_from_dir()
2643 hdlinks.hdl = (struct hdlink_s *)malloc(hdlink_cnt * sizeof(struct hdlink_s));