Searched refs:symlink (Results 51 - 75 of 107) sorted by relevance

12345

/linux-master/include/linux/
H A Dkernfs.h214 struct kernfs_elem_symlink symlink; member in union:kernfs_node::__anon403
H A Dnfs_xdr.h1031 } symlink; /* NF4LNK */ member in union:nfs4_create_arg::__anon868
1775 int (*symlink) (struct inode *, struct dentry *, struct folio *, member in struct:nfs_rpc_ops
/linux-master/fs/ceph/
H A Dmds_client.h82 char *symlink; member in struct:ceph_mds_reply_info_in
/linux-master/fs/squashfs/
H A Dinode.c275 struct squashfs_symlink_inode *sqsh_ino = &squashfs_ino.symlink;
/linux-master/fs/coda/
H A Dupcall.c414 offset = INSIZE(symlink);
415 insize = max_t(unsigned int, offset + len + symlen + 8, OUTSIZE(symlink));
H A Ddir.c135 /* creation routines: create, mknod, mkdir, link, symlink */
571 .symlink = coda_symlink,
/linux-master/fs/nfs/
H A Dproc.c419 dprintk("NFS call symlink %pd\n", dentry);
445 dprintk("NFS reply symlink: %d\n", status);
700 .symlink = nfs_symlink,
739 .symlink = nfs_proc_symlink,
/linux-master/fs/xfs/
H A Dxfs_iops.c1130 .symlink = xfs_vn_symlink,
1157 .symlink = xfs_vn_symlink,
/linux-master/fs/smb/client/
H A Dsmb1ops.c554 data->symlink = false;
595 data->symlink = true;
/linux-master/fs/hfsplus/
H A Ddir.c567 .symlink = hfsplus_symlink,
/linux-master/fs/nilfs2/
H A Dnamei.c149 /* slow symlink */
543 .symlink = nilfs_symlink,
/linux-master/fs/ntfs3/
H A Dnamei.c197 * ntfs_symlink - inode_operations::symlink
605 .symlink = ntfs_symlink,
/linux-master/fs/sysfs/
H A Dfile.c613 * @kobj: object of the kernfs_node the symlink is located in.
614 * @targ: object of the kernfs_node the symlink points to.
619 * This function looks up the sysfs symlink entry @name under @kobj and changes
620 * the ownership to @kuid/@kgid. The symlink is looked up in the namespace of
642 if (kn->symlink.target_kn->priv != targ)
/linux-master/fs/reiserfs/
H A Dnamei.c836 retval = reiserfs_new_inode(&th, dir, mode, NULL /*symlink */,
1648 .symlink = reiserfs_symlink,
1691 .symlink = reiserfs_symlink,
1706 * symlink operations.. same as page_symlink_inode_operations, with xattr
/linux-master/fs/afs/
H A Dyfsclient.c956 contents_sz = strlen(op->create.symlink);
977 bp = xdr_encode_string(bp, op->create.symlink, contents_sz);
/linux-master/tools/perf/util/
H A Dbuild-id.c767 if (symlink(tmp, linkname) == 0) {
/linux-master/fs/autofs/
H A Droot.c56 .symlink = autofs_dir_symlink,
300 * option set and also has the "symlink" option in the autofs
302 * directory and create a symlink as the mount leaving the
367 * If the dentry is a symlink it's equivalent to a directory
/linux-master/fs/jffs2/
H A Ddir.c60 .symlink = jffs2_symlink,
367 jffs2_dbg(1, "%s(): symlink's target '%s' cached\n",
/linux-master/tools/include/nolibc/
H A Dsys.h1086 * int symlink(const char *old, const char *new);
1102 int symlink(const char *old, const char *new) function
/linux-master/fs/ecryptfs/
H A Dinode.c1179 .symlink = ecryptfs_symlink,
/linux-master/fs/hostfs/
H A Dhostfs_kern.c883 .symlink = hostfs_symlink,
/linux-master/kernel/bpf/
H A Dinode.c408 .symlink = bpf_symlink,
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c3225 ASSERT_EQ(0, symlink("none", file2_s1d1));
3236 ASSERT_EQ(-1, symlink("none", file1_s1d1));
3243 ASSERT_EQ(0, symlink("none", file1_s1d2));
3248 ASSERT_EQ(0, symlink("none", file1_s1d3));
/linux-master/fs/udf/
H A Dnamei.c15 * 04/19/99 blf link, mknod, symlink support
1010 .symlink = udf_symlink,
/linux-master/fs/9p/
H A Dvfs_inode.c1128 * v9fs_vfs_get_link - follow a symlink path
1129 * @dentry: dentry for symlink
1130 * @inode: inode for symlink
1211 * @dir: directory inode containing symlink
1212 * @dentry: dentry for symlink
1213 * @symname: symlink data
1337 .symlink = v9fs_vfs_symlink,

Completed in 450 milliseconds

12345