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

12345

/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
H A Ddir.c37 .symlink = affs_symlink,
/linux-master/fs/autofs/
H A DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
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/befs/
H A Dbefs.h73 char symlink[BEFS_SYMLINK_LEN]; member in union:befs_inode_info::__anon10018
H A Dbefs_fs_types.h194 char symlink[BEFS_SYMLINK_LEN]; member in union:__anon10025::__anon10026
H A Ddebug.c107 befs_debug(sb, " Symbolic link [%s]", inode->data.symlink);
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");
/linux-master/fs/coda/
H A DMakefile9 coda_linux.o symlink.o pioctl.o
/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/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-master/fs/kernfs/
H A DMakefile6 obj-y := mount.o inode.o dir.o file.o symlink.o
/linux-master/fs/ocfs2/
H A DMakefile37 symlink.o \
/linux-master/fs/orangefs/
H A DMakefile10 devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \
/linux-master/fs/sysfs/
H A DMakefile6 obj-y := file.o dir.o symlink.o mount.o group.o
/linux-master/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/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,
H A Dvfs_inode_dotl.c811 * v9fs_vfs_get_link_dotl - follow a symlink path
812 * @dentry: dentry for symlink
813 * @inode: inode for symlink
875 .symlink = v9fs_vfs_symlink_dotl,
/linux-master/fs/afs/
H A Ddir.c67 .symlink = afs_symlink,
1280 * Create a new inode for create/mkdir/symlink
1481 * Remove a link to a file or symlink from a directory.
1569 * Remove a file or symlink from an AFS filesystem.
1781 * create a symlink in an AFS filesystem
1814 op->create.symlink = content;
H A Dfsclient.c881 c_namesz = strlen(op->create.symlink);
905 memcpy(bp, op->create.symlink, c_namesz);
H A Dinternal.h715 #define AFS_VNODE_MOUNTPOINT 5 /* set if vnode is a mountpoint symlink */
898 const char *symlink; member in struct:afs_operation::__anon131::__anon133
1635 struct afs_acl *acl; /* Dir/file/symlink ACL */
H A Dyfsclient.c956 contents_sz = strlen(op->create.symlink);
977 bp = xdr_encode_string(bp, op->create.symlink, contents_sz);
/linux-master/fs/
H A Dbad_inode.c168 .symlink = bad_inode_symlink,
/linux-master/fs/bcachefs/
H A Dfs.c1145 .symlink = bch2_symlink,

Completed in 317 milliseconds

12345