Home
last modified time | relevance | path

Searched refs:debugfs_create_file (Results 1 – 16 of 16) sorted by relevance

/fs/ceph/
Ddebugfs.c254 debugfs_create_file("writeback_congestion_kb", in ceph_fs_debugfs_init()
267 fsc->debugfs_mdsmap = debugfs_create_file("mdsmap", in ceph_fs_debugfs_init()
273 fsc->debugfs_mds_sessions = debugfs_create_file("mds_sessions", in ceph_fs_debugfs_init()
279 fsc->debugfs_mdsc = debugfs_create_file("mdsc", in ceph_fs_debugfs_init()
285 fsc->debugfs_caps = debugfs_create_file("caps", in ceph_fs_debugfs_init()
/fs/ocfs2/cluster/
Dnetdebug.c498 debugfs_create_file(NST_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
500 debugfs_create_file(SC_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
502 debugfs_create_file(STATS_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
504 debugfs_create_file(NODES_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
Dheartbeat.c1406 debugfs_create_file(name, S_IFREG|S_IRUSR, dir, *db, &o2hb_debug_fops); in o2hb_debug_create()
/fs/ubifs/
Ddebug.c2827 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2831 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2835 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2839 d->dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2843 d->dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2847 d->dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2851 d->dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2855 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2859 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2863 d->dfs_ro_error = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
[all …]
/fs/ocfs2/
Dblockcheck.c250 debugfs_create_file("blocks_checked", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install()
253 debugfs_create_file("checksums_failed", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install()
256 debugfs_create_file("ecc_recoveries", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install()
Dsuper.c1083 debugfs_create_file("fs_state", S_IFREG|S_IRUSR, osb->osb_debug_root, in ocfs2_fill_super()
Ddlmglue.c3280 debugfs_create_file("locking_state", S_IFREG|S_IRUSR, in ocfs2_dlm_init_debug()
/fs/dlm/
Ddebug_fs.c746 ls->ls_debug_rsb_dentry = debugfs_create_file(ls->ls_name, in dlm_create_debug_file()
757 ls->ls_debug_locks_dentry = debugfs_create_file(name, in dlm_create_debug_file()
768 ls->ls_debug_all_dentry = debugfs_create_file(name, in dlm_create_debug_file()
779 ls->ls_debug_toss_dentry = debugfs_create_file(name, in dlm_create_debug_file()
788 ls->ls_debug_waiters_dentry = debugfs_create_file(name, in dlm_create_debug_file()
/fs/orangefs/
Dorangefs-debugfs.c184 debugfs_create_file(ORANGEFS_KMOD_DEBUG_HELP_FILE, 0444, debug_dir, in orangefs_debugfs_init()
214 debugfs_create_file(ORANGEFS_KMOD_DEBUG_FILE, 0444, debug_dir, k_buffer, in orangefs_kernel_debug_init()
319 client_debug_dentry = debugfs_create_file(ORANGEFS_CLIENT_DEBUG_FILE, in orangefs_client_debug_init()
/fs/debugfs/
Dinode.c436 struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() function
446 EXPORT_SYMBOL_GPL(debugfs_create_file);
520 struct dentry *de = debugfs_create_file(name, mode, parent, data, fops); in debugfs_create_file_size()
Dfile.c1136 return debugfs_create_file(name, mode, parent, regset, &fops_regset32); in debugfs_create_regset32()
1189 return debugfs_create_file(name, S_IRUGO, parent, entry, in debugfs_create_devm_seqfile()
/fs/ocfs2/dlm/
Ddlmdebug.c857 debugfs_create_file(DLM_DEBUGFS_DLM_STATE, S_IFREG|S_IRUSR, in dlm_debug_init()
861 debugfs_create_file(DLM_DEBUGFS_LOCKING_STATE, S_IFREG|S_IRUSR, in dlm_debug_init()
865 debugfs_create_file(DLM_DEBUGFS_MLE_STATE, S_IFREG|S_IRUSR, in dlm_debug_init()
869 debugfs_create_file(DLM_DEBUGFS_PURGE_LIST, S_IFREG|S_IRUSR, in dlm_debug_init()
/fs/pstore/
Dftrace.c120 debugfs_create_file("record_ftrace", 0600, pstore_ftrace_dir, NULL, in pstore_register_ftrace()
/fs/nfsd/
Dfault_inject.c140 debugfs_create_file(op->file, mode, debug_dir, op, &fops_nfsd); in nfsd_fault_inject_init()
/fs/gfs2/
Dglock.c2245 debugfs_create_file("glocks", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file()
2248 debugfs_create_file("glstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file()
2251 debugfs_create_file("sbstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file()
/fs/f2fs/
Ddebug.c525 debugfs_create_file("status", S_IRUGO, f2fs_debugfs_root, NULL, in f2fs_create_root_stats()