Searched refs:symlink (Results 26 - 50 of 107) sorted by relevance

12345

/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c104 if (symlink("/run", "/var/run"))
105 panic("run symlink");
106 if (symlink("/proc/self/fd", "/dev/fd"))
107 panic("fd symlink");
/linux-master/fs/affs/
H A Ddir.c37 .symlink = affs_symlink,
/linux-master/fs/befs/
H A Dbefs_fs_types.h194 char symlink[BEFS_SYMLINK_LEN]; member in union:__anon10025::__anon10026
H A Dlinuxvfs.c378 strscpy(befs_ino->i_data.symlink, raw_inode->data.symlink,
405 inode->i_link = befs_ino->i_data.symlink;
410 "directory or symlink. THAT IS WRONG! BeFS has no "
440 i_data.symlink),
442 i_data.symlink),
480 befs_error(sb, "Long symlink with illegal length");
483 befs_debug(sb, "Follow long symlink");
486 befs_error(sb, "Failed to read entire long symlink");
H A Ddebug.c107 befs_debug(sb, " Symbolic link [%s]", inode->data.symlink);
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c64 ASSERT_EQ(symlink(paths[i], self->pathname), 0);
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c27 #define LINK "/tmp/symlink"
123 err = symlink(DATA, LINK);
125 die("symlink failed: %s\n", strerror(errno));
/linux-master/fs/nfsd/
H A Dxdr.h137 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
/linux-master/fs/
H A Dbad_inode.c168 .symlink = bad_inode_symlink,
/linux-master/fs/squashfs/
H A Dsquashfs_fs.h331 char symlink[]; member in struct:squashfs_symlink_inode
400 struct squashfs_symlink_inode symlink; member in union:squashfs_inode
/linux-master/scripts/
H A DMakefile.modinst16 # remove the old directory and symlink
22 $(call cmd,symlink)
/linux-master/fs/hpfs/
H A Dnamei.c289 struct dentry *dentry, const char *symlink)
330 result->i_size = strlen(symlink);
345 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink));
618 .symlink = hpfs_symlink,
288 hpfs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symlink) argument
/linux-master/fs/smb/client/
H A Dlink.c149 /* it's not a symlink */
153 /* it's not a symlink */
201 char *symlink = NULL; local
204 /* it's not a symlink */
220 if (bytes_read == 0) /* not a symlink */
223 rc = parse_mf_symlink(buf, bytes_read, &link_len, &symlink);
225 /* it's not a symlink */
233 /* it is a symlink */
238 fattr->cf_symlink_target = symlink;
278 /* it's not a symlink */
[all...]
/linux-master/fs/xfs/
H A DMakefile171 symlink.o \
/linux-master/security/tomoyo/
H A Dcondition.c812 struct tomoyo_path_info *symlink; local
818 symlink = obj ? obj->symlink_target : NULL;
819 if (!symlink ||
820 !tomoyo_compare_name_union(symlink, ptr)
H A Dcommon.c36 [TOMOYO_MAC_FILE_SYMLINK] = "symlink",
88 [TOMOYO_TYPE_IS_SYMLINK] = "symlink",
107 [TOMOYO_SYMLINK_TARGET] = "symlink.target",
152 [TOMOYO_TYPE_SYMLINK] = "symlink",
1996 char *symlink = NULL; local
2019 symlink = strstr(header, " symlink.target=\"");
2020 if (symlink)
2021 len += tomoyo_truncate(symlink + 1) + 1;
2031 if (symlink)
[all...]
/linux-master/fs/sysv/
H A Dnamei.c274 .symlink = sysv_symlink,
/linux-master/fs/minix/
H A Dnamei.c260 .symlink = minix_symlink,
/linux-master/fs/ramfs/
H A Dinode.c196 .symlink = ramfs_symlink,
/linux-master/fs/hostfs/
H A Dhostfs_user.c282 err = symlink(to, from);
/linux-master/fs/ufs/
H A Dnamei.c126 /* slow symlink */
134 /* fast symlink */
335 .symlink = ufs_symlink,
/linux-master/fs/vboxsf/
H A Ddir.c483 .symlink = vboxsf_dir_symlink,
/linux-master/fs/orangefs/
H A Dnamei.c274 ("*** Failed to allocate orangefs symlink inode\n");
280 * re-read symlink size as it is impossible for it to change.
287 "Assigned symlink inode new number of %pU\n",
437 .symlink = orangefs_symlink,
/linux-master/fs/ext2/
H A Dnamei.c178 /* slow symlink */
186 /* fast symlink */
411 .symlink = ext2_symlink,
/linux-master/sound/core/
H A Dcontrol_led.c672 "can't create symlink to controlC%i device\n", card->number);
674 "can't create symlink to card%i\n", card->number);

Completed in 439 milliseconds

12345