Searched refs:symlink (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/fs/kernfs/
H A DMakefile6 obj-y := mount.o inode.o dir.o file.o symlink.o
H A Dsymlink.c3 * fs/kernfs/symlink.c - kernfs symlink implementation
17 * kernfs_create_link - create a symlink
18 * @parent: directory to create the symlink in
19 * @name: name of the symlink
20 * @target: target node for the symlink to point to
45 kn->symlink.target_kn = target;
46 kernfs_get(target); /* ref owned by symlink */
115 struct kernfs_node *target = kn->symlink.target_kn;
/linux-master/fs/sysfs/
H A DMakefile6 obj-y := file.o dir.o symlink.o mount.o group.o
H A Dsymlink.c3 * fs/sysfs/symlink.c - sysfs symlink implementation
56 * sysfs_create_link_sd - create symlink to a given object.
59 * @name: name of the symlink.
84 * sysfs_create_link - create symlink between two objects.
87 * @name: name of the symlink.
97 * sysfs_create_link_nowarn - create symlink between two objects.
100 * @name: name of the symlink.
113 * sysfs_delete_link - remove symlink in object's directory.
116 * @name: name of the symlink t
[all...]
/linux-master/fs/configfs/
H A DMakefile8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/linux-master/fs/efs/
H A DMakefile8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/linux-master/fs/affs/
H A DMakefile10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/linux-master/fs/autofs/
H A DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/linux-master/fs/coda/
H A DMakefile9 coda_linux.o symlink.o pioctl.o
/linux-master/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
H A Dsymlink.c3 * symlink.c
105 unsigned char *symlink; local
117 symlink = iinfo->i_data + iinfo->i_lenEAttr;
125 symlink = bh->b_data;
128 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE);
/linux-master/fs/orangefs/
H A DMakefile10 devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \
/linux-master/fs/ext2/
H A DMakefile9 ioctl.o namei.o super.o symlink.o trace.o
/linux-master/fs/jfs/
H A DMakefile11 jfs_extent.o symlink.o jfs_metapage.o \
/linux-master/tools/testing/selftests/exec/
H A DMakefile8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir
26 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
/linux-master/scripts/gdb/linux/
H A DMakefile12 $(call if_changed,symlink)
/linux-master/fs/squashfs/
H A DMakefile8 squashfs-y += namei.o super.o symlink.o decompressor.o page_actor.o
/linux-master/scripts/
H A DMakefile.vdsoinst29 $$(call cmd,symlink)
/linux-master/fs/ocfs2/
H A DMakefile37 symlink.o \
/linux-master/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-master/fs/ext4/
H A DMakefile12 super.o symlink.o sysfs.o xattr.o xattr_hurd.o xattr_trusted.o \
/linux-master/fs/nfs/
H A DMakefile10 io.o direct.o pagelist.o read.o symlink.o unlink.o \
H A Dnfs3proc.c290 struct nfs3_symlinkargs symlink; member in union:nfs3_createdata::__anon1823
557 dprintk("NFS call symlink %pd\n", dentry);
563 data->arg.symlink.fromfh = NFS_FH(dir);
564 data->arg.symlink.fromname = dentry->d_name.name;
565 data->arg.symlink.fromlen = dentry->d_name.len;
566 data->arg.symlink.pages = &page;
567 data->arg.symlink.pathlen = len;
568 data->arg.symlink.sattr = sattr;
578 dprintk("NFS reply symlink: %d\n", status);
992 .symlink
[all...]
/linux-master/security/tomoyo/
H A Daudit.c251 const char *symlink = NULL; local
270 symlink = r->obj->symlink_target->name;
271 /* +18 is for " symlink.target=\"%s\"" */
272 len += 18 + strlen(symlink);
286 } else if (symlink)
287 pos += snprintf(buf + pos, len - pos, " symlink.target=\"%s\"",
288 symlink);
/linux-master/fs/befs/
H A Dbefs.h73 char symlink[BEFS_SYMLINK_LEN]; member in union:befs_inode_info::__anon10018

Completed in 373 milliseconds

12345