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

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dsymlink.c3 * linux/fs/autofs/symlink.c
19 return vfs_readlink(dentry, buffer, buflen, ino->u.symlink);
26 return vfs_follow_link(nd, ino->u.symlink);
H A DMakefile9 obj-y := init.o inode.o root.o symlink.o waitq.o expire.o
H A Dinode.c24 if (ino->u.symlink) {
25 kfree(ino->u.symlink);
26 ino->u.symlink = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A DMakefile14 obj-y := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A DMakefile9 obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A DMakefile12 obj-y := super.o inode.o namei.o dir.o file.o symlink.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A DMakefile13 namei.o super.o symlink.o
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dmv_tests.mk56 ln -s afile symlink; \
57 ls -l afile symlink > ../mv_symlink_newname.gnu; \
58 ${GMV} symlink newname; \
60 -ls -l mv_tests/symlink;
68 ln -s afile symlink; \
69 ls -l afile symlink > ../mv_symlink_newname.bb;\
70 ${BMV} symlink newname; \
72 -ls -l mv_tests/symlink;
83 ln -s afile symlink; \
86 ${GMV} symlink afil
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A DMakefile8 symlink.o pioctl.o sysctl.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A DMakefile13 ioctl.o namei.o super.o symlink.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A DMakefile13 ioctl.o namei.o super.o symlink.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A DMakefile13 symlink.o ncpsign_kernel.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dsymlink.c2 * symlink.c
84 char *symlink; local
96 symlink = bh->b_data + udf_file_entry_alloc_offset(inode);
105 symlink = bh->b_data;
108 udf_pc_to_char(symlink, inode->i_size, p);
H A DMakefile13 partition.o super.o truncate.o symlink.o fsync.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A DMakefile13 namei.o super.o symlink.o truncate.o util.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A DMakefile9 jfs_extent.o symlink.o jfs_metapage.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A DMakefile13 read.o symlink.o unlink.o write.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A DMakefile17 symlink.o build.o erase.o background.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/DocBook/
H A Dprocfs_example.c66 *bar_file, *jiffies_file, *tty_device, *symlink; variable in typeref:struct:
199 /* create symlink */
200 symlink = proc_symlink("jiffies_too", example_dir,
202 if(symlink == NULL) {
207 symlink->owner = THIS_MODULE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbad_inode.c53 symlink: EIO_ERROR,
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dln.c76 status = symlink(link_destname, src_name);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcoda_proc.h55 int symlink; member in struct:coda_vfs_stats
61 /* symlink operatoins*/
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcoda_proc.h55 int symlink; member in struct:coda_vfs_stats
61 /* symlink operatoins*/
/asus-wl-520gu-7.0.1.45/src/router/acl/
H A Dinstall-sh60 echo "or $prog -S file target (creates \"target\" symlink)"
151 symlink=$OPTARG
192 # fourth usage (symlink)
200 $LN -s -f $symlink $target
202 $MANIFEST l $symlink ${target#$DIST_ROOT}
/asus-wl-520gu-7.0.1.45/src/router/attr/
H A Dinstall-sh60 echo "or $prog -S file target (creates \"target\" symlink)"
151 symlink=$OPTARG
192 # fourth usage (symlink)
200 $LN -s -f $symlink $target
202 $MANIFEST l $symlink ${target#$DIST_ROOT}

Completed in 217 milliseconds

1234