/fs/ceph/ |
D | debugfs.c | 355 debugfs_create_file("writeback_congestion_kb", in ceph_fs_debugfs_init() 368 fsc->debugfs_mdsmap = debugfs_create_file("mdsmap", in ceph_fs_debugfs_init() 374 fsc->debugfs_mds_sessions = debugfs_create_file("mds_sessions", in ceph_fs_debugfs_init() 380 fsc->debugfs_mdsc = debugfs_create_file("mdsc", in ceph_fs_debugfs_init() 386 fsc->debugfs_metric = debugfs_create_file("metrics", in ceph_fs_debugfs_init() 392 fsc->debugfs_caps = debugfs_create_file("caps", in ceph_fs_debugfs_init()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 498 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()
|
D | heartbeat.c | 1404 debugfs_create_file(name, S_IFREG|S_IRUSR, dir, *db, &o2hb_debug_fops); in o2hb_debug_create()
|
/fs/ubifs/ |
D | debug.c | 2816 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2820 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2824 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2828 d->dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2832 d->dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2836 d->dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2840 d->dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2844 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2848 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() 2852 d->dfs_ro_error = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs() [all …]
|
/fs/ocfs2/ |
D | blockcheck.c | 250 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()
|
D | super.c | 1081 debugfs_create_file("fs_state", S_IFREG|S_IRUSR, osb->osb_debug_root, in ocfs2_fill_super()
|
D | dlmglue.c | 3301 debugfs_create_file("locking_state", S_IFREG|S_IRUSR, in ocfs2_dlm_init_debug()
|
/fs/dlm/ |
D | debug_fs.c | 747 ls->ls_debug_rsb_dentry = debugfs_create_file(ls->ls_name, in dlm_create_debug_file() 758 ls->ls_debug_locks_dentry = debugfs_create_file(name, in dlm_create_debug_file() 769 ls->ls_debug_all_dentry = debugfs_create_file(name, in dlm_create_debug_file() 780 ls->ls_debug_toss_dentry = debugfs_create_file(name, in dlm_create_debug_file() 789 ls->ls_debug_waiters_dentry = debugfs_create_file(name, in dlm_create_debug_file()
|
/fs/debugfs/ |
D | inode.c | 452 struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() function 462 EXPORT_SYMBOL_GPL(debugfs_create_file); 527 struct dentry *de = debugfs_create_file(name, mode, parent, data, fops); in debugfs_create_file_size()
|
D | file.c | 1122 debugfs_create_file(name, mode, parent, regset, &fops_regset32); in debugfs_create_regset32() 1174 debugfs_create_file(name, S_IRUGO, parent, entry, in debugfs_create_devm_seqfile()
|
/fs/orangefs/ |
D | orangefs-debugfs.c | 184 debugfs_create_file(ORANGEFS_KMOD_DEBUG_HELP_FILE, 0444, debug_dir, in orangefs_debugfs_init() 209 debugfs_create_file(ORANGEFS_KMOD_DEBUG_FILE, 0444, debug_dir, k_buffer, in orangefs_kernel_debug_init() 309 client_debug_dentry = debugfs_create_file(ORANGEFS_CLIENT_DEBUG_FILE, in orangefs_client_debug_init()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 857 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/nfsd/ |
D | fault_inject.c | 140 debugfs_create_file(op->file, mode, debug_dir, op, &fops_nfsd); in nfsd_fault_inject_init()
|
/fs/pstore/ |
D | ftrace.c | 121 debugfs_create_file("record_ftrace", 0600, pstore_ftrace_dir, NULL, in pstore_register_ftrace()
|
/fs/gfs2/ |
D | glock.c | 2519 debugfs_create_file("glocks", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file() 2522 debugfs_create_file("glstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file() 2525 debugfs_create_file("sbstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp, in gfs2_create_debugfs_file()
|
/fs/f2fs/ |
D | debug.c | 669 debugfs_create_file("status", S_IRUGO, f2fs_debugfs_root, NULL, in f2fs_create_root_stats()
|