Searched refs:dfs_global_fops (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.c | 3032 static const struct file_operations dfs_global_fops = { variable 3064 &dfs_global_fops); in dbg_debugfs_init() 3071 &dfs_global_fops); in dbg_debugfs_init() 3078 &dfs_global_fops); in dbg_debugfs_init() 3085 &dfs_global_fops); in dbg_debugfs_init() 3092 &dfs_global_fops); in dbg_debugfs_init() 3099 &dfs_global_fops); in dbg_debugfs_init()
|
/openbmc/linux/fs/ubifs/ |
H A D | debug.c | 2950 static const struct file_operations dfs_global_fops = { variable 2973 NULL, &dfs_global_fops); in dbg_debugfs_init() 2977 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2981 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2985 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2989 NULL, &dfs_global_fops); in dbg_debugfs_init() 2993 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
|