Home
last modified time | relevance | path

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

1234

/fs/udf/
Dsymlink.c78 char *symlink; in udf_symlink_filler() local
86 symlink = iinfo->i_ext.i_data + iinfo->i_lenEAttr; in udf_symlink_filler()
93 symlink = bh->b_data; in udf_symlink_filler()
96 udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p); in udf_symlink_filler()
DMakefile8 partition.o super.o truncate.o symlink.o fsync.o \
/fs/ncpfs/
DMakefile10 ncpfs-$(CONFIG_NCPFS_EXTRAS) += symlink.o
11 ncpfs-$(CONFIG_NCPFS_NFS_NS) += symlink.o
/fs/nfs/
Dnfs3proc.c258 struct nfs3_symlinkargs symlink; member
507 data->arg.symlink.fromfh = NFS_FH(dir); in nfs3_proc_symlink()
508 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink()
509 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink()
510 data->arg.symlink.pages = &page; in nfs3_proc_symlink()
511 data->arg.symlink.pathlen = len; in nfs3_proc_symlink()
512 data->arg.symlink.sattr = sattr; in nfs3_proc_symlink()
820 .symlink = nfs3_proc_symlink,
DMakefile8 direct.o pagelist.o proc.o read.o symlink.o unlink.o \
/fs/sysfs/
DMakefile5 obj-y := inode.o file.o dir.o symlink.o mount.o bin.o \
/fs/autofs/
DMakefile7 autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
Dinode.c45 kfree(sbi->symlink[n].data); in autofs_kill_sb()
276 sl = &sbi->symlink[n]; in autofs_iget()
/fs/efs/
DMakefile7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/fs/configfs/
DMakefile7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/fs/autofs4/
DMakefile7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
Dsymlink.c18 nd_set_link(nd, (char *)ino->u.symlink); in autofs4_follow_link()
Dinode.c27 if (ino->u.symlink) { in ino_lnkfree()
28 kfree(ino->u.symlink); in ino_lnkfree()
29 ino->u.symlink = NULL; in ino_lnkfree()
/fs/affs/
DMakefile9 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/fs/sysv/
DMakefile8 namei.o super.o symlink.o
/fs/squashfs/
DMakefile7 squashfs-y += namei.o super.o symlink.o
Dsquashfs_fs.h284 char symlink[0]; member
352 struct squashfs_symlink_inode symlink; member
/fs/ufs/
DMakefile8 namei.o super.o symlink.o truncate.o util.o
/fs/coda/
DMakefile8 coda_linux.o symlink.o pioctl.o sysctl.o
/fs/smbfs/
DMakefile8 symlink.o smbiod.o request.o
/fs/ext2/
DMakefile8 ioctl.o namei.o super.o symlink.o
/fs/ext3/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
/fs/ext4/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
/fs/jfs/
DMakefile10 jfs_extent.o symlink.o jfs_metapage.o \
/fs/jffs2/
DMakefile10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o

1234