Searched refs:dfs_rootdir (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | debug.c | 2651 static struct dentry *dfs_rootdir; variable 2839 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 3021 dfs_rootdir = dent; in dbg_debugfs_init() 3024 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3031 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3038 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3045 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3052 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3059 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3068 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init() [all …]
|