Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2741 else if (dent == d->dfs_chk_fs) in dfs_file_read()
2826 else if (dent == d->dfs_chk_fs) in dfs_file_write()
2934 d->dfs_chk_fs = dent; in dbg_debugfs_init_fs()
2977 static struct dentry *dfs_chk_fs; variable
2994 else if (dent == dfs_chk_fs) in dfs_global_file_read()
3022 else if (dent == dfs_chk_fs) in dfs_global_file_write()
3095 dfs_chk_fs = dent; in dbg_debugfs_init()
H A Ddebug.h115 struct dentry *dfs_chk_fs; member
/openbmc/linux/fs/ubifs/
H A Ddebug.c2719 else if (dent == d->dfs_chk_fs) in dfs_file_read()
2792 else if (dent == d->dfs_chk_fs) in dfs_file_write()
2868 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2895 static struct dentry *dfs_chk_fs; variable
2912 else if (dent == dfs_chk_fs) in dfs_global_file_read()
2940 else if (dent == dfs_chk_fs) in dfs_global_file_write()
2988 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
H A Ddebug.h115 struct dentry *dfs_chk_fs; member