Home
last modified time | relevance | path

Searched refs:symlink (Results 1 – 25 of 87) sorted by relevance

1234

/fs/udf/
Dsymlink.c108 unsigned char *symlink; in udf_symlink_filler() local
125 symlink = iinfo->i_data + iinfo->i_lenEAttr; in udf_symlink_filler()
134 symlink = bh->b_data; in udf_symlink_filler()
137 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); in udf_symlink_filler()
DMakefile9 partition.o super.o truncate.o symlink.o \
/fs/nfs/
Dnfs3proc.c290 struct nfs3_symlinkargs symlink; member
562 data->arg.symlink.fromfh = NFS_FH(dir); in nfs3_proc_symlink()
563 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink()
564 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink()
565 data->arg.symlink.pages = &page; in nfs3_proc_symlink()
566 data->arg.symlink.pathlen = len; in nfs3_proc_symlink()
567 data->arg.symlink.sattr = sattr; in nfs3_proc_symlink()
991 .symlink = nfs_symlink,
1042 .symlink = nfs3_proc_symlink,
DMakefile10 io.o direct.o pagelist.o read.o symlink.o unlink.o \
/fs/kernfs/
Dsymlink.c46 kn->symlink.target_kn = target; in kernfs_create_link()
116 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
DMakefile6 obj-y := mount.o inode.o dir.o file.o symlink.o
/fs/befs/
Dlinuxvfs.c379 strlcpy(befs_ino->i_data.symlink, raw_inode->data.symlink, in befs_iget()
406 inode->i_link = befs_ino->i_data.symlink; in befs_iget()
442 i_data.symlink), in befs_init_inodecache()
444 i_data.symlink), in befs_init_inodecache()
Dbefs.h73 char symlink[BEFS_SYMLINK_LEN]; member
/fs/hpfs/
Dnamei.c296 struct dentry *dentry, const char *symlink) in hpfs_symlink() argument
339 result->i_size = strlen(symlink); in hpfs_symlink()
354 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink)); in hpfs_symlink()
626 .symlink = hpfs_symlink,
/fs/sysfs/
DMakefile6 obj-y := file.o dir.o symlink.o mount.o group.o
Dsymlink.c189 if (kn->symlink.target_kn->priv != targ) in sysfs_rename_link_ns()
/fs/efs/
DMakefile8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/fs/configfs/
DMakefile8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/fs/autofs/
DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/affs/
DMakefile10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
Ddir.c37 .symlink = affs_symlink,
/fs/coda/
DMakefile9 coda_linux.o symlink.o pioctl.o
/fs/ext2/
DMakefile9 ioctl.o namei.o super.o symlink.o
/fs/orangefs/
DMakefile10 devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \
/fs/jfs/
DMakefile11 jfs_extent.o symlink.o jfs_metapage.o \
/fs/squashfs/
DMakefile8 squashfs-y += namei.o super.o symlink.o decompressor.o page_actor.o
Dsquashfs_fs.h331 char symlink[]; member
400 struct squashfs_symlink_inode symlink; member
/fs/jffs2/
DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/fs/ext4/
DMakefile12 super.o symlink.o sysfs.o xattr.o xattr_hurd.o xattr_trusted.o \
/fs/ocfs2/
DMakefile37 symlink.o \

1234