Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddebug.c2695 else if (dent == d->dfs_chk_fs) in dfs_file_read()
2768 else if (dent == d->dfs_chk_fs) in dfs_file_write()
2844 d->dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2871 static struct dentry *dfs_chk_fs; variable
2888 else if (dent == dfs_chk_fs) in dfs_global_file_read()
2916 else if (dent == dfs_chk_fs) in dfs_global_file_write()
2964 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
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.c2742 else if (dent == d->dfs_chk_fs) in dfs_file_read()
2827 else if (dent == d->dfs_chk_fs) in dfs_file_write()
2935 d->dfs_chk_fs = dent; in dbg_debugfs_init_fs()
2978 static struct dentry *dfs_chk_fs; variable
2995 else if (dent == dfs_chk_fs) in dfs_global_file_read()
3023 else if (dent == dfs_chk_fs) in dfs_global_file_write()
3096 dfs_chk_fs = dent; in dbg_debugfs_init()
H A Ddebug.h116 struct dentry *dfs_chk_fs; member