Home
last modified time | relevance | path

Searched refs:debugfs_real_fops (Results 1 – 7 of 7) sorted by relevance

/linux/fs/debugfs/
H A Dfile.c56 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() function
71 EXPORT_SYMBOL_GPL(debugfs_real_fops);
312 real_fops = debugfs_real_fops(filp); in open_proxy_open()
363 real_fops = debugfs_real_fops(filp); \
420 real_fops = debugfs_real_fops(filp); in full_proxy_poll()
428 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugfs.c89 if (debugfs_real_fops(file->file) == &nfp_tx_q_fops) in nfp_tx_q_show()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c
/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c
/linux/drivers/net/netdevsim/
H A Dhwstats.c
/linux/mm/
H A Dvmscan.c5352 bool full = !debugfs_real_fops(m->file)->write; in lru_gen_seq_show()