Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2743 else if (dent == d->dfs_tst_rcvry) in dfs_file_read()
2828 else if (dent == d->dfs_tst_rcvry) in dfs_file_write()
2941 d->dfs_tst_rcvry = dent; in dbg_debugfs_init_fs()
2978 static struct dentry *dfs_tst_rcvry; variable
2996 else if (dent == dfs_tst_rcvry) in dfs_global_file_read()
3024 else if (dent == dfs_tst_rcvry) in dfs_global_file_write()
3102 dfs_tst_rcvry = dent; in dbg_debugfs_init()
H A Ddebug.h116 struct dentry *dfs_tst_rcvry; member
/openbmc/linux/fs/ubifs/
H A Ddebug.c2721 else if (dent == d->dfs_tst_rcvry) in dfs_file_read()
2794 else if (dent == d->dfs_tst_rcvry) in dfs_file_write()
2872 d->dfs_tst_rcvry = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2896 static struct dentry *dfs_tst_rcvry; variable
2914 else if (dent == dfs_tst_rcvry) in dfs_global_file_read()
2942 else if (dent == dfs_tst_rcvry) in dfs_global_file_write()
2992 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