| /linux/fs/afs/ |
| H A D | symlink.c | 15 static void afs_put_symlink(struct afs_symlink *symlink) in afs_put_symlink() argument 17 if (refcount_dec_and_test(&symlink->ref)) in afs_put_symlink() 18 kfree_rcu(symlink, rcu); in afs_put_symlink() 21 static void afs_replace_symlink(struct afs_vnode *vnode, struct afs_symlink *symlink) in afs_replace_symlink() argument 25 old = rcu_replace_pointer(vnode->symlink, symlink, in afs_replace_symlink() 47 old = rcu_replace_pointer(vnode->symlink, NULL, true); in afs_evict_symlink() 58 struct afs_symlink *symlink = op->create.symlink; in afs_init_new_symlink() local 60 size_t size = strlen(symlink->content) + 1; in afs_init_new_symlink() 63 rcu_assign_pointer(vnode->symlink, symlink); in afs_init_new_symlink() 64 op->create.symlink = NULL; in afs_init_new_symlink() [all …]
|
| /linux/Documentation/ABI/removed/ |
| H A D | o2cb | 1 What: /sys/o2cb symlink 5 Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
|
| /linux/fs/udf/ |
| H A D | symlink.c | 106 unsigned char *symlink; in udf_symlink_filler() local 118 symlink = iinfo->i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 126 symlink = bh->b_data; in udf_symlink_filler() 129 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); in udf_symlink_filler()
|
| H A D | Makefile | 9 partition.o super.o truncate.o symlink.o \
|
| /linux/Documentation/hwmon/ |
| H A 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
|
| H A 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
|
| H A D | lm95245.rst | 12 https://www.ti.com/lit/ds/symlink/lm95235.pdf 20 https://www.ti.com/lit/ds/symlink/lm95245.pdf
|
| H A D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
| /linux/lib/ |
| H A D | ref_tracker.c | 461 struct dentry *symlink, *dentry; in ref_tracker_dir_symlink() local 465 symlink = xa_load(&debugfs_symlinks, (unsigned long)dir); in ref_tracker_dir_symlink() 469 if (symlink && !xa_is_err(symlink)) in ref_tracker_dir_symlink() 481 symlink = debugfs_create_symlink(name, ref_tracker_debug_dir, in ref_tracker_dir_symlink() 483 if (!IS_ERR(symlink)) { in ref_tracker_dir_symlink() 487 symlink, GFP_KERNEL); in ref_tracker_dir_symlink() 489 debugfs_remove(symlink); in ref_tracker_dir_symlink()
|
| /linux/security/tomoyo/ |
| H A D | audit.c | 249 const char *symlink = NULL; in tomoyo_init_log() local 268 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 270 len += 18 + strlen(symlink); in tomoyo_init_log() 284 } else if (symlink) in tomoyo_init_log() 286 symlink); in tomoyo_init_log()
|
| /linux/Documentation/ABI/testing/ |
| H A 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/drivers/gpu/drm/xe/ |
| H A D | xe_gt_debugfs.c | 345 char symlink[16]; in xe_gt_debugfs_register() local 392 snprintf(symlink, sizeof(symlink), "tile%u/%s", gt->tile->id, name); in xe_gt_debugfs_register() 393 debugfs_create_symlink(name, minor->debugfs_root, symlink); in xe_gt_debugfs_register()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | Makefile | 16 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir 84 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
|
| H A D | .gitignore | 5 execveat.symlink
|
| /linux/Documentation/w1/ |
| H A 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
|
| /linux/fs/sysfs/ |
| H A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
| /linux/fs/kernfs/ |
| H A D | Makefile | 6 obj-y := mount.o inode.o dir.o file.o symlink.o
|
| /linux/fs/configfs/ |
| H A D | Makefile | 8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
| /linux/tools/perf/trace/strace/groups/ |
| H A D | file | 18 symlink
|
| /linux/fs/autofs/ |
| H A D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
| /linux/fs/affs/ |
| H A D | Makefile | 10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
| /linux/fs/coda/ |
| H A D | Makefile | 9 coda_linux.o symlink.o pioctl.o
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 104 if (symlink("/run", "/var/run")) in mount_filesystems() 106 if (symlink("/proc/self/fd", "/dev/fd")) in mount_filesystems()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | binding.rst | 66 A symlink is created in the bus's 'devices' directory that points to 69 A symlink is created in the driver's 'devices' directory that points 73 symlink is created in that directory that points to the device's 76 A symlink can be created (though this isn't done yet) in the device's
|
| /linux/fs/ext2/ |
| H A D | Makefile | 9 ioctl.o namei.o super.o symlink.o trace.o
|