Searched defs:fd_cache (Results 1 – 2 of 2) sorted by relevance
123 struct fd_cache { struct124 char c_file[MAX_FNAME_LENGTH + 1];125 int c_oflags;126 int c_fd;127 long c_rtc;129 int c_memalign; /* from F_DIOINFO */130 int c_miniosz;131 int c_maxiosz;134 void *c_memaddr; /* mmapped address */135 int c_memlen; /* length of above region */
147 cached_fd fd_cache[MAX_FDS_IN_CACHE]; member