Searched refs:do_link (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/fs/linktest/ |
D | linktest.sh | 35 do_link() function 67 do_link "s" "-s" $soft_links "symbolic" 68 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/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" },
|