Home
last modified time | relevance | path

Searched refs:do_link (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/fs/linktest/
Dlinktest.sh37 do_link() function
69 do_link "s" "-s" $soft_links "symbolic"
70 do_link "h" "" $hard_links "hard"
/third_party/NuttX/fs/vfs/
Dfs_link.c36 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/
Dnegotiation346 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/
Dstandalone.h37 int do_link; member
Dmain.cpp47 { "link", no_argument, &options.do_link, 1 },
Dstandalone.cpp517 if (options->do_link) { in standalone_compile_shader()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c91 .do_link = false, in load_glsl()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c96 .do_link = true, in compile_shader()
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c236 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/
Dcmdline.c134 .do_link = true, in compile_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c112 .do_link = true, in load_glsl()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c644 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/
Dfuse_lowlevel.c1313 static void do_link(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
2578 [FUSE_LINK] = { do_link, "LINK" },