Home
last modified time | relevance | path

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

/linux-6.1.9/fs/debugfs/
Dfile.c50 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() function
65 EXPORT_SYMBOL_GPL(debugfs_real_fops);
173 real_fops = debugfs_real_fops(filp); in open_proxy_open()
221 real_fops = debugfs_real_fops(filp); \
255 real_fops = debugfs_real_fops(filp); in full_proxy_poll()
264 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
310 real_fops = debugfs_real_fops(filp); in full_proxy_open()
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.c211 dfops = container_of(debugfs_real_fops(file), in b43legacy_debugfs_read()
278 dfops = container_of(debugfs_real_fops(file), in b43legacy_debugfs_write()
/linux-6.1.9/include/linux/
Ddebugfs.h102 const struct file_operations *debugfs_real_fops(const struct file *filp);
242 const struct file_operations *debugfs_real_fops(const struct file *filp);
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugfs.c89 if (debugfs_real_fops(file->file) == &nfp_tx_q_fops) in nfp_tx_q_show()
/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Ddebugfs.c514 dfops = container_of(debugfs_real_fops(file), in b43_debugfs_read()
576 dfops = container_of(debugfs_real_fops(file), in b43_debugfs_write()
/linux-6.1.9/drivers/net/netdevsim/
Dhwstats.c350 hwsfops = container_of(debugfs_real_fops(file), in nsim_dev_hwstats_do_write()
/linux-6.1.9/drivers/net/wireless/ath/carl9170/
Ddebug.c78 dfops = container_of(debugfs_real_fops(file), in carl9170_debugfs_read()
131 dfops = container_of(debugfs_real_fops(file), in carl9170_debugfs_write()
/linux-6.1.9/mm/
Dvmscan.c5553 bool full = !debugfs_real_fops(m->file)->write; in lru_gen_seq_show()