Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddebug.c2697 else if (dent == d->dfs_tst_rcvry) in dfs_file_read()
2770 else if (dent == d->dfs_tst_rcvry) in dfs_file_write()
2848 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2872 static struct dentry *dfs_tst_rcvry; variable
2890 else if (dent == dfs_tst_rcvry) in dfs_global_file_read()
2918 else if (dent == dfs_tst_rcvry) in dfs_global_file_write()
2968 dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()
H A Ddebug.h116 struct dentry *dfs_tst_rcvry; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.c2744 else if (dent == d->dfs_tst_rcvry) in dfs_file_read()
2829 else if (dent == d->dfs_tst_rcvry) in dfs_file_write()
2942 d->dfs_tst_rcvry = dent; in dbg_debugfs_init_fs()
2979 static struct dentry *dfs_tst_rcvry; variable
2997 else if (dent == dfs_tst_rcvry) in dfs_global_file_read()
3025 else if (dent == dfs_tst_rcvry) in dfs_global_file_write()
3103 dfs_tst_rcvry = dent; in dbg_debugfs_init()
H A Ddebug.h117 struct dentry *dfs_tst_rcvry; member