Home
last modified time | relevance | path

Searched refs:dfs_tst_rcvry (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ubifs/
H A Ddebug.c2725 else if (dent == d->dfs_tst_rcvry) in dfs_file_read()
2798 else if (dent == d->dfs_tst_rcvry) in dfs_file_write()
2875 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2899 static struct dentry *dfs_tst_rcvry; variable
2917 else if (dent == dfs_tst_rcvry) in dfs_global_file_read()
2945 else if (dent == dfs_tst_rcvry) in dfs_global_file_write()
2994 dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
H A Ddebug.h117 struct dentry *dfs_tst_rcvry; member