/fs/ceph/ |
D | debugfs.c | 254 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/ |
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 | 1406 debugfs_create_file(name, S_IFREG|S_IRUSR, dir, *db, &o2hb_debug_fops); in o2hb_debug_create()
|
/fs/ubifs/ |
D | debug.c | 2827 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/ |
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 | 1083 debugfs_create_file("fs_state", S_IFREG|S_IRUSR, osb->osb_debug_root, in ocfs2_fill_super()
|
D | dlmglue.c | 3280 debugfs_create_file("locking_state", S_IFREG|S_IRUSR, in ocfs2_dlm_init_debug()
|
/fs/dlm/ |
D | debug_fs.c | 746 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/ |
D | orangefs-debugfs.c | 184 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/ |
D | inode.c | 436 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()
|
D | file.c | 1136 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/ |
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/pstore/ |
D | ftrace.c | 120 debugfs_create_file("record_ftrace", 0600, pstore_ftrace_dir, NULL, in pstore_register_ftrace()
|
/fs/nfsd/ |
D | fault_inject.c | 140 debugfs_create_file(op->file, mode, debug_dir, op, &fops_nfsd); in nfsd_fault_inject_init()
|
/fs/gfs2/ |
D | glock.c | 2245 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/ |
D | debug.c | 525 debugfs_create_file("status", S_IRUGO, f2fs_debugfs_root, NULL, in f2fs_create_root_stats()
|