| /Linux-v5.15/fs/crypto/ |
| D | hooks.c | 175 * fscrypt_prepare_symlink() - prepare to create a possibly-encrypted symlink 176 * @dir: directory in which the symlink is being created 177 * @target: plaintext symlink target 179 * @max_len: space the filesystem has available to store the symlink target 180 * @disk_link: (out) the on-disk symlink target being prepared 182 * This function computes the size the symlink target will require on-disk, 184 * encrypted symlink may be longer than the original. 186 * Additionally, @disk_link->name is set to @target if the symlink will be 187 * unencrypted, but left NULL if the symlink will be encrypted. For encrypted 190 * filesystems need to know the size of the symlink target before creating the [all …]
|
| /Linux-v5.15/fs/sysfs/ |
| D | symlink.c | 3 * fs/sysfs/symlink.c - sysfs symlink implementation 56 * sysfs_create_link_sd - create symlink to a given object. 59 * @name: name of the symlink. 84 * sysfs_create_link - create symlink between two objects. 87 * @name: name of the symlink. 97 * sysfs_create_link_nowarn - create symlink between two objects. 100 * @name: name of the symlink. 113 * sysfs_delete_link - remove symlink in object's directory. 116 * @name: name of the symlink to remove. 139 * sysfs_remove_link - remove symlink in object's directory. [all …]
|
| D | dir.c | 87 * protection; however, when @kobj is used as a symlink target, the in sysfs_remove_dir() 90 * and symlink code may end up dereferencing an already freed node. in sysfs_remove_dir() 93 * disassociation against symlink operations so that symlink code in sysfs_remove_dir()
|
| /Linux-v5.15/Documentation/PCI/endpoint/ |
| D | pci-endpoint-cfs.rst | 72 ... <Symlink EPF Device 31>/ 74 ... <Symlink EPC Device1>/ 76 ... <Symlink EPC Device2>/ 79 Non-transparent bridge), symlink of endpoint controller connected to primary 80 interface should be added in 'primary' directory and symlink of endpoint 85 (<Symlink EPF Device 31>) to other <EPF Device>. These symbolic links should 100 ... <Symlink EPF Device11>/ 101 ... <Symlink EPF Device12>/ 104 ... <Symlink EPF Device21>/ 105 ... <Symlink EPF Device22>/
|
| /Linux-v5.15/fs/kernfs/ |
| D | symlink.c | 3 * fs/kernfs/symlink.c - kernfs symlink implementation 17 * kernfs_create_link - create a symlink 18 * @parent: directory to create the symlink in 19 * @name: name of the symlink 20 * @target: target node for the symlink to point to 46 kn->symlink.target_kn = target; in kernfs_create_link() 47 kernfs_get(target); /* ref owned by symlink */ in kernfs_create_link() 116 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
|
| /Linux-v5.15/tools/testing/selftests/openat2/ |
| D | resolve_test.c | 153 { .name = "[beneath] symlink temporary jump outside $root", in test_openat2_opath_tests() 156 { .name = "[beneath] chained symlink temporary jump outside $root", in test_openat2_opath_tests() 175 { .name = "[beneath] relative symlink inside $root", in test_openat2_opath_tests() 178 { .name = "[beneath] chained-'..' relative symlink inside $root", in test_openat2_opath_tests() 181 { .name = "[beneath] absolute symlink component outside $root", in test_openat2_opath_tests() 184 { .name = "[beneath] absolute symlink target outside $root", in test_openat2_opath_tests() 197 { .name = "[beneath] tricky '..'-chained symlink outside $root", in test_openat2_opath_tests() 200 { .name = "[beneath] tricky absolute + '..'-chained symlink outside $root", in test_openat2_opath_tests() 215 { .name = "[in_root] absolute symlink to /root", in test_openat2_opath_tests() 227 { .name = "[in_root] relative symlink containing '..' above root", in test_openat2_opath_tests() [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
| D | bq256xx.yaml | 19 - https://www.ti.com/lit/ds/symlink/bq25600.pdf 20 - https://www.ti.com/lit/ds/symlink/bq25601.pdf 21 - https://www.ti.com/lit/ds/symlink/bq25600d.pdf 22 - https://www.ti.com/lit/ds/symlink/bq25601d.pdf 23 - https://www.ti.com/lit/ds/symlink/bq25611d.pdf 24 - https://www.ti.com/lit/ds/symlink/bq25618.pdf 25 - https://www.ti.com/lit/ds/symlink/bq25619.pdf
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | path-lookup.rst | 786 permissions. Symlink handling requires a validated inode pointer too. 941 handling of symbolic links: the symlink stack, together with cache 947 The symlink stack 968 to concatenate them. As one symlink may easily refer to another, 976 If a symlink referred to itself either directly or through 977 intermediaries, then following the symlink can never complete 1004 lookup will never exceed that stack as, once the 40th symlink is 1027 sometimes include space for a symlink. The other common location is 1029 pathname in a symlink can be seen as the content of that symlink and 1034 construct the symlink content into that memory whenever it is needed. [all …]
|
| /Linux-v5.15/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
|
| /Linux-v5.15/fs/udf/ |
| D | symlink.c | 2 * symlink.c 5 * Symlink handling routines for the OSTA-UDF(tm) filesystem. 48 * Symlink points to some place which should be agreed in udf_pc_to_char() 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()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_symlink.c | 71 "symlink header does not match required off/len/owner (0x%x/Ox%x,0x%llx)", in xfs_readlink_bmap_ilocked() 120 xfs_alert(mp, "%s: inode (%llu) bad symlink length (%lld)", in xfs_readlink() 195 * The symlink will fit into the inode data fork? in xfs_symlink() 226 * Allocate an inode for the symlink. in xfs_symlink() 253 * If the symlink will fit into the inode, write it inline. in xfs_symlink() 311 * Create the directory entry for the symlink. in xfs_symlink() 321 * symlink transaction goes to disk before returning to in xfs_symlink() 361 * Free a symlink that has blocks associated with it. 365 * disk as a zero length symlink. The inode is on the unlinked list already, so 386 * We're freeing a symlink that has some in xfs_inactive_symlink_rmt() [all …]
|
| /Linux-v5.15/drivers/usb/gadget/function/ |
| D | g_zero.h | 44 * and create symlink/remove symlink. 59 * and create symlink/remove symlink.
|
| /Linux-v5.15/scripts/ |
| D | depmod.sh | 27 # numbers, so we cheat with a symlink here 39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 40 ln -s "$KERNELRELEASE" "$symlink" 52 rm -f "$symlink"
|
| /Linux-v5.15/fs/squashfs/ |
| D | symlink.c | 8 * symlink.c 50 * Skip index bytes into symlink metadata. in squashfs_symlink_readpage() 56 ERROR("Unable to read symlink [%llx:%x]\n", in squashfs_symlink_readpage() 64 * Read length bytes from symlink metadata. Squashfs_read_metadata in squashfs_symlink_readpage() 73 ERROR("Unable to read symlink [%llx:%x]\n", in squashfs_symlink_readpage()
|
| /Linux-v5.15/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-v5.15/fs/nfs/ |
| D | symlink.c | 3 * linux/fs/nfs/symlink.c 9 * Jun 7 1999, cache symlink lookups in the page cache. -DaveM 11 * nfs symlink handling code 25 /* Symlink caching in the page cache is even more simplistic
|
| /Linux-v5.15/fs/ext2/ |
| D | symlink.c | 3 * linux/fs/ext2/symlink.c 14 * linux/fs/minix/symlink.c 18 * ext2 symlink handling code
|
| /Linux-v5.15/drivers/iio/dac/ |
| D | ti-dac5571.c | 7 * https://www.ti.com/lit/ds/symlink/dac5571.pdf 8 * https://www.ti.com/lit/ds/symlink/dac6571.pdf 9 * https://www.ti.com/lit/ds/symlink/dac7571.pdf 10 * https://www.ti.com/lit/ds/symlink/dac5574.pdf 11 * https://www.ti.com/lit/ds/symlink/dac6574.pdf 12 * https://www.ti.com/lit/ds/symlink/dac7574.pdf 13 * https://www.ti.com/lit/ds/symlink/dac5573.pdf 14 * https://www.ti.com/lit/ds/symlink/dac6573.pdf 15 * https://www.ti.com/lit/ds/symlink/dac7573.pdf
|
| /Linux-v5.15/fs/ocfs2/ |
| D | symlink.c | 2 * linux/cluster/ssi/cfs/symlink.c 25 * Jun 7 1999, cache symlink lookups in the page cache. -DaveM 29 * ocfs2 symlink handling code. 49 #include "symlink.h"
|
| /Linux-v5.15/fs/cifs/ |
| D | link.c | 23 * M-F Symlink Functions - Begin 159 /* it's not a symlink */ in couldbe_mf_symlink() 163 /* it's not a symlink */ in couldbe_mf_symlink() 225 if (bytes_read == 0) { /* not a symlink */ in query_mf_symlink() 247 /* it's not a symlink */ in check_mf_symlink() 263 if (bytes_read == 0) /* not a symlink */ in check_mf_symlink() 268 /* it's not a symlink */ in check_mf_symlink() 276 /* it is a symlink */ in check_mf_symlink() 318 /* it's not a symlink */ in cifs_query_mf_symlink() 412 /* it's not a symlink */ in smb3_query_mf_symlink() [all …]
|
| /Linux-v5.15/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
|
| /Linux-v5.15/fs/ext4/ |
| D | symlink.c | 3 * linux/fs/ext4/symlink.c 14 * linux/fs/minix/symlink.c 18 * ext4 symlink handling code
|
| /Linux-v5.15/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
|
| /Linux-v5.15/security/ |
| D | inode.c | 92 * This is the basic "create a file/dir/symlink" function for 235 * securityfs_create_symlink - create a symlink in the securityfs filesystem 237 * @name: a pointer to a string containing the name of the symlink to 239 * @parent: a pointer to the parent dentry for the symlink. This should be a 242 * @target: a pointer to a string containing the name of the symlink's target. 245 * @iops: a pointer to the struct inode_operations to use for the symlink. If 249 * This function creates a symlink in securityfs with the given @name.
|