Searched refs:open_files (Results 1 – 5 of 5) sorted by relevance
159 static void open_files(char *path) in open_files() function199 open_files(tc->path); in copy_file_range_verify()
179 struct open_file *open_files; /* only defined in lowntfs-3g */ member
1687 of->next = ctx->open_files; in ntfs_fuse_open()1689 if (ctx->open_files) in ntfs_fuse_open()1690 ctx->open_files->previous = of; in ntfs_fuse_open()1691 ctx->open_files = of; in ntfs_fuse_open()2528 of->next = ctx->open_files; in ntfs_fuse_create()2530 if (ctx->open_files) in ntfs_fuse_create()2531 ctx->open_files->previous = of; in ntfs_fuse_create()2532 ctx->open_files = of; in ntfs_fuse_create()2797 for (of=ctx->open_files; of; of = of->next) { in ntfs_fuse_rm()3144 ctx->open_files = of->next; in ntfs_fuse_release()
358 "open_files": {
3317 static int open_files(OptionGroupList *l, const char *inout, in open_files() function3378 ret = open_files(&octx.groups[GROUP_INFILE], "input", open_input_file); in ffmpeg_parse_options()3392 ret = open_files(&octx.groups[GROUP_OUTFILE], "output", open_output_file); in ffmpeg_parse_options()