Searched refs:symlink (Results 1 – 25 of 90) sorted by relevance
1234
/linux-2.4.37.9/fs/udf/ |
D | symlink.c | 84 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()
|
D | Makefile | 13 partition.o super.o truncate.o symlink.o fsync.o \
|
/linux-2.4.37.9/Documentation/DocBook/ |
D | procfs_example.c | 66 *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/ |
D | README-WIP.txt | 52 + 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/ |
D | symlink.c | 19 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()
|
D | inode.c | 24 if (ino->u.symlink) { in ino_lnkfree() 25 kfree(ino->u.symlink); in ino_lnkfree() 26 ino->u.symlink = NULL; in ino_lnkfree()
|
D | Makefile | 9 obj-y := init.o inode.o root.o symlink.o waitq.o expire.o
|
D | root.c | 42 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/ |
D | Makefile | 12 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/ |
D | methods.c | 348 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/ |
D | Makefile | 12 obj-y := super.o inode.o namei.o dir.o file.o symlink.o
|
/linux-2.4.37.9/fs/autofs/ |
D | Makefile | 9 obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
|
D | inode.c | 33 kfree(sbi->symlink[n].data); in autofs_put_super() 240 sl = &sbi->symlink[n]; in autofs_read_inode()
|
D | root.c | 37 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/ |
D | Makefile | 14 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/ |
D | Makefile | 13 namei.o super.o symlink.o
|
/linux-2.4.37.9/fs/ufs/ |
D | Makefile | 13 namei.o super.o symlink.o truncate.o util.o
|
/linux-2.4.37.9/fs/coda/ |
D | Makefile | 8 symlink.o pioctl.o sysctl.o
|
/linux-2.4.37.9/fs/ext2/ |
D | Makefile | 13 ioctl.o namei.o super.o symlink.o
|
/linux-2.4.37.9/fs/ext3/ |
D | Makefile | 13 ioctl.o namei.o super.o symlink.o
|
/linux-2.4.37.9/fs/ncpfs/ |
D | Makefile | 13 symlink.o ncpsign_kernel.o
|
/linux-2.4.37.9/fs/nfs/ |
D | Makefile | 13 read.o symlink.o unlink.o write.o
|
/linux-2.4.37.9/fs/jffs2/ |
D | Makefile | 17 symlink.o build.o erase.o background.o
|
/linux-2.4.37.9/fs/jfs/ |
D | Makefile | 9 jfs_extent.o symlink.o jfs_metapage.o \
|
/linux-2.4.37.9/fs/partitions/ |
D | check.c | 308 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