/linux-4.1.27/scripts/ |
D | depmod.sh | 48 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 49 ln -s "$KERNELRELEASE" "$symlink" 61 rm -f "$symlink"
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | o2cb | 1 What: /sys/o2cb symlink 5 Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
|
/linux-4.1.27/fs/udf/ |
D | symlink.c | 105 unsigned char *symlink; in udf_symlink_filler() local 122 symlink = iinfo->i_ext.i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 131 symlink = bh->b_data; in udf_symlink_filler() 134 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); in udf_symlink_filler()
|
D | Makefile | 8 partition.o super.o truncate.o symlink.o \
|
D | namei.c | 1289 .symlink = udf_symlink,
|
/linux-4.1.27/Documentation/hwmon/ |
D | ucd9200 | 10 http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 13 http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 14 http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 15 http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 16 http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
D | ucd9000 | 9 http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 10 http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
D | ads1015 | 8 http://focus.ti.com/lit/ds/symlink/ads1015.pdf 12 http://focus.ti.com/lit/ds/symlink/ads1115.pdf
|
D | lm95245 | 8 http://www.ti.com/lit/ds/symlink/lm95235.pdf 12 http://www.ti.com/lit/ds/symlink/lm95245.pdf
|
D | ads7828 | 8 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 13 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
/linux-4.1.27/fs/ncpfs/ |
D | Makefile | 10 ncpfs-$(CONFIG_NCPFS_EXTRAS) += symlink.o 11 ncpfs-$(CONFIG_NCPFS_NFS_NS) += symlink.o
|
D | dir.c | 64 .symlink = ncp_symlink,
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | Makefile | 3 DEPS = execveat.symlink execveat.denatured script subdir 12 execveat.symlink: execveat
|
D | .gitignore | 4 execveat.symlink
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-firmware-ofw | 16 symlink. It is possible that the absolute path will change 17 in the future, but the symlink is the stable ABI. 19 The /proc/device-tree symlink replaces the devicetree /proc
|
D | sysfs-devices-soc | 56 interest, as it contains a symlink for each SoC device found on 57 the system. Each symlink points back into the aforementioned
|
D | sysfs-class-uwb_rc | 90 A symlink to the device (if any) of the WUSB Host
|
D | sysfs-block-bcache | 21 For a backing device that has cache, a symlink to
|
D | sysfs-class-cxl | 2 pointed to by the symlink device/.
|
D | sysfs-devices-system-cpu | 64 For example, the following symlink is created for cpu42
|
/linux-4.1.27/security/tomoyo/ |
D | audit.c | 248 const char *symlink = NULL; in tomoyo_init_log() local 265 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 267 len += 18 + strlen(symlink); in tomoyo_init_log() 280 } else if (symlink) in tomoyo_init_log() 282 symlink); in tomoyo_init_log()
|
D | condition.c | 790 struct tomoyo_path_info *symlink; in tomoyo_condition() local 794 symlink = obj ? obj->symlink_target : NULL; in tomoyo_condition() 795 if (!symlink || in tomoyo_condition() 796 !tomoyo_compare_name_union(symlink, ptr) in tomoyo_condition()
|
D | common.c | 1941 char *symlink = NULL; in tomoyo_add_entry() local 1963 symlink = strstr(header, " symlink.target=\""); in tomoyo_add_entry() 1964 if (symlink) in tomoyo_add_entry() 1965 len += tomoyo_truncate(symlink + 1) + 1; in tomoyo_add_entry() 1975 if (symlink) in tomoyo_add_entry() 1976 tomoyo_addprintf(buffer, len, "%s", symlink); in tomoyo_add_entry()
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 38 kn->symlink.target_kn = target; in kernfs_create_link() 105 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
|
D | Makefile | 5 obj-y := mount.o inode.o dir.o file.o symlink.o
|
D | dir.c | 413 kernfs_put(kn->symlink.target_kn); in kernfs_put()
|
/linux-4.1.27/Documentation/driver-model/ |
D | binding.txt | 62 A symlink is created in the bus's 'devices' directory that points to 65 A symlink is created in the driver's 'devices' directory that points 69 symlink is created in that directory that points to the device's 72 A symlink can be created (though this isn't done yet) in the device's
|
D | class.txt | 92 Drivers registered with the class get a symlink in the drivers/ directory 102 Each device gets a symlink in the devices/ directory that points to the
|
D | bus.txt | 107 Each device that is discovered on a bus of that type gets a symlink in
|
D | porting.txt | 355 symlink is created in the driver's sysfs directory that points to the
|
/linux-4.1.27/fs/sysfs/ |
D | Makefile | 5 obj-y := file.o dir.o symlink.o mount.o group.o
|
D | symlink.c | 188 if (kn->symlink.target_kn->priv != targ) in sysfs_rename_link_ns()
|
/linux-4.1.27/fs/nfs/ |
D | nfs3proc.c | 273 struct nfs3_symlinkargs symlink; member 531 data->arg.symlink.fromfh = NFS_FH(dir); in nfs3_proc_symlink() 532 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink() 533 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink() 534 data->arg.symlink.pages = &page; in nfs3_proc_symlink() 535 data->arg.symlink.pathlen = len; in nfs3_proc_symlink() 536 data->arg.symlink.sattr = sattr; in nfs3_proc_symlink() 892 .symlink = nfs_symlink, 947 .symlink = nfs3_proc_symlink,
|
D | Makefile | 9 direct.o pagelist.o read.o symlink.o unlink.o \
|
D | proc.c | 684 .symlink = nfs_symlink, 723 .symlink = nfs_proc_symlink,
|
D | nfs3xdr.c | 2516 PROC(SYMLINK, symlink, create, 0),
|
D | nfs4proc.c | 3810 data->arg.u.symlink.pages = &page; in _nfs4_proc_symlink() 3811 data->arg.u.symlink.len = len; in _nfs4_proc_symlink() 8598 .symlink = nfs_symlink, 8645 .symlink = nfs4_proc_symlink,
|
D | dir.c | 1922 error = NFS_PROTO(dir)->symlink(dir, dentry, page, pathlen, &attr); in nfs_symlink()
|
D | nfs4xdr.c | 1154 *p = cpu_to_be32(create->u.symlink.len); in encode_create() 1155 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len); in encode_create()
|
/linux-4.1.27/fs/cifs/ |
D | smb2inode.c | 130 FILE_ALL_INFO *data, bool *adjust_tz, bool *symlink) in smb2_query_path_info() argument 136 *symlink = false; in smb2_query_path_info() 147 *symlink = true; in smb2_query_path_info()
|
D | smb2proto.h | 64 bool *adjust_tz, bool *symlink);
|
D | smb2ops.c | 987 struct smb2_symlink_err_rsp *symlink; in smb2_query_symlink() local 1011 symlink = (struct smb2_symlink_err_rsp *)err_buf->ErrorData; in smb2_query_symlink() 1012 sub_len = le16_to_cpu(symlink->SubstituteNameLength); in smb2_query_symlink() 1013 sub_offset = le16_to_cpu(symlink->SubstituteNameOffset); in smb2_query_symlink() 1015 (char *)symlink->PathBuffer + sub_offset, in smb2_query_symlink()
|
D | smb1ops.c | 546 FILE_ALL_INFO *data, bool *adjustTZ, bool *symlink) in cifs_query_path_info() argument 550 *symlink = false; in cifs_query_path_info() 585 *symlink = true; in cifs_query_path_info()
|
D | inode.c | 588 bool symlink) argument 616 if (symlink) { 720 bool symlink = false; local 750 data, &adjust_tz, &symlink); 755 symlink);
|
D | cifsfs.c | 871 .symlink = cifs_symlink,
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 80 bus - (standard) symlink to the w1 bus 81 driver - (standard) symlink to the w1 driver 107 bus - (standard) symlink to the w1 bus 108 driver - (standard) symlink to the w1 driver
|
/linux-4.1.27/fs/efs/ |
D | Makefile | 7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/linux-4.1.27/fs/configfs/ |
D | Makefile | 7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
D | dir.c | 1430 .symlink = configfs_symlink,
|
/linux-4.1.27/fs/autofs4/ |
D | Makefile | 7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
D | root.c | 63 .symlink = autofs4_dir_symlink,
|
/linux-4.1.27/fs/affs/ |
D | Makefile | 9 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
D | dir.c | 35 .symlink = affs_symlink,
|
/linux-4.1.27/fs/sysv/ |
D | Makefile | 8 namei.o super.o symlink.o
|
D | namei.c | 284 .symlink = sysv_symlink,
|
/linux-4.1.27/fs/coda/ |
D | Makefile | 8 coda_linux.o symlink.o pioctl.o sysctl.o
|
D | upcall.c | 413 offset = INSIZE(symlink); in venus_symlink() 414 insize = max_t(unsigned int, offset + len + symlen + 8, OUTSIZE(symlink)); in venus_symlink()
|
D | dir.c | 562 .symlink = coda_symlink,
|
/linux-4.1.27/fs/ufs/ |
D | Makefile | 8 namei.o super.o symlink.o truncate.o util.o
|
D | namei.c | 351 .symlink = ufs_symlink,
|
/linux-4.1.27/fs/ext2/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o
|
D | namei.c | 404 .symlink = ext2_symlink,
|
/linux-4.1.27/fs/ext3/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
|
D | namei.c | 2558 .symlink = ext3_symlink,
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 34 open of /dev/ptmx must be a redirected to '/dev/pts/ptmx' using a symlink or 65 /dev/pts/ptmx using either a bind mount or symlink. 77 3. The '/dev/ptmx -> pts/ptmx' symlink is the preferred method since it 101 a symlink to pts/ptmx and the bind mount can be ignored.
|
D | overlayfs.txt | 142 also requires copy_up, though of course creation of a symlink does 151 mode, mtime, symlink-target etc.) and then if the object is a file, the
|
D | hpfs.txt | 93 attribute named "SYMLINK" with symlink value. Like on ext2, you can chown and 94 chgrp symlinks but I don't know what is it good for. chmoding symlink results 95 in chmoding file where symlink points. These symlinks are just for Linux use and
|
D | ext2.txt | 175 encode the type of the object (file, directory, symlink, device, fifo, 195 itself if the symlink is less than 60 bytes long. It uses the fields 198 block for the symlink, and most symlinks are less than 60 characters long.
|
D | nilfs2.txt | 268 ( regular file, directory, or symlink )
|
D | path-lookup.txt | 59 procedures. Symlinks essentially substitute the symlink name for the target 346 and link for symlink traversal requiring drop.
|
D | Locking | 44 int (*symlink) (struct inode *,struct dentry *,const char *); 79 symlink: yes
|
D | vfs.txt | 344 int (*symlink) (struct inode *,struct dentry *,const char *); 400 symlink: called by the symlink(2) system call. Only required if you
|
D | porting | 87 ->rmdir(), ->link(), ->lseek(), ->symlink(), ->rename()
|
D | f2fs.txt | 442 - type file type such as directory, symlink, etc
|
D | coda.txt | 110 4.11 symlink 869 ViceFid VFid; /* Directory to put symlink in */
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-devices | 9 an of_path symlink pointing to the corresponding device
|
/linux-4.1.27/fs/jfs/ |
D | Makefile | 10 jfs_extent.o symlink.o jfs_metapage.o \
|
D | namei.c | 1513 .symlink = jfs_symlink,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | Makefile | 4 rw.o namei.o symlink.o llite_mmap.o \
|
D | namei.c | 1156 .symlink = ll_symlink,
|
/linux-4.1.27/fs/squashfs/ |
D | Makefile | 7 squashfs-y += namei.o super.o symlink.o decompressor.o
|
D | squashfs_fs.h | 336 char symlink[0]; member 405 struct squashfs_symlink_inode symlink; member
|
D | inode.c | 284 struct squashfs_symlink_inode *sqsh_ino = &squashfs_ino.symlink; in squashfs_read_inode()
|
/linux-4.1.27/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
D | namei.c | 3894 .symlink = ext4_symlink,
|
/linux-4.1.27/fs/exofs/ |
D | Kbuild | 19 exofs-y := inode.o file.o symlink.o namei.o dir.o super.o sys.o
|
D | namei.c | 310 .symlink = exofs_symlink,
|
/linux-4.1.27/fs/jffs2/ |
D | Makefile | 10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
D | dir.c | 56 .symlink = jffs2_symlink,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tps6507x.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
|
D | tps65217.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65217.pdf
|
D | tps65910.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65910.pdf
|
D | twl6030.dtsi | 11 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
|
D | omap4-sdp.dts | 415 * http://www.ti.com/lit/ds/symlink/tmp105.pdf
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 184 A long-standing class of security issues is the symlink-based 187 is to cross privilege boundaries when following a given symlink (i.e. a 188 root process follows a symlink belonging to another user). For a likely 192 When set to "0", symlink following behavior is unrestricted. 195 a sticky world-writable directory, or when the uid of the symlink and 196 follower match, or when the directory owner matches the symlink's owner.
|
/linux-4.1.27/fs/ocfs2/ |
D | Makefile | 38 symlink.o \
|
D | namei.c | 2888 .symlink = ocfs2_symlink,
|
/linux-4.1.27/Documentation/DocBook/ |
D | .filesystems.xml.cmd | 2 …v.c kernel/sysctl.c fs/proc/base.c fs/eventfd.c fs/sysfs/file.c fs/sysfs/symlink.c fs/debugfs/inod…
|
/linux-4.1.27/include/linux/ |
D | shmem_fs.h | 20 char *symlink; /* unswappable short symlink */ member
|
D | kernfs.h | 127 struct kernfs_elem_symlink symlink; member
|
D | nfs_xdr.h | 861 } symlink; /* NF4LNK */ member 1475 int (*symlink) (struct inode *, struct dentry *, struct page *, member
|
D | fs.h | 1636 int (*symlink) (struct inode *,struct dentry *,const char *); member
|
/linux-4.1.27/fs/hpfs/ |
D | namei.c | 293 static int hpfs_symlink(struct inode *dir, struct dentry *dentry, const char *symlink) in hpfs_symlink() argument 336 result->i_size = strlen(symlink); in hpfs_symlink() 350 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink)); in hpfs_symlink() 620 .symlink = hpfs_symlink,
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | ti,cdce706.txt | 4 Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | lp872x.txt | 39 - LP8720: http://www.ti.com/lit/ds/symlink/lp8720.pdf 40 - LP8725: http://www.ti.com/lit/ds/symlink/lp8725.pdf
|
/linux-4.1.27/arch/um/os-Linux/ |
D | user_syms.c | 80 EXPORT_SYMBOL_PROTO(symlink);
|
/linux-4.1.27/fs/befs/ |
D | befs.h | 69 char symlink[BEFS_SYMLINK_LEN]; member
|
D | befs_fs_types.h | 193 char symlink[BEFS_SYMLINK_LEN]; member
|
D | linuxvfs.c | 384 strlcpy(befs_ino->i_data.symlink, raw_inode->data.symlink, in befs_iget() 506 nd_set_link(nd, befs_ino->i_data.symlink); in befs_fast_follow_link()
|
D | debug.c | 105 befs_debug(sb, " Symbolic link [%s]", inode->data.symlink); in befs_dump_inode()
|
D | ChangeLog | 59 they work. I had forgotten all about them. (inode.c, symlink.c) [WD] 187 symlink string). (super.c, inode.c, befs_fs.h) [WD] 195 * Fixed befs_readlink() (symlink.c) [Christoph Hellwig].
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl-familly.txt | 30 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
|
/linux-4.1.27/fs/ |
D | bad_inode.c | 132 .symlink = bad_inode_symlink,
|
D | namei.c | 3885 if (!dir->i_op->symlink) in vfs_symlink() 3892 error = dir->i_op->symlink(dir, dentry, oldname); in vfs_symlink() 3930 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
|
/linux-4.1.27/fs/nfsd/ |
D | xdr.h | 127 struct nfsd_symlinkargs symlink; member
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 73 or symlink. 99 c_filesize must not be zero for a symlink.
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 31 symlink(2) can be used to group items together. Unlike sysfs, the 66 symlink(2)). Links can be removed via unlink(2). 354 [Item Aggregation Via symlink(2)] 359 symlink(2). 363 symlink(2) may be called with the config_item as the source of the link. 365 symlink(2) attempt outside the configfs filesystem will be denied. 367 When symlink(2) is called, the source config_item's ->allow_link()
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 144 .symlink = ramfs_symlink,
|
/linux-4.1.27/Documentation/ |
D | sysfs-rules.txt | 56 - using or exposing symlink values as elements in a devpath string 81 - accessing attributes reached by a symlink pointing to another device, 112 The devices belonging to a subsystem will create a symlink in the
|
D | edac.txt | 552 in this directory are various controls, a symlink and one or more 'instance' 573 The symlink points to the 'struct dev' that is registered for this edac_device.
|
D | md.txt | 352 a symlink to the block device in /sys/block, e.g.
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 51 # compatibility symlink for the pre-oneiric locations
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru.txt | 14 these are directories named cxacruN where N is the device number. A symlink
|
D | cdc_mbim.txt | 221 symlink:
|
D | bonding.txt | 1414 interface is enslaved by looking for the master symlink. Thus:
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 112 Create hard of symlink. 117 @start - 1 for symlink, 0 for hardlink.
|
/linux-4.1.27/fs/minix/ |
D | namei.c | 263 .symlink = minix_symlink,
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.h | 41 char *symlink; member
|
D | dir.c | 1378 .symlink = ceph_symlink,
|
D | inode.c | 812 sym = kstrndup(iinfo->symlink, symlen, GFP_NOFS); in fill_inode()
|
D | mds_client.c | 79 info->symlink = *p; in parse_reply_info_in()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_user.c | 281 err = symlink(to, from); in make_symlink()
|
D | hostfs_kern.c | 884 .symlink = hostfs_symlink,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 37 h) Add support for storing symlink info to Windows servers
|
D | CHANGES | 817 symlink routines. 1031 Unix extensions (symlink, readlink, hardlink, chmod and some chgrp and chown) implemented 1058 nor is the symlink support using the Unix extensions
|
D | README | 495 posix acls, posix locks, posix paths, symlink support
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 158 ENTRY_SAME(symlink)
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.txt | 94 IBLOCK backstore symlink to port:
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 90 SYSCALL_SPU(symlink)
|
/linux-4.1.27/tools/perf/util/ |
D | build-id.c | 390 if (symlink(targetname, linkname) == 0) in build_id_cache__add_s()
|
/linux-4.1.27/mm/ |
D | shmem.c | 601 kfree(info->symlink); in shmem_evict_inode() 2448 info->symlink = kmemdup(symname, len, GFP_KERNEL); in shmem_symlink() 2449 if (!info->symlink) { in shmem_symlink() 2479 nd_set_link(nd, SHMEM_I(d_inode(dentry))->symlink); in shmem_follow_short_symlink() 3147 .symlink = shmem_symlink,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1125 .symlink = xfs_vn_symlink, 1153 .symlink = xfs_vn_symlink,
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 39 That's in addition to standard files including the "device" symlink.
|
D | gpio-legacy.txt | 658 That's in addition to standard files including the "device" symlink.
|
/linux-4.1.27/fs/nilfs2/ |
D | namei.c | 558 .symlink = nilfs_symlink,
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 53 You can symlink this to /dev/sndstat.
|
D | OSS-Emulation.txt | 34 On ALSA, you can symlink /dev/sndstat to this proc file.
|
D | ALSA-Configuration.txt | 1836 Copy (or symlink) the file appropriately if you get an error
|
/linux-4.1.27/fs/cramfs/ |
D | README | 37 One <file_data> for each file that's either a symlink or a
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 40 break symlinks when .config is a symlink to somewhere else.
|
D | makefiles.txt | 213 namei.o super.o symlink.o
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 90 COMPAT_SYSCALL_WRAP2(symlink, const char __user *, old, const char __user *, new);
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 50 binds to that device. (Directory or symlink, based on whether
|
D | spi-summary | 171 /sys/bus/spi/devices/spiB.C ... symlink to that physical 179 /sys/class/spi_master/spiB ... symlink (or actual device node) to
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 97 88 common symlink sys_symlink
|
D | syscall_32.tbl | 92 83 i386 symlink sys_symlink
|
/linux-4.1.27/fs/hfsplus/ |
D | dir.c | 556 .symlink = hfsplus_symlink,
|
/linux-4.1.27/fs/logfs/ |
D | dir.c | 792 .symlink = logfs_symlink,
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 789 .symlink = f2fs_symlink,
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 227 a symlink to a function being removed from the configuration, e.g.:
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 95 mount.nfs4. The standard technique is to create a symlink called
|
/linux-4.1.27/fs/overlayfs/ |
D | dir.c | 945 .symlink = ovl_symlink,
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 85 symlink trick. The IOCTLs to control tape operation are also mostly
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode_dotl.c | 980 .symlink = v9fs_vfs_symlink_dotl,
|
D | vfs_inode.c | 1500 .symlink = v9fs_vfs_symlink,
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 372 The following udev rules could be used to create a symlink to the
|
/linux-4.1.27/fs/afs/ |
D | dir.c | 56 .symlink = afs_symlink,
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 713 .symlink = hugetlbfs_symlink,
|
/linux-4.1.27/fs/ubifs/ |
D | dir.c | 1178 .symlink = ubifs_symlink,
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 1117 .symlink = ecryptfs_symlink,
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 115 no device node is given as parameter, by creating a symlink /dev/ttyG to
|
/linux-4.1.27/fs/reiserfs/ |
D | namei.c | 1616 .symlink = reiserfs_symlink,
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 70 This is a symlink to the latest version.
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1942 .symlink = gfs2_symlink,
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 171 symlink to the device.
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1888 .symlink = fuse_symlink,
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 107 kernel cannot see this symlink before mounting the root FS and it
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 101 versions of "udev" are known to set up the symlink for you.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 1118 !!!!! purposes. It WAS required to change /dev/dsp (a symlink) to !!!!
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 9870 .symlink = btrfs_symlink,
|