/kernel/linux/linux-5.10/scripts/ |
D | depmod.sh | 39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 40 ln -s "$KERNELRELEASE" "$symlink" 52 rm -f "$symlink"
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/fs/udf/ |
D | symlink.c | 108 unsigned char *symlink; in udf_symlink_filler() local 125 symlink = iinfo->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()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | ucd9200.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
D | ucd9000.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd90320.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
D | lm95245.rst | 12 https://www.ti.com/lit/ds/symlink/lm95235.pdf 20 https://www.ti.com/lit/ds/symlink/lm95245.pdf
|
D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
D | Makefile | 8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir pipe 25 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
|
D | .gitignore | 5 execveat.symlink
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/potentiostat/ |
D | lmp91000.txt | 3 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf 4 LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | audit.c | 251 const char *symlink = NULL; in tomoyo_init_log() local 270 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 272 len += 18 + strlen(symlink); in tomoyo_init_log() 286 } else if (symlink) in tomoyo_init_log() 288 symlink); in tomoyo_init_log()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | path-lookup.rst | 942 handling of symbolic links: the symlink stack, together with cache 948 The symlink stack 969 to concatenate them. As one symlink may easily refer to another, 977 If a symlink referred to itself either directly or through 978 intermediaries, then following the symlink can never complete 1005 lookup will never exceed that stack as, once the 40th symlink is 1028 sometimes include space for a symlink. The other common location is 1030 pathname in a symlink can be seen as the content of that symlink and 1035 construct the symlink content into that memory whenever it is needed. 1037 When the symlink is stored in the inode, it has the same lifetime as [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | binding.rst | 63 A symlink is created in the bus's 'devices' directory that points to 66 A symlink is created in the driver's 'devices' directory that points 70 symlink is created in that directory that points to the device's 73 A symlink can be created (though this isn't done yet) in the device's
|
/kernel/linux/linux-5.10/fs/kernfs/ |
D | symlink.c | 46 kn->symlink.target_kn = target; in kernfs_create_link() 116 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
|
D | Makefile | 6 obj-y := mount.o inode.o dir.o file.o symlink.o
|
/kernel/linux/linux-5.10/fs/sysfs/ |
D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs3proc.c | 266 struct nfs3_symlinkargs symlink; member 538 data->arg.symlink.fromfh = NFS_FH(dir); in nfs3_proc_symlink() 539 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink() 540 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink() 541 data->arg.symlink.pages = &page; in nfs3_proc_symlink() 542 data->arg.symlink.pathlen = len; in nfs3_proc_symlink() 543 data->arg.symlink.sattr = sattr; in nfs3_proc_symlink() 968 .symlink = nfs_symlink, 1018 .symlink = nfs3_proc_symlink,
|
/kernel/linux/linux-5.10/fs/configfs/ |
D | Makefile | 8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
/kernel/linux/linux-5.10/fs/efs/ |
D | Makefile | 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | file | 18 symlink
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
/kernel/linux/linux-5.10/fs/affs/ |
D | Makefile | 10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
/kernel/linux/linux-5.10/Documentation/w1/ |
D | w1-generic.rst | 91 bus (standard) symlink to the w1 bus 92 driver (standard) symlink to the w1 driver 126 bus (standard) symlink to the w1 bus 127 driver (standard) symlink to the w1 driver
|
/kernel/linux/linux-5.10/fs/coda/ |
D | Makefile | 9 coda_linux.o symlink.o pioctl.o
|