Lines Matching refs:dfs_file
187 struct dfs_file **fds = NULL; in fd_slot_expand()
211 fds = (struct dfs_file **)rt_realloc(fdt->fds, nr * sizeof(struct dfs_file *)); in fd_slot_expand()
277 struct dfs_file *fd = NULL; in fd_alloc()
286 fd = (struct dfs_file *)rt_calloc(1, sizeof(struct dfs_file)); in fd_alloc()
343 struct dfs_file *fdt_fd_get(struct dfs_fdtable* fdt, int fd) in fdt_fd_get()
345 struct dfs_file *d; in fdt_fd_get()
367 struct dfs_file *fd_get(int fd) in fd_get()
386 struct dfs_file *fd_slot = NULL; in fdt_fd_release()
496 struct dfs_file *fd; in fd_is_open()
615 static int fd_get_fd_index_form_fdt(struct dfs_fdtable *fdt, struct dfs_file *file) in fd_get_fd_index_form_fdt()
644 int fd_get_fd_index(struct dfs_file *file) in fd_get_fd_index()
667 int fd_associate(struct dfs_fdtable *fdt, int fd, struct dfs_file *file) in fd_associate()
704 void fd_init(struct dfs_file *fd) in fd_init()
945 struct dfs_file *fd = fd_table->fds[index]; in list_fd()
999 struct dfs_file *fd = fd_table->fds[index]; in lsofp()