Lines Matching refs:fname

2817 	const char *fname;  in dbg_debugfs_init_fs()  local
2828 fname = UBIFS_DFS_DIR_NAME; in dbg_debugfs_init_fs()
2833 fname = d->dfs_dir_name; in dbg_debugfs_init_fs()
2834 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2839 fname = "dump_lprops"; in dbg_debugfs_init_fs()
2840 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2845 fname = "dump_budg"; in dbg_debugfs_init_fs()
2846 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2851 fname = "dump_tnc"; in dbg_debugfs_init_fs()
2852 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2857 fname = "chk_general"; in dbg_debugfs_init_fs()
2858 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2864 fname = "chk_index"; in dbg_debugfs_init_fs()
2865 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2871 fname = "chk_orphans"; in dbg_debugfs_init_fs()
2872 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2878 fname = "chk_lprops"; in dbg_debugfs_init_fs()
2879 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2885 fname = "chk_fs"; in dbg_debugfs_init_fs()
2886 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2892 fname = "tst_recovery"; in dbg_debugfs_init_fs()
2893 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2899 fname = "ro_error"; in dbg_debugfs_init_fs()
2900 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2913 fname, err); in dbg_debugfs_init_fs()
3006 const char *fname; in dbg_debugfs_init() local
3012 fname = "ubifs"; in dbg_debugfs_init()
3013 dent = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
3018 fname = "chk_general"; in dbg_debugfs_init()
3019 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3025 fname = "chk_index"; in dbg_debugfs_init()
3026 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3032 fname = "chk_orphans"; in dbg_debugfs_init()
3033 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3039 fname = "chk_lprops"; in dbg_debugfs_init()
3040 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3046 fname = "chk_fs"; in dbg_debugfs_init()
3047 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3053 fname = "tst_recovery"; in dbg_debugfs_init()
3054 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3067 current->pid, fname, err); in dbg_debugfs_init()