Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Ddebug.h114 struct dentry *dfs_chk_lprops; member
Ddebug.c2692 else if (dent == d->dfs_chk_lprops) in dfs_file_read()
2777 else if (dent == d->dfs_chk_lprops) in dfs_file_write()
2851 d->dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init_fs()
2881 static struct dentry *dfs_chk_lprops; variable
2897 else if (dent == dfs_chk_lprops) in dfs_global_file_read()
2925 else if (dent == dfs_chk_lprops) in dfs_global_file_write()
2971 dfs_chk_lprops = debugfs_create_file(fname, S_IRUSR | S_IWUSR, in dbg_debugfs_init()