Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/fs/udf/
Dsymlink.c84 char *symlink; in udf_symlink_filler() local
96 symlink = bh->b_data + udf_file_entry_alloc_offset(inode); in udf_symlink_filler()
105 symlink = bh->b_data; in udf_symlink_filler()
108 udf_pc_to_char(symlink, inode->i_size, p); in udf_symlink_filler()
DMakefile13 partition.o super.o truncate.o symlink.o fsync.o \
/linux-2.4.37.9/Documentation/DocBook/
Dprocfs_example.c66 *bar_file, *jiffies_file, *tty_device, *symlink; variable
200 symlink = proc_symlink("jiffies_too", example_dir, in init_procfs_example()
202 if(symlink == NULL) { in init_procfs_example()
207 symlink->owner = THIS_MODULE; in init_procfs_example()
/linux-2.4.37.9/fs/umsdos/
DREADME-WIP.txt52 + resolve symlink - works
53 + dereference symlink - works
54 + dangling symlink - works
61 + create symlink - works
70 + rename symlink (same dir) - works
71 + rename symlink (dif. dir) - works
/linux-2.4.37.9/fs/autofs4/
Dsymlink.c19 return vfs_readlink(dentry, buffer, buflen, ino->u.symlink); in autofs4_readlink()
26 return vfs_follow_link(nd, ino->u.symlink); in autofs4_follow_link()
Dinode.c24 if (ino->u.symlink) { in ino_lnkfree()
25 kfree(ino->u.symlink); in ino_lnkfree()
26 ino->u.symlink = NULL; in ino_lnkfree()
DMakefile9 obj-y := init.o inode.o root.o symlink.o waitq.o expire.o
Droot.c42 symlink: autofs4_dir_symlink,
50 symlink: autofs4_dir_symlink,
327 ino->u.symlink = cp = kmalloc(ino->size + 1, GFP_KERNEL); in autofs4_dir_symlink()
/linux-2.4.37.9/fs/smbfs/
DMakefile12 obj-y := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o symlink.o
32 SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c symlink.c
/linux-2.4.37.9/fs/intermezzo/
Dmethods.c348 if (cache_iops->symlink && filter_iops->symlink) in filter_setup_dir_ops()
349 cache_filter_iops->symlink = filter_iops->symlink; in filter_setup_dir_ops()
/linux-2.4.37.9/fs/efs/
DMakefile12 obj-y := super.o inode.o namei.o dir.o file.o symlink.o
/linux-2.4.37.9/fs/autofs/
DMakefile9 obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
Dinode.c33 kfree(sbi->symlink[n].data); in autofs_put_super()
240 sl = &sbi->symlink[n]; in autofs_read_inode()
Droot.c37 symlink: autofs_root_symlink,
273 sl = &sbi->symlink[n]; in autofs_root_symlink()
345 kfree(sbi->symlink[n].data); in autofs_root_unlink()
/linux-2.4.37.9/fs/affs/
DMakefile14 obj-y := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/linux-2.4.37.9/fs/sysv/
DMakefile13 namei.o super.o symlink.o
/linux-2.4.37.9/fs/ufs/
DMakefile13 namei.o super.o symlink.o truncate.o util.o
/linux-2.4.37.9/fs/coda/
DMakefile8 symlink.o pioctl.o sysctl.o
/linux-2.4.37.9/fs/ext2/
DMakefile13 ioctl.o namei.o super.o symlink.o
/linux-2.4.37.9/fs/ext3/
DMakefile13 ioctl.o namei.o super.o symlink.o
/linux-2.4.37.9/fs/ncpfs/
DMakefile13 symlink.o ncpsign_kernel.o
/linux-2.4.37.9/fs/nfs/
DMakefile13 read.o symlink.o unlink.o write.o
/linux-2.4.37.9/fs/jffs2/
DMakefile17 symlink.o build.o erase.o background.o
/linux-2.4.37.9/fs/jfs/
DMakefile9 jfs_extent.o symlink.o jfs_metapage.o \
/linux-2.4.37.9/fs/partitions/
Dcheck.c308 char dirname[64], symlink[16]; in devfs_register_disc() local
330 sprintf (symlink, "disc%d", dev->part[minor].number); in devfs_register_disc()
331 devfs_mk_symlink (devfs_handle, symlink, DEVFS_FL_DEFAULT, in devfs_register_disc()

1234