Searched refs:hdirp (Results 1 – 1 of 1) sorted by relevance
9092 g_autofree void *hdirp = NULL; in do_getdents() local9098 hdirp = g_try_malloc(count); in do_getdents()9099 if (!hdirp) { in do_getdents()9104 hlen = sys_getdents(dirfd, hdirp, count); in do_getdents()9106 hlen = sys_getdents64(dirfd, hdirp, count); in do_getdents()9121 struct linux_dirent *hde = hdirp + hoff; in do_getdents()9123 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents()9179 g_autofree void *hdirp = NULL; in do_getdents64() local9185 hdirp = g_try_malloc(count); in do_getdents64()9186 if (!hdirp) { in do_getdents64()[all …]