• Home
  • Raw
  • Download

Lines Matching refs:fname

2814 	const char *fname;  in dbg_debugfs_init_fs()  local
2824 fname = d->dfs_dir_name; in dbg_debugfs_init_fs()
2825 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2827 fname = "dump_lprops"; in dbg_debugfs_init_fs()
2828 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2831 fname = "dump_budg"; in dbg_debugfs_init_fs()
2832 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2835 fname = "dump_tnc"; in dbg_debugfs_init_fs()
2836 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2839 fname = "chk_general"; in dbg_debugfs_init_fs()
2840 d->dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2843 fname = "chk_index"; in dbg_debugfs_init_fs()
2844 d->dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2847 fname = "chk_orphans"; in dbg_debugfs_init_fs()
2848 d->dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2851 fname = "chk_lprops"; in dbg_debugfs_init_fs()
2852 d->dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2855 fname = "chk_fs"; in dbg_debugfs_init_fs()
2856 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2859 fname = "tst_recovery"; in dbg_debugfs_init_fs()
2860 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2863 fname = "ro_error"; in dbg_debugfs_init_fs()
2864 d->dfs_ro_error = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2954 const char *fname; in dbg_debugfs_init() local
2956 fname = "ubifs"; in dbg_debugfs_init()
2957 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2959 fname = "chk_general"; in dbg_debugfs_init()
2960 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2963 fname = "chk_index"; in dbg_debugfs_init()
2964 dfs_chk_index = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2967 fname = "chk_orphans"; in dbg_debugfs_init()
2968 dfs_chk_orph = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2971 fname = "chk_lprops"; in dbg_debugfs_init()
2972 dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
2975 fname = "chk_fs"; in dbg_debugfs_init()
2976 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2979 fname = "tst_recovery"; in dbg_debugfs_init()
2980 dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()