Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c306 struct sunos_dirent { struct
315 struct sunos_dirent *curr; argument
316 struct sunos_dirent *previous;
327 struct sunos_dirent * dirent; in sunos_filldir()
353 struct sunos_dirent * lastdirent; in sunos_getdents()
365 if (cnt < (sizeof(struct sunos_dirent) + 255)) in sunos_getdents()
368 buf.curr = (struct sunos_dirent *) dirent; in sunos_getdents()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c261 struct sunos_dirent { struct
270 struct sunos_dirent *curr; argument
271 struct sunos_dirent *previous;
282 struct sunos_dirent * dirent; in sunos_filldir()
308 struct sunos_dirent * lastdirent; in sunos_getdents()
321 if(cnt < (sizeof(struct sunos_dirent) + 255)) in sunos_getdents()
324 buf.curr = (struct sunos_dirent *) dirent; in sunos_getdents()