| /arch/s390/hypfs/ |
| A D | inode.c | 62 static void hypfs_add_dentry(struct dentry *dentry) in hypfs_add_dentry() argument 68 static void hypfs_remove(struct dentry *dentry) in hypfs_remove() argument 341 struct dentry *dentry; in hypfs_create_file() local 378 struct dentry *dentry; in hypfs_mkdir() local 389 struct dentry *dentry; in hypfs_create_update_file() local 401 struct dentry *hypfs_create_u64(struct dentry *dir, in hypfs_create_u64() 406 struct dentry *dentry; in hypfs_create_u64() local 412 dentry = in hypfs_create_u64() 422 struct dentry *hypfs_create_str(struct dentry *dir, in hypfs_create_str() 426 struct dentry *dentry; in hypfs_create_str() local [all …]
|
| A D | hypfs.h | 23 extern struct dentry *hypfs_mkdir(struct dentry *parent, const char *name); 25 extern struct dentry *hypfs_create_u64(struct dentry *dir, const char *name, 28 extern struct dentry *hypfs_create_str(struct dentry *dir, const char *name, 34 extern int hypfs_diag_create_files(struct dentry *root); 39 extern int hypfs_vm_create_files(struct dentry *root); 78 struct dentry *dentry; member
|
| A D | hypfs_diag_fs.c | 203 static int hypfs_create_cpu_files(struct dentry *cpus_dir, void *cpu_info) in hypfs_create_cpu_files() 205 struct dentry *cpu_dir; in hypfs_create_cpu_files() 235 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() 237 struct dentry *cpus_dir; in hypfs_create_lpar_files() 238 struct dentry *lpar_dir; in hypfs_create_lpar_files() 263 static int hypfs_create_phys_cpu_files(struct dentry *cpus_dir, void *cpu_info) in hypfs_create_phys_cpu_files() 265 struct dentry *cpu_dir; in hypfs_create_phys_cpu_files() 283 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr) in hypfs_create_phys_files() 287 struct dentry *cpus_dir; in hypfs_create_phys_files() 304 int hypfs_diag_create_files(struct dentry *root) in hypfs_diag_create_files() [all …]
|
| A D | hypfs_vm_fs.c | 28 static int hypfs_vm_create_guest(struct dentry *systems_dir, in hypfs_vm_create_guest() 32 struct dentry *guest_dir, *cpus_dir, *samples_dir, *mem_dir; in hypfs_vm_create_guest() 86 int hypfs_vm_create_files(struct dentry *root) in hypfs_vm_create_files() 88 struct dentry *dir, *file; in hypfs_vm_create_files()
|
| A D | hypfs_dbfs.c | 12 static struct dentry *dbfs_dir; 84 df->dentry = debugfs_create_file(df->name, 0400, dbfs_dir, df, in hypfs_dbfs_create_file() 91 debugfs_remove(df->dentry); in hypfs_dbfs_remove_file()
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | inode.c | 95 spufs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, in spufs_setattr() argument 110 spufs_new_file(struct super_block *sb, struct dentry *dentry, in spufs_new_file() argument 161 struct dentry *dentry = d_alloc_name(dir, files->name); in spufs_fill_dir() local 162 if (!dentry) in spufs_fill_dir() 167 dput(dentry); in spufs_fill_dir() 244 dget(dentry); in spufs_mkdir() 399 struct path path = {.mnt = mnt, .dentry = dentry}; in spufs_create_context() 483 dget(dentry); in spufs_mkgang() 534 struct dentry *dentry, in spufs_create_gang() argument 537 struct path path = {.mnt = mnt, .dentry = dentry}; in spufs_create_gang() [all …]
|
| A D | syscalls.c | 67 struct dentry *dentry; in do_spu_create() local 70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY); in do_spu_create() 71 ret = PTR_ERR(dentry); in do_spu_create() 72 if (!IS_ERR(dentry)) { in do_spu_create() 73 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create() 74 done_path_create(&path, dentry); in do_spu_create()
|
| /arch/x86/kernel/ |
| A D | kdebugfs.c | 19 struct dentry *arch_debugfs_dir; 76 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() 79 struct dentry *d; in create_setup_data_node() 89 static int __init create_setup_data_nodes(struct dentry *parent) in create_setup_data_nodes() 95 struct dentry *d; in create_setup_data_nodes() 167 struct dentry *dbp; in boot_params_kdebugfs_init()
|
| A D | itmt.c | 81 static struct dentry *dfs_sched_itmt; 82 static struct dentry *dfs_sched_core_prio;
|
| /arch/x86/xen/ |
| A D | debugfs.c | 8 static struct dentry *d_xen_debug; 10 struct dentry * __init xen_init_debugfs(void) in xen_init_debugfs()
|
| /arch/powerpc/kvm/ |
| A D | timing.h | 18 struct dentry *debugfs_dentry); 30 struct dentry *debugfs_dentry) in kvmppc_create_vcpu_debugfs_e500()
|
| A D | book3s_xics.h | 106 struct dentry *dentry; member
|
| A D | book3s_xive.h | 106 struct dentry *dentry; member
|
| /arch/arm/mach-omap2/ |
| A D | pm-debug.c | 178 struct dentry *d; in pwrdms_setup() 190 d = debugfs_create_dir(pwrdm->name, (struct dentry *)dir); in pwrdms_setup() 224 struct dentry *d; in pm_dbg_init()
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-xscom.c | 155 static int scom_debug_init_one(struct dentry *root, struct device_node *dn, in scom_debug_init_one() 159 struct dentry *dir; in scom_debug_init_one() 191 struct dentry *root; in scom_debug_init()
|
| A D | vas-debug.c | 15 static struct dentry *vas_debugfs; 121 struct dentry *d; in vas_window_init_dbgdir() 141 struct dentry *d; in vas_instance_init_dbgdir()
|
| A D | memtrace.c | 29 struct dentry *dir; 166 static struct dentry *memtrace_debugfs_dir; 174 struct dentry *dir; in memtrace_init_debugfs()
|
| A D | opal-imc.c | 21 static struct dentry *imc_debugfs_parent; 38 struct dentry *parent, u64 *value) in imc_debugfs_create_x64()
|
| /arch/mips/include/asm/ |
| A D | debug.h | 16 extern struct dentry *mips_debugfs_dir;
|
| /arch/powerpc/kernel/ |
| A D | kdebugfs.c | 6 struct dentry *arch_debugfs_dir;
|
| /arch/sh/kernel/ |
| A D | kdebugfs.c | 6 struct dentry *arch_debugfs_dir;
|
| /arch/s390/kernel/ |
| A D | kdebugfs.c | 6 struct dentry *arch_debugfs_dir;
|
| /arch/mips/mm/ |
| A D | sc-debugfs.c | 54 struct dentry *dir; in sc_debugfs_init()
|
| /arch/microblaze/include/asm/ |
| A D | processor.h | 88 extern struct dentry *of_debugfs_root;
|
| /arch/x86/mm/ |
| A D | debug_pagetables.c | 47 static struct dentry *dir;
|