Home
last modified time | relevance | path

Searched refs:open_files (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c159 static void open_files(char *path) in open_files() function
199 open_files(tc->path); in copy_file_range_verify()
/third_party/ntfs-3g/src/
Dntfs-3g_common.h179 struct open_file *open_files; /* only defined in lowntfs-3g */ member
Dlowntfs-3g.c1687 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()
/third_party/node/doc/api/
Dreport.md358 "open_files": {
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c3317 static int open_files(OptionGroupList *l, const char *inout, in open_files() function
3378 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()