Home
last modified time | relevance | path

Searched refs:symlink (Results 76 - 100 of 382) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/kernel/linux/linux-5.10/fs/ext4/
H A DMakefile12 super.o symlink.o sysfs.o xattr.o xattr_hurd.o xattr_trusted.o \
/kernel/linux/linux-5.10/fs/ocfs2/
H A DMakefile37 symlink.o \
/kernel/linux/linux-6.6/fs/ext4/
H A DMakefile12 super.o symlink.o sysfs.o xattr.o xattr_hurd.o xattr_trusted.o \
/kernel/linux/linux-6.6/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/kernel/linux/linux-6.6/fs/ocfs2/
H A DMakefile37 symlink.o \
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink04.c24 * Verify that, symlink will succeed to creat a symbolic link of an existing
28 * symlink() should return value 0 on success and symbolic link of an
105 * Call symlink(2) to create a symlink of in main()
108 TEST(symlink(TESTFILE, SYMFILE)); in main()
111 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s", in main()
116 * Get the symlink file status information in main()
128 "symlink of %s doesn't exist", in main()
131 tst_resm(TPASS, "symlink(%s, %s) " in main()
137 /* Unlink the symlink fil in main()
[all...]
H A Dsymlink05.c24 * Verify that, symlink will succeed to creat a symbolic link of an
28 * symlink() should return value 0 on success and symlink of an
105 * Call symlink(2) to create a symlink of in main()
108 TEST(symlink(TESTFILE, SYMFILE)); in main()
112 "symlink(%s, %s) Failed, errno=%d : %s", in main()
117 * Get the symlink file status information in main()
129 "symlink of %s doesn't exist", in main()
132 tst_resm(TPASS, "symlink( in main()
[all...]
H A Dsymlink02.c42 * TEST TITLE : Basic test for symlink(2)
62 * 1.) symlink(2) returns...(See Description)
90 * This is a Phase I test for the symlink(2) system call. It is intended
93 * symlink(2).
151 * Call symlink(2) in main()
153 TEST(symlink(fname, symlnk)); in main()
157 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s", in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_slinks.c2 // A simple symlink test
15 // Creates symlink [new-path] to [old-path], checks it,
46 // Create symlink in main()
47 if (symlink(old_path, new_path) != 0) { in main()
48 perror("checklink : symlink failed "); in main()
51 // stat data of symlink itself in main()
64 // Increase size of buffer to readlink untile whole symlink body will be read. in main()
82 // Whole expected symlink body is read in main()
86 // Only part of symlink body was read. So we make a bigger buffer in main()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dk-tree-trav.c62 // symlink testing in k_tree_trav()
63 symlink(ln, f1); in k_tree_trav()
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
H A Dlremovexattr01.c54 /* set attribute on both: file and symlink */ in verify_lremovexattr()
62 /* remove attribute from symlink only */ in verify_lremovexattr()
71 /* make sure attribute is gone from symlink */ in verify_lremovexattr()
114 if (symlink(FILENAME, SYMLINK) < 0) in setup()
115 tst_brk(TCONF, "symlink() not supported"); in setup()
/third_party/python/Lib/test/
H A Dtest_glob.py40 os.symlink(self.norm('broken'), self.norm('sym1'))
41 os.symlink('broken', self.norm('sym2'))
42 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
363 os.symlink(os.curdir, os.path.join('dir', 'link'))
/kernel/linux/linux-5.10/fs/befs/
H A Dlinuxvfs.c378 strlcpy(befs_ino->i_data.symlink, raw_inode->data.symlink, in befs_iget()
405 inode->i_link = befs_ino->i_data.symlink; in befs_iget()
410 "directory or symlink. THAT IS WRONG! BeFS has no " in befs_iget()
441 i_data.symlink), in befs_init_inodecache()
443 i_data.symlink), in befs_init_inodecache()
481 befs_error(sb, "Long symlink with illegal length"); in befs_symlink_readpage()
484 befs_debug(sb, "Follow long symlink"); in befs_symlink_readpage()
487 befs_error(sb, "Failed to read entire long symlink"); in befs_symlink_readpage()
/kernel/linux/linux-5.10/fs/hpfs/
H A Dnamei.c292 static int hpfs_symlink(struct inode *dir, struct dentry *dentry, const char *symlink) in hpfs_symlink() argument
335 result->i_size = strlen(symlink); in hpfs_symlink()
350 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink)); in hpfs_symlink()
622 .symlink = hpfs_symlink,
/kernel/linux/linux-6.6/fs/hpfs/
H A Dnamei.c289 struct dentry *dentry, const char *symlink) in hpfs_symlink()
330 result->i_size = strlen(symlink); in hpfs_symlink()
345 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink)); in hpfs_symlink()
618 .symlink = hpfs_symlink,
288 hpfs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symlink) hpfs_symlink() argument
/kernel/linux/linux-6.6/fs/befs/
H A Dlinuxvfs.c377 strscpy(befs_ino->i_data.symlink, raw_inode->data.symlink, in befs_iget()
404 inode->i_link = befs_ino->i_data.symlink; in befs_iget()
409 "directory or symlink. THAT IS WRONG! BeFS has no " in befs_iget()
440 i_data.symlink), in befs_init_inodecache()
442 i_data.symlink), in befs_init_inodecache()
480 befs_error(sb, "Long symlink with illegal length"); in befs_symlink_read_folio()
483 befs_debug(sb, "Follow long symlink"); in befs_symlink_read_folio()
486 befs_error(sb, "Failed to read entire long symlink"); in befs_symlink_read_folio()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dlink.c161 /* it's not a symlink */ in couldbe_mf_symlink()
165 /* it's not a symlink */ in couldbe_mf_symlink()
213 char *symlink = NULL; in check_mf_symlink() local
216 /* it's not a symlink */ in check_mf_symlink()
232 if (bytes_read == 0) /* not a symlink */ in check_mf_symlink()
235 rc = parse_mf_symlink(buf, bytes_read, &link_len, &symlink); in check_mf_symlink()
237 /* it's not a symlink */ in check_mf_symlink()
245 /* it is a symlink */ in check_mf_symlink()
250 fattr->cf_symlink_target = symlink; in check_mf_symlink()
290 /* it's not a symlink */ in cifs_query_mf_symlink()
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-promises.js31 symlink,
284 // create symlink
293 await symlink(newPath, newLink);
328 // specify symlink type
331 await symlink(tmpDir, dir, 'dir');
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp162 int i = symlink("/dev/zero", "/data/local/tmp/tmplink"); in Bm_function_Readlink()
164 perror("symlink"); in Bm_function_Readlink()
178 int i = symlink("/dev/zero", "/data/local/tmp/tmplink"); in Bm_function_Readlinkat()
180 perror("symlink"); in Bm_function_Readlinkat()
201 int i = symlink("/dev/zero", "/data/local/tmp/tmplink"); in Bm_function_Readlinkat_chk()
203 perror("symlink"); in Bm_function_Readlinkat_chk()
H A Dlibc_stat.cpp42 symlink("/etc/passwd", DATA_ROOT"/data/local/tmp/passwd_link"); in Bm_function_Fstatat_symbollink()
/kernel/linux/linux-6.6/fs/nfs/
H A DMakefile10 io.o direct.o pagelist.o read.o symlink.o unlink.o \
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h107 struct usb_symlink *symlink[2];/* our symlinks */ member
/third_party/mesa3d/bin/
H A Dinstall_megadrivers.py68 os.symlink(driver, name)
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
H A Dmove-file.js53 // make sure they point to the symlink destination
58 // type of symlink in windows
68 await fs.symlink(

Completed in 11 milliseconds

12345678910>>...16