/linux-4.4.14/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.4.14/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.4.14/fs/udf/ |
D | symlink.c | 108 unsigned char *symlink; in udf_symlink_filler() local 125 symlink = iinfo->i_ext.i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 134 symlink = bh->b_data; in udf_symlink_filler() 137 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 | 1340 .symlink = udf_symlink,
|
/linux-4.4.14/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 | lm95245 | 8 http://www.ti.com/lit/ds/symlink/lm95235.pdf 12 http://www.ti.com/lit/ds/symlink/lm95245.pdf
|
D | ads1015 | 8 http://focus.ti.com/lit/ds/symlink/ads1015.pdf 12 http://focus.ti.com/lit/ds/symlink/ads1115.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.4.14/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.4.14/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.4.14/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-driver-ppi | 15 A symlink from tpmX/device/ppi to tpmX/ppi to provide backwards
|
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.4.14/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.4.14/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 | 436 kernfs_put(kn->symlink.target_kn); in kernfs_put()
|
/linux-4.4.14/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.4.14/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.4.14/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 | 2517 PROC(SYMLINK, symlink, create, 0),
|
D | nfs4proc.c | 3964 data->arg.u.symlink.pages = &page; in _nfs4_proc_symlink() 3965 data->arg.u.symlink.len = len; in _nfs4_proc_symlink() 8757 .symlink = nfs_symlink, 8804 .symlink = nfs4_proc_symlink,
|
D | dir.c | 1908 error = NFS_PROTO(dir)->symlink(dir, dentry, page, pathlen, &attr); in nfs_symlink()
|
D | nfs4xdr.c | 1169 *p = cpu_to_be32(create->u.symlink.len); in encode_create() 1170 xdr_write_pages(xdr, create->u.symlink.pages, 0, in encode_create() 1171 create->u.symlink.len); in encode_create()
|
/linux-4.4.14/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 | 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 | smb2ops.c | 1053 struct smb2_symlink_err_rsp *symlink; in smb2_query_symlink() local 1077 symlink = (struct smb2_symlink_err_rsp *)err_buf->ErrorData; in smb2_query_symlink() 1078 sub_len = le16_to_cpu(symlink->SubstituteNameLength); in smb2_query_symlink() 1079 sub_offset = le16_to_cpu(symlink->SubstituteNameOffset); in smb2_query_symlink() 1081 (char *)symlink->PathBuffer + sub_offset, in smb2_query_symlink()
|
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 | 878 .symlink = cifs_symlink,
|
/linux-4.4.14/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.4.14/fs/efs/ |
D | Makefile | 7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/linux-4.4.14/tools/perf/trace/strace/groups/ |
D | file | 18 symlink
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/fs/ufs/ |
D | Makefile | 8 namei.o super.o symlink.o util.o
|
D | namei.c | 331 .symlink = ufs_symlink,
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 80 bus - (standard) symlink to the w1 bus 81 driver - (standard) symlink to the w1 driver 115 bus - (standard) symlink to the w1 bus 116 driver - (standard) symlink to the w1 driver
|
/linux-4.4.14/fs/ext2/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o
|
D | namei.c | 424 .symlink = ext2_symlink,
|
/linux-4.4.14/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 | 143 also requires copy_up, though of course creation of a symlink does 152 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 | porting | 87 ->rmdir(), ->link(), ->lseek(), ->symlink(), ->rename() 489 symlink body is and use simple_follow_link() as ->follow_link().
|
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 439 symbolic links. This method returns the symlink body
|
D | f2fs.txt | 445 - 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.4.14/fs/jfs/ |
D | Makefile | 10 jfs_extent.o symlink.o jfs_metapage.o \
|
D | namei.c | 1534 .symlink = jfs_symlink,
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices | 9 an of_path symlink pointing to the corresponding device
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | Makefile | 4 rw.o namei.o symlink.o llite_mmap.o \
|
D | namei.c | 1122 .symlink = ll_symlink,
|
/linux-4.4.14/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.4.14/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
D | namei.c | 3839 .symlink = ext4_symlink,
|
/linux-4.4.14/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.4.14/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.4.14/fs/ocfs2/ |
D | Makefile | 38 symlink.o \
|
D | namei.c | 2909 .symlink = ocfs2_symlink,
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 207 A long-standing class of security issues is the symlink-based 210 is to cross privilege boundaries when following a given symlink (i.e. a 211 root process follows a symlink belonging to another user). For a likely 215 When set to "0", symlink following behavior is unrestricted. 218 a sticky world-writable directory, or when the uid of the symlink and 219 follower match, or when the directory owner matches the symlink's owner.
|
/linux-4.4.14/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…
|
D | filesystems.xml.db | 212 API-debugfs-create-symlink
|
/linux-4.4.14/fs/hpfs/ |
D | namei.c | 291 static int hpfs_symlink(struct inode *dir, struct dentry *dentry, const char *symlink) in hpfs_symlink() argument 334 result->i_size = strlen(symlink); in hpfs_symlink() 348 hpfs_set_ea(result, fnode, "SYMLINK", symlink, strlen(symlink)); in hpfs_symlink() 618 .symlink = hpfs_symlink,
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ti,cdce706.txt | 4 Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
|
/linux-4.4.14/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.4.14/arch/um/os-Linux/ |
D | user_syms.c | 80 EXPORT_SYMBOL_PROTO(symlink);
|
/linux-4.4.14/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 | 378 strlcpy(befs_ino->i_data.symlink, raw_inode->data.symlink, in befs_iget() 403 inode->i_link = befs_ino->i_data.symlink; in befs_iget()
|
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.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl-familly.txt | 30 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
|
/linux-4.4.14/fs/nfsd/ |
D | xdr.h | 127 struct nfsd_symlinkargs symlink; member
|
/linux-4.4.14/fs/ |
D | bad_inode.c | 132 .symlink = bad_inode_symlink,
|
D | namei.c | 3923 if (!dir->i_op->symlink) in vfs_symlink() 3930 error = dir->i_op->symlink(dir, dentry, oldname); in vfs_symlink() 3968 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 73 or symlink. 99 c_filesize must not be zero for a symlink.
|
/linux-4.4.14/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). 338 [Item Aggregation Via symlink(2)] 343 symlink(2). 347 symlink(2) may be called with the config_item as the source of the link. 349 symlink(2) attempt outside the configfs filesystem will be denied. 351 When symlink(2) is called, the source config_item's ->allow_link()
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 144 .symlink = ramfs_symlink,
|
/linux-4.4.14/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 | 519 in this directory are various controls, a symlink and one or more 'instance' 540 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.4.14/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 | 1451 interface is enslaved by looking for the master symlink. Thus:
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 51 # compatibility symlink for the pre-oneiric locations
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 112 Create hard of symlink. 117 @start - 1 for symlink, 0 for hardlink.
|
/linux-4.4.14/fs/minix/ |
D | namei.c | 263 .symlink = minix_symlink,
|
/linux-4.4.14/fs/sysv/ |
D | namei.c | 284 .symlink = sysv_symlink,
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.h | 41 char *symlink; member
|
D | dir.c | 1327 .symlink = ceph_symlink,
|
D | inode.c | 815 sym = kstrndup(iinfo->symlink, symlen, GFP_NOFS); in fill_inode()
|
D | mds_client.c | 80 info->symlink = *p; in parse_reply_info_in()
|
/linux-4.4.14/fs/exofs/ |
D | namei.c | 308 .symlink = exofs_symlink,
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_user.c | 281 err = symlink(to, from); in make_symlink()
|
D | hostfs_kern.c | 884 .symlink = hostfs_symlink,
|
/linux-4.4.14/include/linux/ |
D | kernfs.h | 127 struct kernfs_elem_symlink symlink; member
|
D | nfs_xdr.h | 923 } symlink; /* NF4LNK */ member 1533 int (*symlink) (struct inode *, struct dentry *, struct page *, member
|
D | fs.h | 1656 int (*symlink) (struct inode *,struct dentry *,const char *); member
|
/linux-4.4.14/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.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 94 IBLOCK backstore symlink to port:
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 158 ENTRY_SAME(symlink)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 90 SYSCALL_SPU(symlink)
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 38 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.4.14/tools/perf/util/ |
D | build-id.c | 405 if (symlink(targetname, linkname) == 0) in build_id_cache__add_s()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 1122 .symlink = xfs_vn_symlink, 1150 .symlink = xfs_vn_symlink,
|
/linux-4.4.14/fs/nilfs2/ |
D | namei.c | 554 .symlink = nilfs_symlink,
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 81 COMPAT_SYSCALL_WRAP2(symlink, const char __user *, old, const char __user *, new);
|
/linux-4.4.14/fs/cramfs/ |
D | README | 37 One <file_data> for each file that's either a symlink or a
|
/linux-4.4.14/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.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 97 88 common symlink sys_symlink
|
D | syscall_32.tbl | 92 83 i386 symlink sys_symlink
|
/linux-4.4.14/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.4.14/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.4.14/fs/hfsplus/ |
D | dir.c | 556 .symlink = hfsplus_symlink,
|
/linux-4.4.14/fs/logfs/ |
D | dir.c | 793 .symlink = logfs_symlink,
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_configfs.txt | 227 a symlink to a function being removed from the configuration, e.g.:
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 95 mount.nfs4. The standard technique is to create a symlink called
|
/linux-4.4.14/fs/overlayfs/ |
D | dir.c | 945 .symlink = ovl_symlink,
|
/linux-4.4.14/Documentation/scsi/ |
D | osst.txt | 85 symlink trick. The IOCTLs to control tape operation are also mostly
|
/linux-4.4.14/fs/9p/ |
D | vfs_inode_dotl.c | 960 .symlink = v9fs_vfs_symlink_dotl,
|
D | vfs_inode.c | 1424 .symlink = v9fs_vfs_symlink,
|
/linux-4.4.14/fs/f2fs/ |
D | namei.c | 1014 .symlink = f2fs_symlink,
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 56 .symlink = afs_symlink,
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 376 The following udev rules could be used to create a symlink to the
|
/linux-4.4.14/fs/ubifs/ |
D | dir.c | 1177 .symlink = ubifs_symlink,
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 1114 .symlink = ecryptfs_symlink,
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 980 .symlink = hugetlbfs_symlink,
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 179 bus/visorbus/devices/vbus<x>:dev<y>/driver symlink will indicate that
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 115 no device node is given as parameter, by creating a symlink /dev/ttyG to
|
/linux-4.4.14/fs/reiserfs/ |
D | namei.c | 1646 .symlink = reiserfs_symlink,
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 70 This is a symlink to the latest version.
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 171 symlink to the device.
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 2115 .symlink = gfs2_symlink,
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 1872 .symlink = fuse_symlink,
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 107 kernel cannot see this symlink before mounting the root FS and it
|
/linux-4.4.14/mm/ |
D | shmem.c | 3158 .symlink = shmem_symlink,
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 112 versions of "udev" are known to set up the symlink for you.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 1118 !!!!! purposes. It WAS required to change /dev/dsp (a symlink) to !!!!
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 10020 .symlink = btrfs_symlink,
|