Searched defs:dentry (Results 1 - 7 of 7) sorted by relevance

/kernel/gcov/
H A Dfs.c41 * @dentry: main debugfs entry, either a directory or data file
57 struct dentry *dentry; member in struct:gcov_node
58 struct dentry **links;
66 static struct dentry *reset_dentry;
366 static void add_links(struct gcov_node *node, struct dentry *parent)
375 node->links = kcalloc(num, sizeof(struct dentry *), GFP_KERNEL);
448 node->dentry = debugfs_create_file(deskew(node->name), 0600,
449 parent->dentry, node, &gcov_data_fops);
451 node->dentry
[all...]
/kernel/
H A Drelay.c306 static struct dentry *create_buf_file_default_callback(const char *filename,
307 struct dentry *parent,
318 static int remove_buf_file_default_callback(struct dentry *dentry) argument
407 struct dentry *dentry)
409 buf->dentry = dentry;
410 buf->dentry->d_inode->i_size = buf->early_bytes;
413 static struct dentry *relay_create_buf_fil
406 relay_set_buf_dentry(struct rchan_buf *buf, struct dentry *dentry) argument
417 struct dentry *dentry; local
443 struct dentry *dentry; local
626 struct dentry *dentry; member in struct:rchan_percpu_buf_dispatcher
655 struct dentry *dentry; local
[all...]
H A Daudit.c1695 const struct dentry *dentry)
1700 if (!dentry)
1703 rc = get_vfs_caps_from_disk(dentry, &caps);
1717 void audit_copy_inode(struct audit_names *name, const struct dentry *dentry, argument
1727 audit_copy_fcaps(name, dentry);
1927 audit_copy_inode(name, link->dentry, link->dentry->d_inode);
1694 audit_copy_fcaps(struct audit_names *name, const struct dentry *dentry) argument
H A Dauditsc.c899 context->pwd.dentry = NULL;
1447 if (context->pwd.dentry && context->pwd.mnt) {
1634 static void handle_path(const struct dentry *dentry) argument
1639 const struct dentry *d, *parent;
1649 d = dentry;
1776 if (!context->pwd.dentry)
1826 * @dentry: dentry being audited
1829 void __audit_inode(struct filename *name, const struct dentry *dentr argument
1914 __audit_inode_child(const struct inode *parent, const struct dentry *dentry, const unsigned char type) argument
2366 struct dentry *dentry; local
[all...]
H A Dcgroup.c1687 static struct dentry *cgroup_mount(struct file_system_type *fs_type,
1695 struct dentry *dentry; local
1834 dentry = kernfs_mount(fs_type, flags, root->kf_root,
1836 if (IS_ERR(dentry) || !new_sb)
1848 return dentry;
4029 * @dentry: A dentry entry belonging to the cgroup for which stats have
4035 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) argument
5395 css_tryget_online_from_dir(struct dentry *dentry, struct cgroup_subsys *ss) argument
[all...]
/kernel/trace/
H A Dblktrace.c289 static struct dentry *blk_tree_root;
393 static int blk_remove_buf_file_callback(struct dentry *dentry) argument
395 debugfs_remove(dentry);
400 static struct dentry *blk_create_buf_file_callback(const char *filename,
401 struct dentry *parent,
441 struct dentry *dir = NULL;
H A Dtrace.c5920 struct dentry *tracing_init_dentry_tr(struct trace_array *tr)
5937 struct dentry *tracing_init_dentry(void)
5942 static struct dentry *tracing_dentry_percpu(struct trace_array *tr, int cpu)
5944 struct dentry *d_tracer;
5961 static struct dentry *
5962 trace_create_cpu_file(const char *name, umode_t mode, struct dentry *parent,
5965 struct dentry *ret = trace_create_file(name, mode, parent, data, fops);
5975 struct dentry *d_percpu = tracing_dentry_percpu(tr, cpu);
5976 struct dentry *d_cpu;
6024 struct dentry *entr
6504 instance_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode) argument
6531 instance_rmdir(struct inode *inode, struct dentry *dentry) argument
[all...]

Completed in 815 milliseconds