Searched refs:do_link (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/fs/linktest/ |
D | linktest.sh | 37 do_link() function 69 do_link "s" "-s" $soft_links "symbolic" 70 do_link "h" "" $hard_links "hard"
|
/third_party/NuttX/fs/vfs/ |
D | fs_link.c | 36 int do_link(int oldfd, const char *oldpath, int newfd, const char *newpath, int flag) in do_link() function 153 return do_link(AT_FDCWD, oldpath, AT_FDCWD, newpath, 0); in link() 158 return do_link(olddirfd, oldpath, newdirfd, newpath, flags); in linkat()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | negotiation3 | 46 There are two functions handling the negotiation, the link function and the do_link 47 function. The link function is always called first and must eventually call do_link on 49 and then call the do_link function on the peer pad. The do_link function can only 101 Since the link function of the pad will call the do_link function of 269 | do_link(src, A') | 299 | do_link(B) |
|
/third_party/mesa3d/src/compiler/glsl/ |
D | standalone.h | 37 int do_link; member
|
D | main.cpp | 47 { "link", no_argument, &options.do_link, 1 },
|
D | standalone.cpp | 517 if (options->do_link) { in standalone_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
D | lima_compiler_cmdline.c | 91 .do_link = false, in load_glsl()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 96 .do_link = true, in compile_shader()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 236 void do_link(struct all_test_cases *tc_ptr); 996 do_link(tc_ptr); in do_syscalltests() 1530 void do_link(struct all_test_cases *tc_ptr) in do_link() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 134 .do_link = true, in compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 112 .do_link = true, in load_glsl()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 644 static void do_link(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_link() function 1249 [FUSE_LINK] = { do_link, "LINK" },
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1313 static void do_link(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function 2578 [FUSE_LINK] = { do_link, "LINK" },
|