Searched refs:dentry (Results 1 – 18 of 18) sorted by relevance
/lib/ |
A D | notifier-error-inject.c | 21 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 D | ref_tracker.c | 348 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 D | notifier-error-inject.h | 21 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 D | fault-inject.c | 205 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 D | fault-inject-usercopy.c | 21 struct dentry *dir; in fail_usercopy_debugfs()
|
A D | test_fpu_glue.c | 37 static struct dentry *selftest_dir;
|
A D | memory-notifier-error-inject.c | 20 static struct dentry *dir;
|
A D | pm-notifier-error-inject.c | 21 static struct dentry *dir;
|
A D | of-reconfig-notifier-error-inject.c | 23 static struct dentry *dir;
|
A D | netdev-notifier-error-inject.c | 27 static struct dentry *dir;
|
A D | error-inject.c | 217 struct dentry *dir, *file; in ei_debugfs_init()
|
A D | stackdepot.c | 861 struct dentry *dir; in depot_debugfs_init()
|
A D | vsprintf.c | 907 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 D | debugobjects.c | 1170 struct dentry *dbgdir; in debug_objects_init_debugfs()
|
A D | dynamic_debug.c | 1387 struct dentry *debugfs_dir; in dynamic_debug_init_control()
|
/lib/842/ |
A D | 842_debugfs.h | 14 static struct dentry *sw842_debugfs_root;
|
/lib/tests/ |
A D | printf_kunit.c | 452 static struct dentry test_dentry[4] = { 468 dentry(struct kunit *kunittest) in dentry() function 804 KUNIT_CASE(dentry),
|
/lib/kunit/ |
A D | debugfs.c | 31 static struct dentry *debugfs_rootdir;
|
Completed in 32 milliseconds