Home
last modified time | relevance | path

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

/linux-6.12.1/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);
265 real_fops = debugfs_real_fops(filp); in open_proxy_open()
313 real_fops = debugfs_real_fops(filp); \
347 real_fops = debugfs_real_fops(filp); in full_proxy_poll()
356 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
402 real_fops = debugfs_real_fops(filp); in full_proxy_open()
/linux-6.12.1/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.12.1/include/linux/
Ddebugfs.h101 const struct file_operations *debugfs_real_fops(const struct file *filp);
260 const struct file_operations *debugfs_real_fops(const struct file *filp);
/linux-6.12.1/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.12.1/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.12.1/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.12.1/drivers/net/netdevsim/
Dhwstats.c350 hwsfops = container_of(debugfs_real_fops(file), in nsim_dev_hwstats_do_write()
/linux-6.12.1/mm/
Dvmscan.c5309 bool full = !debugfs_real_fops(m->file)->write; in lru_gen_seq_show()