/kernel/gcov/ |
D | gcc_4_7.c | 92 const char *filename; member 104 return info->filename; in gcov_info_filename() 272 dup->filename = NULL; in gcov_info_dup() 275 dup->filename = kstrdup(info->filename, GFP_KERNEL); in gcov_info_dup() 276 if (!dup->filename) in gcov_info_dup() 351 kfree(info->filename); in gcov_info_free()
|
D | fs.c | 330 static char *get_link_target(const char *filename, const struct gcov_link *ext) in get_link_target() argument 335 if (strncmp(filename, objtree, strlen(objtree)) == 0) { in get_link_target() 336 rel = filename + strlen(objtree) + 1; in get_link_target() 343 result = link_target(NULL, filename, ext->ext); in get_link_target() 573 char *filename; in add_node() local 579 filename = kstrdup(gcov_info_filename(info), GFP_KERNEL); in add_node() 580 if (!filename) in add_node() 584 for (curr = filename; (next = strchr(curr, '/')); curr = next + 1) { in add_node() 609 kfree(filename); in add_node()
|
D | gcc_3_4.c | 76 const char *filename; member 89 return info->filename; in gcov_info_filename() 256 dup->filename = kstrdup(info->filename, GFP_KERNEL); in gcov_info_dup() 257 if (!dup->filename) in gcov_info_dup() 295 kfree(info->filename); in gcov_info_free()
|
/kernel/ |
D | uid16.c | 19 SYSCALL_DEFINE3(chown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument 21 return sys_chown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3() 24 SYSCALL_DEFINE3(lchown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument 26 return sys_lchown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
|
D | acct.c | 190 static int acct_on(struct filename *pathname) in acct_on() 278 struct filename *tmp = getname(name); in SYSCALL_DEFINE1()
|
D | audit.h | 80 struct filename *name;
|
D | auditsc.c | 1700 struct filename * 1724 void __audit_getname(struct filename *name) in __audit_getname() 1751 void __audit_inode(struct filename *name, const struct dentry *dentry, in __audit_inode()
|
D | relay.c | 303 static struct dentry *create_buf_file_default_callback(const char *filename, in create_buf_file_default_callback() argument
|
/kernel/bpf/ |
D | inode.c | 198 static int bpf_obj_do_pin(const struct filename *pathname, void *raw, in bpf_obj_do_pin() 235 struct filename *pname; in bpf_obj_pin_user() 258 static void *bpf_obj_do_get(const struct filename *pathname, in bpf_obj_do_get() 293 struct filename *pname; in bpf_obj_get_user()
|
/kernel/trace/ |
D | trace_uprobe.c | 57 char *filename; member 296 kfree(tu->filename); in free_trace_uprobe() 368 char *arg, *event, *group, *filename; in create_trace_uprobe() local 450 filename = argv[1]; in create_trace_uprobe() 451 ret = kern_path(filename, LOOKUP_FOLLOW, &path); in create_trace_uprobe() 475 tail = kstrdup(kbasename(filename), GFP_KERNEL); in create_trace_uprobe() 498 tu->filename = kstrdup(filename, GFP_KERNEL); in create_trace_uprobe() 500 if (!tu->filename) { in create_trace_uprobe() 613 seq_printf(m, " %s:", tu->filename); in probes_seq_show() 677 seq_printf(m, " %s %-44s %15lu\n", tu->filename, in probes_profile_seq_show()
|
D | blktrace.c | 431 static struct dentry *blk_create_buf_file_callback(const char *filename, in blk_create_buf_file_callback() argument 437 return debugfs_create_file(filename, mode, parent, buf, in blk_create_buf_file_callback()
|