Home
last modified time | relevance | path

Searched refs:dentry (Results 1 – 18 of 18) sorted by relevance

/lib/
A Dnotifier-error-inject.c21 static struct dentry *debugfs_create_errno(const char *name, umode_t mode, in debugfs_create_errno()
22 struct dentry *parent, int *value) in debugfs_create_errno()
47 struct dentry *notifier_err_inject_dir;
50 struct dentry *notifier_err_inject_init(const char *name, struct dentry *parent, in notifier_err_inject_init()
55 struct dentry *dir; in notifier_err_inject_init()
56 struct dentry *actions_dir; in notifier_err_inject_init()
66 struct dentry *action_dir; in notifier_err_inject_init()
A Dref_tracker.c348 static struct dentry *ref_tracker_debug_dir = (struct dentry *)-ENOENT;
429 struct dentry *dentry; in ref_tracker_dir_debugfs() local
434 if (dentry && !xa_is_err(dentry)) in ref_tracker_dir_debugfs()
444 if (!IS_ERR(dentry)) { in ref_tracker_dir_debugfs()
448 dentry, GFP_KERNEL); in ref_tracker_dir_debugfs()
451 debugfs_remove(dentry); in ref_tracker_dir_debugfs()
462 struct dentry *symlink, *dentry; in ref_tracker_dir_symlink() local
473 if (!dentry || xa_is_err(dentry)) in ref_tracker_dir_symlink()
500 struct dentry *dentry; in debugfs_reap_work() local
508 debugfs_remove(dentry); in debugfs_reap_work()
[all …]
A Dnotifier-error-inject.h21 extern struct dentry *notifier_err_inject_dir;
23 extern struct dentry *notifier_err_inject_init(const char *name,
24 struct dentry *parent, struct notifier_err_inject *err_inject,
A Dfault-inject.c205 struct dentry *parent, unsigned long *value) in debugfs_create_ul()
224 struct dentry *parent, in debugfs_create_stacktrace_depth()
232 struct dentry *fault_create_debugfs_attr(const char *name, in fault_create_debugfs_attr()
233 struct dentry *parent, struct fault_attr *attr) in fault_create_debugfs_attr()
236 struct dentry *dir; in fault_create_debugfs_attr()
A Dfault-inject-usercopy.c21 struct dentry *dir; in fail_usercopy_debugfs()
A Dtest_fpu_glue.c37 static struct dentry *selftest_dir;
A Dmemory-notifier-error-inject.c20 static struct dentry *dir;
A Dpm-notifier-error-inject.c21 static struct dentry *dir;
A Dof-reconfig-notifier-error-inject.c23 static struct dentry *dir;
A Dnetdev-notifier-error-inject.c27 static struct dentry *dir;
A Derror-inject.c217 struct dentry *dir, *file; in ei_debugfs_init()
A Dstackdepot.c861 struct dentry *dir; in depot_debugfs_init()
A Dvsprintf.c907 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
911 const struct dentry *p; in dentry_name()
962 return dentry_name(buf, end, f->f_path.dentry, spec, fmt); in file_dentry_name()
A Ddebugobjects.c1170 struct dentry *dbgdir; in debug_objects_init_debugfs()
A Ddynamic_debug.c1387 struct dentry *debugfs_dir; in dynamic_debug_init_control()
/lib/842/
A D842_debugfs.h14 static struct dentry *sw842_debugfs_root;
/lib/tests/
A Dprintf_kunit.c452 static struct dentry test_dentry[4] = {
468 dentry(struct kunit *kunittest) in dentry() function
804 KUNIT_CASE(dentry),
/lib/kunit/
A Ddebugfs.c31 static struct dentry *debugfs_rootdir;

Completed in 32 milliseconds