Lines Matching refs:fname
2822 const char *fname; in dbg_debugfs_init_fs() local
2832 fname = d->dfs_dir_name; in dbg_debugfs_init_fs()
2833 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2835 fname = "dump_lprops"; in dbg_debugfs_init_fs()
2836 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2839 fname = "dump_budg"; in dbg_debugfs_init_fs()
2840 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2843 fname = "dump_tnc"; in dbg_debugfs_init_fs()
2844 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2847 fname = "chk_general"; in dbg_debugfs_init_fs()
2848 d->dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2851 fname = "chk_index"; in dbg_debugfs_init_fs()
2852 d->dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2855 fname = "chk_orphans"; in dbg_debugfs_init_fs()
2856 d->dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2859 fname = "chk_lprops"; in dbg_debugfs_init_fs()
2860 d->dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2863 fname = "chk_fs"; in dbg_debugfs_init_fs()
2864 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2867 fname = "tst_recovery"; in dbg_debugfs_init_fs()
2868 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2871 fname = "ro_error"; in dbg_debugfs_init_fs()
2872 d->dfs_ro_error = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2962 const char *fname; in dbg_debugfs_init() local
2964 fname = "ubifs"; in dbg_debugfs_init()
2965 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2967 fname = "chk_general"; in dbg_debugfs_init()
2968 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2971 fname = "chk_index"; in dbg_debugfs_init()
2972 dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2975 fname = "chk_orphans"; in dbg_debugfs_init()
2976 dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2979 fname = "chk_lprops"; in dbg_debugfs_init()
2980 dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2983 fname = "chk_fs"; in dbg_debugfs_init()
2984 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2987 fname = "tst_recovery"; in dbg_debugfs_init()
2988 dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()