Lines Matching refs:fd_cache
123 struct fd_cache { struct
417 struct fd_cache *alloc_fdcache(char *file, int oflags);
1413 struct fd_cache *fdc; in do_read()
1611 struct fd_cache *fdc; in do_write()
2893 struct fd_cache *fdc; in sy_mmrw()
2955 struct fd_cache *fdc; in fmt_mmrw()
3072 struct fd_cache *fdc; in do_rw()
3743 struct fd_cache *fdc; in check_file()
4260 struct fd_cache *fdc; in alloc_fd()
4261 struct fd_cache *alloc_fdcache(char *file, int oflags); in alloc_fd()
4270 struct fd_cache *alloc_fdcache(char *file, int oflags) in alloc_fdcache()
4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache()
4275 static struct fd_cache *cache = NULL; in alloc_fdcache()
4380 (struct fd_cache *)realloc(cache, in alloc_fdcache()
4381 sizeof(struct fd_cache) * in alloc_fdcache()