/kernel/linux/linux-5.10/fs/udf/ |
H A D | symlink.c | 2 * 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()
|
H A D | Makefile | 9 partition.o super.o truncate.o symlink.o \
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | symlink.c | 3 * symlink.c 105 unsigned char *symlink; in udf_symlink_filler() local 117 symlink = iinfo->i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 125 symlink = bh->b_data; in udf_symlink_filler() 128 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 \
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | Makefile | 8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir 25 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | Makefile | 8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir 26 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | audit.c | 251 const char *symlink = NULL; in tomoyo_init_log() local 270 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 271 /* +18 is for " symlink.target=\"%s\"" */ in tomoyo_init_log() 272 len += 18 + strlen(symlink); in tomoyo_init_log() 286 } else if (symlink) in tomoyo_init_log() 287 pos += snprintf(buf + pos, len - pos, " symlink.target=\"%s\"", in tomoyo_init_log() 288 symlink); in tomoyo_init_log()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | audit.c | 251 const char *symlink = NULL; in tomoyo_init_log() local 270 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 271 /* +18 is for " symlink.target=\"%s\"" */ in tomoyo_init_log() 272 len += 18 + strlen(symlink); in tomoyo_init_log() 286 } else if (symlink) in tomoyo_init_log() 287 pos += snprintf(buf + pos, len - pos, " symlink.target=\"%s\"", in tomoyo_init_log() 288 symlink); in tomoyo_init_log()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A 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()
|
H A D | Makefile | 6 obj-y := mount.o inode.o dir.o file.o symlink.o
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A 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 45 kn->symlink.target_kn = target; in kernfs_create_link() 46 kernfs_get(target); /* ref owned by symlink */ in kernfs_create_link() 115 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
|
H A D | Makefile | 6 obj-y := mount.o inode.o dir.o file.o symlink.o
|
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | Makefile | 8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | Makefile | 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | Makefile | 8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | Makefile | 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A 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/ |
H A D | Makefile | 10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | Makefile | 9 ioctl.o namei.o super.o symlink.o
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | Makefile | 9 coda_linux.o symlink.o pioctl.o
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | Makefile | 9 coda_linux.o symlink.o pioctl.o
|